Uses of Class
oracle.nosql.driver.ops.PreparedStatement
-
Packages that use PreparedStatement Package Description oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of PreparedStatement in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return PreparedStatement Modifier and Type Method Description PreparedStatement
PreparedStatement. copyStatement()
Returns a new instance that shares this object's prepared query, which is immutable, but does not share its variables.PreparedStatement
PrepareResult. getPreparedStatement()
Returns the value of the prepared statementPreparedStatement
QueryRequest. getPreparedStatement()
Returns the prepared query statementPreparedStatement
PreparedStatement. setVariable(String name, FieldValue value)
Sets the named variable in the map of variables to use for the query.Methods in oracle.nosql.driver.ops with parameters of type PreparedStatement Modifier and Type Method Description QueryRequest
QueryRequest. setPreparedStatement(PreparedStatement preparedStatement)
Sets the prepared query statement.
-