Class ExtendedSQLiteConnection
- java.lang.Object
-
- org.sqlite.core.CoreConnection
-
- org.sqlite.jdbc3.JDBC3Connection
-
- org.sqlite.jdbc4.JDBC4Connection
-
- org.sqlite.SQLiteConnection
-
- es.bsc.dataclay.dbhandler.sql.sqlite.ExtendedSQLiteConnection
-
- All Implemented Interfaces:
AutoCloseable
,Connection
,Wrapper
public class ExtendedSQLiteConnection extends org.sqlite.SQLiteConnection
-
-
Field Summary
-
Fields inherited from class org.sqlite.core.CoreConnection
autoCommit, beginCommandMap, dateClass, dateFormat, dateMultiplier, datePrecision, dateStringFormat, db, meta, openModeFlags, transactionIsolation, transactionMode
-
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
-
Constructor Summary
Constructors Constructor Description ExtendedSQLiteConnection(String url, String fileName, Properties info)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Array
createArrayOf(String typeName, Object[] elements)
PreparedStatement
prepareStatement(String sql, int rst, int rsc, int rsh)
-
Methods inherited from class org.sqlite.SQLiteConnection
abort, getNetworkTimeout, getSchema, setNetworkTimeout, setSchema
-
Methods inherited from class org.sqlite.jdbc4.JDBC4Connection
createBlob, createClob, createNClob, createSQLXML, createStatement, getClientInfo, getClientInfo, getMetaData, isClosed, isValid, isWrapperFor, setClientInfo, setClientInfo, unwrap
-
Methods inherited from class org.sqlite.jdbc3.JDBC3Connection
clearWarnings, commit, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getHoldability, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
-
Methods inherited from class org.sqlite.core.CoreConnection
checkCursor, checkOpen, close, db, finalize, getBusyTimeout, libversion, setBusyTimeout, setTransactionMode, url
-
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.sql.Connection
clearWarnings, close, commit, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getHoldability, getTransactionIsolation, getTypeMap, getWarnings, isReadOnly, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
-
-
-
-
Constructor Detail
-
ExtendedSQLiteConnection
public ExtendedSQLiteConnection(String url, String fileName, Properties info) throws SQLException
- Throws:
SQLException
-
-
Method Detail
-
prepareStatement
public PreparedStatement prepareStatement(String sql, int rst, int rsc, int rsh) throws SQLException
- Specified by:
prepareStatement
in interfaceConnection
- Overrides:
prepareStatement
in classorg.sqlite.jdbc4.JDBC4Connection
- Throws:
SQLException
-
createArrayOf
public Array createArrayOf(String typeName, Object[] elements) throws SQLException
- Specified by:
createArrayOf
in interfaceConnection
- Overrides:
createArrayOf
in classorg.sqlite.jdbc4.JDBC4Connection
- Throws:
SQLException
-
-