public interface EngineConnection40 extends EngineConnection
Additional methods exposed on the Connection object for interaction between EmbedConnection and BrokeredConnection. These methods should generally go into the EngineConnection interface, but those that have signatures that are not compatible with all platforms on which EngineConnection needs to work, could go into this interface.
For example, the JDBC 4.1 methods that take a java.util.concurrent.Executor argument, cannot be included in an interface that should be loadable on CDC, and they must go here.
Modifier and Type | Method and Description |
---|---|
void |
abort(java.util.concurrent.Executor executor) |
int |
getNetworkTimeout() |
void |
setNetworkTimeout(java.util.concurrent.Executor executor,
int millis) |
addWarning, clearLOBMapping, getCurrentSchemaName, getExceptionFactory, getHoldability, getLOBMapping, getPrepareIsolation, getSchema, isInGlobalTransaction, resetFromPool, setDrdaID, setPrepareIsolation, setSchema
clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getMetaData, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setReadOnly, setSavepoint, setSavepoint, setTransactionIsolation, setTypeMap
void abort(java.util.concurrent.Executor executor) throws java.sql.SQLException
abort
in interface java.sql.Connection
java.sql.SQLException
void setNetworkTimeout(java.util.concurrent.Executor executor, int millis) throws java.sql.SQLException
setNetworkTimeout
in interface java.sql.Connection
java.sql.SQLException
int getNetworkTimeout() throws java.sql.SQLException
getNetworkTimeout
in interface java.sql.Connection
java.sql.SQLException
Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.