public abstract class JDBC3Connection extends SQLiteConnection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Modifier | Constructor and Description |
|---|---|
protected |
JDBC3Connection(String url,
String fileName,
Properties prop) |
abort, addCommitListener, addUpdateListener, checkCursor, checkOpen, close, commit, extractPragmasFromFilename, getAutoCommit, getBusyTimeout, getConnectionConfig, getDatabase, getMetaData, getNetworkTimeout, getSchema, getSQLiteDatabaseMetaData, getTransactionIsolation, getUrl, isClosed, libversion, removeCommitListener, removeUpdateListener, rollback, setAutoCommit, setBusyTimeout, setNetworkTimeout, setSchema, setTransactionIsolation, setTransactionModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateArrayOf, createBlob, createClob, createNClob, createSQLXML, getClientInfo, getClientInfo, isValid, setClientInfo, setClientInfoisWrapperFor, unwrapprotected 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 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 String nativeSQL(String sql)
Connection.nativeSQL(java.lang.String)public void clearWarnings()
throws SQLException
SQLExceptionConnection.clearWarnings()public SQLWarning getWarnings() throws SQLException
SQLExceptionConnection.getWarnings()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 © 2020. All rights reserved.