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.kv
Methods 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 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 prepared SQL statement provided as aPreparedStatementorBoundStatement.StatementResultKVStore. executeSync(Statement statement, ExecuteOptions options)Synchronously execute a prepared SQL statement provided as aPreparedStatementorBoundStatement. - 
Uses of Statement in oracle.kv.query
Subinterfaces 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. 
 -