| java.lang.Object org.apache.derby.iapi.jdbc.BrokeredConnection org.apache.derby.iapi.jdbc.BrokeredConnection30
All known Subclasses: org.apache.derby.iapi.jdbc.BrokeredConnection40,
BrokeredConnection30 | public class BrokeredConnection30 extends BrokeredConnection (Code) | | Extends BrokeredConnection to provide the JDBC 3.0 connection methods.
|
Method Summary | |
final public Statement | createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) | int | getJDBCLevel() | public BrokeredPreparedStatement | newBrokeredStatement(BrokeredStatementControl statementControl, String sql, Object generatedKeys) | public BrokeredCallableStatement | newBrokeredStatement(BrokeredStatementControl statementControl, String sql) | final public CallableStatement | prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) | final public PreparedStatement | prepareStatement(String sql, int autoGeneratedKeys) | final public PreparedStatement | prepareStatement(String sql, int[] columnIndexes) | final public PreparedStatement | prepareStatement(String sql, String[] columnNames) | final public void | releaseSavepoint(Savepoint savepoint) | final public void | rollback(Savepoint savepoint) | final public void | setHoldability(int holdability) | final public Savepoint | setSavepoint() | final public Savepoint | setSavepoint(String name) |
createStatement | final public Statement createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code) | | |
getJDBCLevel | int getJDBCLevel()(Code) | | |
Methods inherited from org.apache.derby.iapi.jdbc.BrokeredConnection | final public void addWarning(SQLWarning w) throws SQLException(Code)(Java Doc) final protected void checkIfClosed() throws SQLException(Code)(Java Doc) final public void clearWarnings() throws SQLException(Code)(Java Doc) final public void close() throws SQLException(Code)(Java Doc) final public void commit() throws SQLException(Code)(Java Doc) final public Statement createStatement() throws SQLException(Code)(Java Doc) final public Statement createStatement(int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) final public boolean getAutoCommit() throws SQLException(Code)(Java Doc) final public String getCatalog() throws SQLException(Code)(Java Doc) final public int getHoldability() throws SQLException(Code)(Java Doc) public void getIsolationUptoDate() throws SQLException(Code)(Java Doc) int getJDBCLevel()(Code)(Java Doc) final public DatabaseMetaData getMetaData() throws SQLException(Code)(Java Doc) final public int getPrepareIsolation() throws SQLException(Code)(Java Doc) final EngineConnection getRealConnection() throws SQLException(Code)(Java Doc) final public int getTransactionIsolation() throws SQLException(Code)(Java Doc) public java.util.Map getTypeMap() throws SQLException(Code)(Java Doc) final public SQLWarning getWarnings() throws SQLException(Code)(Java Doc) final public boolean isClosed() throws SQLException(Code)(Java Doc) final public boolean isReadOnly() throws SQLException(Code)(Java Doc) final public String nativeSQL(String sql) throws SQLException(Code)(Java Doc) public BrokeredStatement newBrokeredStatement(BrokeredStatementControl statementControl) throws SQLException(Code)(Java Doc) public BrokeredPreparedStatement newBrokeredStatement(BrokeredStatementControl statementControl, String sql, Object generatedKeys) throws SQLException(Code)(Java Doc) public BrokeredCallableStatement newBrokeredStatement(BrokeredStatementControl statementControl, String sql) throws SQLException(Code)(Java Doc) final void notifyException(SQLException sqle)(Code)(Java Doc) final public CallableStatement prepareCall(String sql) throws SQLException(Code)(Java Doc) final public CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) final public PreparedStatement prepareStatement(String sql) throws SQLException(Code)(Java Doc) final public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException(Code)(Java Doc) final public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException(Code)(Java Doc) final public void rollback() throws SQLException(Code)(Java Doc) final public void setAutoCommit(boolean autoCommit) throws SQLException(Code)(Java Doc) final public void setCatalog(String catalog) throws SQLException(Code)(Java Doc) final public void setDrdaID(String drdaID)(Code)(Java Doc) final public void setPrepareIsolation(int level) throws SQLException(Code)(Java Doc) final public void setReadOnly(boolean readOnly) throws SQLException(Code)(Java Doc) public void setState(boolean complete) throws SQLException(Code)(Java Doc) final public void setTransactionIsolation(int level) throws SQLException(Code)(Java Doc) final public void setTypeMap(java.util.Map map) throws SQLException(Code)(Java Doc) final int statementHoldabilityCheck(int resultSetHoldability) throws SQLException(Code)(Java Doc) public void syncState() throws SQLException(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|