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