Uses of Class
oracle.nosql.driver.ops.PrepareRequest
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of PrepareRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.prepare
(PrepareRequest request) Prepares a query for execution and reuse. -
Uses of PrepareRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionPrepareRequest.setCompartment
(String compartment) Cloud service only.PrepareRequest.setGetQueryPlan
(boolean v) Sets whether the string value of the query execution plan should be included in thePrepareResult
.PrepareRequest.setGetQuerySchema
(boolean v) Sets whether the JSON value of the query result schema for the query should be included in thePrepareResult
.PrepareRequest.setNamespace
(String namespace) Sets the optional namespace.PrepareRequest.setStatement
(String statement) Sets the query statement.PrepareRequest.setTableName
(String tableName) Sets the table name for a query operation.PrepareRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.