Uses of Interface
oracle.nosql.driver.NoSQLHandle
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of NoSQLHandle in oracle.nosql.driver
Modifier and TypeMethodDescriptionstatic NoSQLHandle
NoSQLHandleFactory.createNoSQLHandle
(NoSQLHandleConfig config) Creates a handle that can be used to access tables. -
Uses of NoSQLHandle in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionvoid
SystemResult.waitForCompletion
(NoSQLHandle handle, int waitMillis, int delayMillis) Waits for the operation to be complete.void
TableResult.waitForCompletion
(NoSQLHandle handle, int waitMillis, int delayMillis) Waits for a table operation to complete.static TableResult
TableResult.waitForState
(NoSQLHandle handle, String tableName, String operationId, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResult
TableResult.waitForState
(NoSQLHandle handle, String tableName, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResult
TableResult.waitForState
(NoSQLHandle handle, TableResult result, TableResult.State state, int waitMillis, int delayMillis) Deprecated.
TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)
instead.