Uses of Class
oracle.nosql.driver.ops.SystemRequest
Packages that use SystemRequest
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 SystemRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type SystemRequestModifier and TypeMethodDescriptionNoSQLHandle.systemRequest
(SystemRequest request) On-premises only. -
Uses of SystemRequest in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return SystemRequestModifier and TypeMethodDescriptionSystemRequest.setDefaults
(NoSQLHandleConfig config) SystemRequest.setStatement
(char[] statement) Sets the statement to use for the operation.SystemRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.