Package | Description |
---|---|
oracle.kv.table |
Table support for Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
StatementResult |
TableAPI.executeSync(String statement)
Synchronously execute a table statement.
|
StatementResult |
ExecutionFuture.get()
Block until the command represented by this future completes.
|
StatementResult |
ExecutionFuture.get(long timeout,
TimeUnit unit)
Block until the administrative operation has finished or the timeout
period is exceeded.
|
StatementResult |
ExecutionFuture.getLastStatus()
Returns information about the execution of the statement.
|
StatementResult |
ExecutionFuture.updateStatus()
Returns information about the execution of the statement.
|
Copyright (c) 2011, 2014 Oracle and/or its affiliates. All rights reserved.