public interface IDBConnection extends Connection, IUserAware
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Modifier and Type | Method and Description |
|---|---|
IDBDatabase |
getDatabase() |
IDBSchemaTransaction |
openSchemaTransaction() |
IDBPreparedStatement |
prepareStatement(String sql,
IDBPreparedStatement.ReuseProbability reuseProbability) |
PreparedStatement |
prepareStatement(String sql,
int autoGeneratedKeys)
Deprecated.
Not supported.
|
PreparedStatement |
prepareStatement(String sql,
int[] columnIndexes)
Deprecated.
Not supported.
|
IDBPreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
IDBPreparedStatement.ReuseProbability reuseProbability) |
PreparedStatement |
prepareStatement(String sql,
int resultSetType,
int resultSetConcurrency,
int resultSetHoldability)
Deprecated.
Not supported.
|
PreparedStatement |
prepareStatement(String sql,
String[] columnNames)
Deprecated.
Not supported.
|
abort, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, 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, setTransactionIsolation, setTypeMapisWrapperFor, unwrapgetUserIDIDBDatabase getDatabase()
IDBSchemaTransaction openSchemaTransaction()
IDBPreparedStatement prepareStatement(String sql, IDBPreparedStatement.ReuseProbability reuseProbability)
IDBPreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, IDBPreparedStatement.ReuseProbability reuseProbability)
@Deprecated PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
prepareStatement in interface ConnectionSQLException@Deprecated PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
prepareStatement in interface ConnectionSQLException@Deprecated PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
prepareStatement in interface ConnectionSQLException@Deprecated PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
prepareStatement in interface ConnectionSQLExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html