Uses of Interface
oracle.kv.table.StatementResult
-
Packages that use StatementResult Package Description oracle.kv.table Table support for Oracle NoSQL Database. -
-
Uses of StatementResult in oracle.kv.table
Methods in oracle.kv.table that return StatementResult Modifier and Type Method Description StatementResultTableAPI. executeSync(String statement)Deprecated.since 3.3 in favor ofKVStore.executeSync(java.lang.String)StatementResultExecutionFuture. get()Deprecated.Block until the command represented by this future completes.StatementResultExecutionFuture. get(long timeout, TimeUnit unit)Deprecated.Block until the administrative operation has finished or the timeout period is exceeded.StatementResultExecutionFuture. getLastStatus()Deprecated.Returns information about the execution of the statement.StatementResultExecutionFuture. updateStatus()Deprecated.Returns information about the execution of the statement.
-