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)This method is equivalent toKVStore.execute(String, ExecuteOptions), but the statement is given as a char[].ExecutionFutureKVStore. execute(java.lang.String statement)Executes an SQL statement.ExecutionFutureKVStore. execute(java.lang.String statement, ExecuteOptions options)This method is equivalent toKVStore.execute(String), but it allows its users to specify execution options that override the defaults.ExecutionFutureKVStore. getFuture(byte[] futureBytes)Obtain a handle onto a previously issued DDL operation, using a serialized version of the ExecutionFuture obtained fromtoByteArray().
-