| org.enhydra.jdbc.standard.StandardConnectionHandle org.enhydra.jdbc.sybase.SybaseConnectionHandle
Method Summary | |
public synchronized void | setAutoCommit(boolean autoCommit) |
setAutoCommit | public synchronized void setAutoCommit(boolean autoCommit) throws SQLException(Code) | | |
Methods inherited from org.enhydra.jdbc.standard.StandardConnectionHandle | public void catchInvoke(SQLException e) throws SQLException(Code)(Java Doc) public synchronized void close() throws SQLException(Code)(Java Doc) protected PreparedStatement createPreparedStatement(String sql, int type, int concurrency, int holdability) throws SQLException(Code)(Java Doc) protected PreparedStatement createPreparedStatement(String sql, int autogeneratedkeys) throws SQLException(Code)(Java Doc) public Statement createStatement() throws SQLException(Code)(Java Doc) public Statement createStatementWrapper() throws SQLException(Code)(Java Doc) public boolean isClosed() throws SQLException(Code)(Java Doc) public void preInvoke() throws SQLException(Code)(Java Doc) public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) protected void setupPreparedStatementCache()(Code)(Java Doc)
|
|
|