Uses of Interface
oracle.kv.query.Statement
- 
Packages that use Statement Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database.oracle.kv.query This package contains the majority of the public API for using Oracle NoSQL Database query language.
- 
- 
Uses of Statement in oracle.kvMethods in oracle.kv that return Statement Modifier and Type Method Description StatementExecutionSubscription. getStatement()Returns the statement object for the associated statement execution.Methods in oracle.kv with parameters of type Statement Modifier and Type Method Description org.reactivestreams.Publisher<RecordValue>KVStore. executeAsync(Statement statement, ExecuteOptions options)Returns a publisher that can be used to subscribe to the results of the asynchronous execution of a table statement, either aPreparedStatementor aBoundStatement.StatementResultKVStore. executeSync(Statement statement)Synchronously execute a table statement:PreparedStatementorBoundStatement.StatementResultKVStore. executeSync(Statement statement, ExecuteOptions options)Synchronously execute a table statement:PreparedStatementorBoundStatement.
- 
Uses of Statement in oracle.kv.querySubinterfaces of Statement in oracle.kv.query Modifier and Type Interface Description interfaceBoundStatementRepresents aStatementthat has been compiled and an execution plan generated for it.interfacePreparedStatementRepresents aStatementthat has been compiled and an execution plan generated for it.
 
-