org.ow2.easybeans.component.jdbcpool.JStatement(Ci-dessous la liste des Méthodes de la classe)
public void (java.sql.PreparedStatement ps, org.ow2.easybeans.component.jdbcpool.JManagedConnection mc, String sql)
public String getSql()
public int hashCode()
public boolean equals(Object stmt)
public boolean forceClose()
public void reuse()
throws java.sql.SQLException
public boolean isClosed()
public void forget()
public int executeUpdate()
throws java.sql.SQLException
public void addBatch()
throws java.sql.SQLException
public void clearParameters()
throws java.sql.SQLException
public boolean execute()
throws java.sql.SQLException
public void setByte(int parameterIndex, byte x)
throws java.sql.SQLException
public void setDouble(int parameterIndex, double x)
throws java.sql.SQLException
public void setFloat(int parameterIndex, float x)
throws java.sql.SQLException
public void setInt(int parameterIndex, int x)
throws java.sql.SQLException
public void setNull(int parameterIndex, int sqlType)
throws java.sql.SQLException
public void setLong(int parameterIndex, long x)
throws java.sql.SQLException
public void setShort(int parameterIndex, short x)
throws java.sql.SQLException
public void setBoolean(int parameterIndex, boolean x)
throws java.sql.SQLException
public void setBytes(int parameterIndex, byte[] x)
throws java.sql.SQLException
public void setAsciiStream(int parameterIndex, java.io.InputStream x, int length)
throws java.sql.SQLException
public void setBinaryStream(int parameterIndex, java.io.InputStream x, int length)
throws java.sql.SQLException
public void setUnicodeStream(int parameterIndex, java.io.InputStream x, int length)
throws java.sql.SQLException
public void setCharacterStream(int parameterIndex, java.io.Reader reader, int length)
throws java.sql.SQLException
public void setObject(int parameterIndex, Object x)
throws java.sql.SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType)
throws java.sql.SQLException
public void setObject(int parameterIndex, Object x, int targetSqlType, int scale)
throws java.sql.SQLException
public void setNull(int paramIndex, int sqlType, String typeName)
throws java.sql.SQLException
public void setString(int parameterIndex, String x)
throws java.sql.SQLException
public void setBigDecimal(int parameterIndex, java.math.BigDecimal x)
throws java.sql.SQLException
public void setURL(int parameterIndex, java.net.URL x)
throws java.sql.SQLException
public void setArray(int i, java.sql.Array x)
throws java.sql.SQLException
public void setBlob(int i, java.sql.Blob x)
throws java.sql.SQLException
public void setClob(int i, java.sql.Clob x)
throws java.sql.SQLException
public void setDate(int parameterIndex, java.sql.Date x)
throws java.sql.SQLException
public java.sql.ParameterMetaData getParameterMetaData()
throws java.sql.SQLException
public void setRef(int i, java.sql.Ref x)
throws java.sql.SQLException
public java.sql.ResultSet executeQuery()
throws java.sql.SQLException
public java.sql.ResultSetMetaData getMetaData()
throws java.sql.SQLException
public void setTime(int parameterIndex, java.sql.Time x)
throws java.sql.SQLException
public void setTimestamp(int parameterIndex, java.sql.Timestamp x)
throws java.sql.SQLException
public void setDate(int parameterIndex, java.sql.Date x, java.util.Calendar cal)
throws java.sql.SQLException
public void setTime(int parameterIndex, java.sql.Time x, java.util.Calendar cal)
throws java.sql.SQLException
public void setTimestamp(int parameterIndex, java.sql.Timestamp x, java.util.Calendar cal)
throws java.sql.SQLException
public int getFetchDirection()
throws java.sql.SQLException
public int getFetchSize()
throws java.sql.SQLException
public int getMaxFieldSize()
throws java.sql.SQLException
public int getMaxRows()
throws java.sql.SQLException
public int getQueryTimeout()
throws java.sql.SQLException
public int getResultSetConcurrency()
throws java.sql.SQLException
public int getResultSetHoldability()
throws java.sql.SQLException
public int getResultSetType()
throws java.sql.SQLException
public int getUpdateCount()
throws java.sql.SQLException
public void cancel()
throws java.sql.SQLException
public void clearBatch()
throws java.sql.SQLException
public void clearWarnings()
throws java.sql.SQLException
public void close()
throws java.sql.SQLException
public boolean getMoreResults()
throws java.sql.SQLException
public int[] executeBatch()
throws java.sql.SQLException
public void setFetchDirection(int direction)
throws java.sql.SQLException
public void setFetchSize(int rows)
throws java.sql.SQLException
public void setMaxFieldSize(int max)
throws java.sql.SQLException
public void setMaxRows(int max)
throws java.sql.SQLException
public void setQueryTimeout(int seconds)
throws java.sql.SQLException
public boolean getMoreResults(int current)
throws java.sql.SQLException
public void setEscapeProcessing(boolean enable)
throws java.sql.SQLException
public int executeUpdate(String sql)
throws java.sql.SQLException
public void addBatch(String sql)
throws java.sql.SQLException
public void setCursorName(String name)
throws java.sql.SQLException
public boolean execute(String sql)
throws java.sql.SQLException
public int executeUpdate(String sql, int autoGeneratedKeys)
throws java.sql.SQLException
public boolean execute(String sql, int autoGeneratedKeys)
throws java.sql.SQLException
public int executeUpdate(String sql, int[] columnIndexes)
throws java.sql.SQLException
public boolean execute(String sql, int[] columnIndexes)
throws java.sql.SQLException
public java.sql.Connection getConnection()
throws java.sql.SQLException
public java.sql.ResultSet getGeneratedKeys()
throws java.sql.SQLException
public java.sql.ResultSet getResultSet()
throws java.sql.SQLException
public java.sql.SQLWarning getWarnings()
throws java.sql.SQLException
public int executeUpdate(String sql, String[] columnNames)
throws java.sql.SQLException
public boolean execute(String sql, String[] columnNames)
throws java.sql.SQLException
public java.sql.ResultSet executeQuery(String sql)
throws java.sql.SQLException
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178