Package com.nuodb.jdbc
Interface Connection
-
- All Superinterfaces:
AutoCloseable,Connection,Wrapper
- All Known Implementing Classes:
RemConnection
public interface Connection extends Connection
Non-standard API calls listed here- Author:
- Sergey Bushik
-
-
Field Summary
-
Fields inherited from interface java.sql.Connection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetConnectedNodeId()intgetEffectivePlatformVersion()longgetGlobalConnectionId()intgetServerSideConnectionId()SQLContextgetSQLContext()-
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, prepareStatement, prepareStatement, 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 java.sql.Wrapper
isWrapperFor, unwrap
-
-
-
-
Method Detail
-
getEffectivePlatformVersion
int getEffectivePlatformVersion() throws SQLException- Throws:
SQLException
-
getConnectedNodeId
int getConnectedNodeId() throws SQLException- Throws:
SQLException
-
getServerSideConnectionId
int getServerSideConnectionId() throws SQLException- Throws:
SQLException
-
getGlobalConnectionId
long getGlobalConnectionId() throws SQLException- Throws:
SQLException
-
getSQLContext
SQLContext getSQLContext() throws SQLException
- Throws:
SQLException
-
-