Package | Description |
---|---|
oracle.kv |
This package contains the public API for using Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
ExecutionFuture |
KVStore.execute(String statement)
Asynchronously executes a DDL statement.
|
ExecutionFuture |
KVStore.getFuture(byte[] futureBytes)
Obtain a handle onto a previously issued DDL operation, using a
serialized version of the ExecutionFuture obtained from
toByteArray() . |
Copyright (c) 2011, 2015 Oracle and/or its affiliates. All rights reserved.