public abstract class JDBC3Connection extends CoreConnection
autoCommit, beginCommandMap, dateClass, dateFormat, dateMultiplier, datePrecision, db, meta, openModeFlags, transactionIsolation, transactionMode| Modifier | Constructor and Description |
|---|---|
protected |
JDBC3Connection(String url,
String fileName,
Properties prop) |
checkCursor, checkOpen, close, db, finalize, getBusyTimeout, getDriverVersion, libversion, setBusyTimeout, setTransactionMode, urlprotected JDBC3Connection(String url, String fileName, Properties prop) throws SQLException
SQLExceptionpublic String getCatalog() throws SQLException
SQLExceptionConnection.getCatalog()public void setCatalog(String catalog) throws SQLException
SQLExceptionConnection.setCatalog(java.lang.String)public int getHoldability()
throws SQLException
SQLExceptionConnection.getHoldability()public void setHoldability(int h)
throws SQLException
SQLExceptionConnection.setHoldability(int)public int getTransactionIsolation()
Connection.getTransactionIsolation()public void setTransactionIsolation(int level)
throws SQLException
SQLExceptionConnection.setTransactionIsolation(int)public Map<String,Class<?>> getTypeMap() throws SQLException
SQLExceptionConnection.getTypeMap()public void setTypeMap(Map map) throws SQLException
SQLExceptionConnection.setTypeMap(java.util.Map)public boolean isReadOnly()
throws SQLException
SQLExceptionConnection.isReadOnly()public void setReadOnly(boolean ro)
throws SQLException
SQLExceptionConnection.setReadOnly(boolean)public abstract DatabaseMetaData getMetaData() throws SQLException
SQLExceptionpublic String nativeSQL(String sql)
Connection.nativeSQL(java.lang.String)public void clearWarnings()
throws SQLException
SQLExceptionConnection.clearWarnings()public SQLWarning getWarnings() throws SQLException
SQLExceptionConnection.getWarnings()public boolean getAutoCommit()
throws SQLException
SQLExceptionConnection.getAutoCommit()public void setAutoCommit(boolean ac)
throws SQLException
SQLExceptionConnection.setAutoCommit(boolean)public void commit()
throws SQLException
SQLExceptionConnection.commit()public void rollback()
throws SQLException
SQLExceptionConnection.rollback()public Statement createStatement() throws SQLException
SQLExceptionConnection.createStatement()public Statement createStatement(int rsType, int rsConcurr) throws SQLException
SQLExceptionConnection.createStatement(int, int)public abstract Statement createStatement(int rst, int rsc, int rsh) throws SQLException
SQLExceptionConnection.createStatement(int, int, int)public CallableStatement prepareCall(String sql) throws SQLException
SQLExceptionConnection.prepareCall(java.lang.String)public CallableStatement prepareCall(String sql, int rst, int rsc) throws SQLException
SQLExceptionConnection.prepareCall(java.lang.String, int, int)public CallableStatement prepareCall(String sql, int rst, int rsc, int rsh) throws SQLException
SQLExceptionConnection.prepareCall(java.lang.String, int, int, int)public PreparedStatement prepareStatement(String sql) throws SQLException
SQLExceptionConnection.prepareStatement(java.lang.String)public PreparedStatement prepareStatement(String sql, int autoC) throws SQLException
SQLExceptionConnection.prepareStatement(java.lang.String, int)public PreparedStatement prepareStatement(String sql, int[] colInds) throws SQLException
SQLExceptionConnection.prepareStatement(java.lang.String, int[])public PreparedStatement prepareStatement(String sql, String[] colNames) throws SQLException
public PreparedStatement prepareStatement(String sql, int rst, int rsc) throws SQLException
SQLExceptionConnection.prepareStatement(java.lang.String, int, int)public abstract PreparedStatement prepareStatement(String sql, int rst, int rsc, int rsh) throws SQLException
SQLExceptionConnection.prepareStatement(java.lang.String, int, int, int)public Savepoint setSavepoint() throws SQLException
SQLExceptionConnection.setSavepoint()public Savepoint setSavepoint(String name) throws SQLException
SQLExceptionConnection.setSavepoint(java.lang.String)public void releaseSavepoint(Savepoint savepoint) throws SQLException
SQLExceptionConnection.releaseSavepoint(java.sql.Savepoint)public void rollback(Savepoint savepoint) throws SQLException
SQLExceptionConnection.rollback(java.sql.Savepoint)public Struct createStruct(String t, Object[] attr) throws SQLException
SQLExceptionCopyright © 2015. All rights reserved.