Uses of Interface
oracle.kv.ExecutionFuture
-
Uses of ExecutionFuture in oracle.kv
Modifier and TypeMethodDescriptionKVStore.execute
(char[] statement, ExecuteOptions options) This method is equivalent toKVStore.execute(String, ExecuteOptions)
, but the statement is given as a char[].Executes an SQL statement.KVStore.execute
(String statement, ExecuteOptions options) This method is equivalent toKVStore.execute(String)
, but it allows its users to specify execution options that override the defaults.KVStore.getFuture
(byte[] futureBytes) Obtain a handle onto a previously issued DDL operation, using a serialized version of the ExecutionFuture obtained fromtoByteArray()
.