org.ow2.easybeans.component.jdbcpool.JConnection(Ci-dessous la liste des Méthodes de la classe)
public void (org.ow2.easybeans.component.jdbcpool.JManagedConnection xaConnection, java.sql.Connection physicalConnection) public java.sql.Connection getConnection() public java.sql.Statement createStatement() throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql) throws java.sql.SQLException public java.sql.CallableStatement prepareCall(String sql) throws java.sql.SQLException public String nativeSQL(String sql) throws java.sql.SQLException public boolean isPhysicallyClosed() throws java.sql.SQLException public boolean isClosed() throws java.sql.SQLException public java.sql.DatabaseMetaData getMetaData() throws java.sql.SQLException public void setReadOnly(boolean readOnly) throws java.sql.SQLException public boolean isReadOnly() throws java.sql.SQLException public void setCatalog(String catalog) throws java.sql.SQLException public String getCatalog() throws java.sql.SQLException public void close() throws java.sql.SQLException public void setTransactionIsolation(int level) throws java.sql.SQLException public int getTransactionIsolation() throws java.sql.SQLException public java.sql.SQLWarning getWarnings() throws java.sql.SQLException public void clearWarnings() throws java.sql.SQLException public void commit() throws java.sql.SQLException public void rollback() throws java.sql.SQLException public void setAutoCommit(boolean autoCommit) throws java.sql.SQLException public boolean getAutoCommit() throws java.sql.SQLException public java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency) throws java.sql.SQLException public java.util.Map getTypeMap() [Signature(()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class;>;)] throws java.sql.SQLException public void setTypeMap(java.util.Map map) [Signature((Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class;>;)V)] throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws java.sql.SQLException public java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws java.sql.SQLException public java.sql.Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws java.sql.SQLException public int getHoldability() throws java.sql.SQLException public java.sql.CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws java.sql.SQLException public java.sql.PreparedStatement prepareStatement(String sql, String[] columnNames) throws java.sql.SQLException public void releaseSavepoint(java.sql.Savepoint savepoint) throws java.sql.SQLException public void rollback(java.sql.Savepoint savepoint) throws java.sql.SQLException public void setHoldability(int holdability) throws java.sql.SQLException public java.sql.Savepoint setSavepoint() throws java.sql.SQLException public java.sql.Savepoint setSavepoint(String name) throws java.sql.SQLException