Uses of Interface
oracle.nosql.driver.NoSQLHandle
Packages that use 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.driverMethods in oracle.nosql.driver that return NoSQLHandleModifier and TypeMethodDescriptionstatic NoSQLHandleNoSQLHandleFactory.createNoSQLHandle(NoSQLHandleConfig config) Creates a handle that can be used to access tables.
- 
Uses of NoSQLHandle in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops with parameters of type NoSQLHandleModifier and TypeMethodDescriptionvoidSystemResult.waitForCompletion(NoSQLHandle handle, int waitMillis, int delayMillis) Waits for the operation to be complete.voidTableResult.waitForCompletion(NoSQLHandle handle, int waitMillis, int delayMillis) Waits for a table operation to complete.static TableResultTableResult.waitForState(NoSQLHandle handle, String tableName, String operationId, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResultTableResult.waitForState(NoSQLHandle handle, String tableName, TableResult.State state, int waitMillis, int delayMillis) Deprecated.static TableResultTableResult.waitForState(NoSQLHandle handle, TableResult result, TableResult.State state, int waitMillis, int delayMillis) Deprecated.
TableResult.waitForCompletion(oracle.nosql.driver.NoSQLHandle, int, int)instead.