Uses of Interface
oracle.kv.ExecutionFuture
-
Packages that use ExecutionFuture Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. -
-
Uses of ExecutionFuture in oracle.kv
Methods in oracle.kv that return ExecutionFuture Modifier and Type Method Description ExecutionFutureKVStore. execute(char[] statement, ExecuteOptions options)Asynchronously executes a query (DDL or DML) statement.ExecutionFutureKVStore. execute(String statement)Asynchronously executes a query (DDL or DML) statement.ExecutionFutureKVStore. execute(String statement, ExecuteOptions options)Asynchronously executes a query (DDL or DML) statement, specifying options to override defaults.ExecutionFutureKVStore. getFuture(byte[] futureBytes)Obtain a handle onto a previously issued DDL operation, using a serialized version of the ExecutionFuture obtained fromtoByteArray().
-