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 PreparedStatementPreparedStatement. copyStatement()Returns a new instance that shares this object's prepared query, which is immutable, but does not share its variables.PreparedStatementPrepareResult. getPreparedStatement()Returns the value of the prepared statementPreparedStatementQueryRequest. getPreparedStatement()Returns the prepared query statementPreparedStatementPreparedStatement. setVariable(int pos, FieldValue value)Binds an external variable to a given value.PreparedStatementPreparedStatement. setVariable(String name, FieldValue value)Binds an external variable to a given value.Methods in oracle.nosql.driver.ops with parameters of type PreparedStatement Modifier and Type Method Description QueryRequestQueryRequest. setPreparedStatement(PreparedStatement preparedStatement)Sets the prepared query statement.
-