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