Uses of Interface
oracle.kv.query.PreparedStatement
-
Packages that use PreparedStatement 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 PreparedStatement in oracle.kv
Methods in oracle.kv that return PreparedStatement Modifier and Type Method Description PreparedStatementKVStore. prepare(java.lang.String statement)Compiles a query into an execution plan. -
Uses of PreparedStatement in oracle.kv.query
Subinterfaces of PreparedStatement in oracle.kv.query Modifier and Type Interface Description interfaceBoundStatementRepresents aStatementthat has been compiled and an execution plan generated for it.
-