Class OracleNoSQLConnection
java.lang.Object
org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLConnection
- All Implemented Interfaces:
Connection
Connection to Oracle NoSQL
This connection wraps a NoSQLHandle.
- Since:
- EclipseLink 4.0
-
Constructor Summary
ConstructorDescriptionOracleNoSQLConnection
(oracle.nosql.driver.NoSQLHandle noSQLHandle, OracleNoSQLJCAConnectionSpec spec) Create the connection on a native OracleNoSQLHandle (connection). -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close the native OracleNoSQLHandle (connection).oracle.nosql.driver.NoSQLHandle
TODO check if Result sets are not supported.
-
Constructor Details
-
OracleNoSQLConnection
public OracleNoSQLConnection(oracle.nosql.driver.NoSQLHandle noSQLHandle, OracleNoSQLJCAConnectionSpec spec) Create the connection on a native OracleNoSQLHandle (connection).
-
-
Method Details
-
close
Close the native OracleNoSQLHandle (connection).- Specified by:
close
in interfaceConnection
- Throws:
ResourceException
-
createInteraction
- Specified by:
createInteraction
in interfaceConnection
-
getConnectionSpec
-
getLocalTransaction
- Specified by:
getLocalTransaction
in interfaceConnection
-
getOracleNoSQLTransaction
-
getMetaData
- Specified by:
getMetaData
in interfaceConnection
-
getResultSetInfo
TODO check if Result sets are not supported.- Specified by:
getResultSetInfo
in interfaceConnection
-
getNoSQLHandle
public oracle.nosql.driver.NoSQLHandle getNoSQLHandle()
-