Uses of Class
oracle.nosql.driver.ops.PreparedStatement
Package
Description
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of PreparedStatement in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionPreparedStatement.copyStatement()
Returns a new instance that shares this object's prepared query, which is immutable, but does not share its variables.PrepareResult.getPreparedStatement()
Returns the value of the prepared statementQueryRequest.getPreparedStatement()
Returns the prepared query statementPreparedStatement.setVariable
(int pos, FieldValue value) Binds an external variable to a given value.PreparedStatement.setVariable
(String name, FieldValue value) Binds an external variable to a given value.Modifier and TypeMethodDescriptionQueryRequest.setPreparedStatement
(PreparedStatement preparedStatement) Sets the prepared query statement.