Package org.eclipse.net4j.db
Interface IDBConnection
- All Superinterfaces:
AutoCloseable
,Connection
,org.eclipse.net4j.util.security.IUserAware
,Wrapper
- Since:
- 4.2
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
Method Summary
Modifier and TypeMethodDescriptionprepareStatement
(String sql, int autoGeneratedKeys) Deprecated.Not supported.prepareStatement
(String sql, int[] columnIndexes) Deprecated.Not supported.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) Deprecated.Not supported.prepareStatement
(String sql, int resultSetType, int resultSetConcurrency, IDBPreparedStatement.ReuseProbability reuseProbability) prepareStatement
(String sql, String[] columnNames) Deprecated.Not supported.prepareStatement
(String sql, IDBPreparedStatement.ReuseProbability reuseProbability) Methods inherited from interface java.sql.Connection
abort, beginRequest, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, endRequest, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid, setTransactionIsolation, setTypeMap
Methods inherited from interface org.eclipse.net4j.util.security.IUserAware
getUserID
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getDatabase
IDBDatabase getDatabase() -
openSchemaTransaction
IDBSchemaTransaction openSchemaTransaction() -
prepareStatement
IDBPreparedStatement prepareStatement(String sql, IDBPreparedStatement.ReuseProbability reuseProbability) -
prepareStatement
IDBPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, IDBPreparedStatement.ReuseProbability reuseProbability) -
prepareStatement
@Deprecated PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException Deprecated.Not supported.- Specified by:
prepareStatement
in interfaceConnection
- Throws:
SQLException
-
prepareStatement
@Deprecated PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException Deprecated.Not supported.- Specified by:
prepareStatement
in interfaceConnection
- Throws:
SQLException
-
prepareStatement
Deprecated.Not supported.- Specified by:
prepareStatement
in interfaceConnection
- Throws:
SQLException
-
prepareStatement
@Deprecated PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException Deprecated.Not supported.- Specified by:
prepareStatement
in interfaceConnection
- Throws:
SQLException
-