Uses of Package
oracle.nosql.driver.ops
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
This package contains the public API for managing security for the
Oracle NoSQL Database Cloud using Oracle Cloud Infrastructure Identity
and Access Management (IAM).
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
ClassDescriptionCloud service only.Represents the input to a
NoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)
operation.Represents the result of aNoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)
operation.Cloud service only.Represents the argument of aNoSQLHandle.getIndexes(oracle.nosql.driver.ops.GetIndexesRequest)
operation which returns the information of a specific index or all indexes of the specified table, as returned inGetIndexesResult
.Represents the result of aNoSQLHandle.getIndexes(oracle.nosql.driver.ops.GetIndexesRequest)
operation.Represents the input to aNoSQLHandle.get(oracle.nosql.driver.ops.GetRequest)
operation which returns a single row based on the specified key.Represents the result of aNoSQLHandle.get(oracle.nosql.driver.ops.GetRequest)
operation.Represents the argument of aNoSQLHandle.getTable(oracle.nosql.driver.ops.GetTableRequest)
operation which returns static information associated with a table, as returned inTableResult
.Represents the argument of aNoSQLHandle.listTables(oracle.nosql.driver.ops.ListTablesRequest)
operation which lists all available tables associated with the identity associated with the handle used for the operation.Represents the result of aNoSQLHandle.listTables(oracle.nosql.driver.ops.ListTablesRequest)
operation.Represents the input to aNoSQLHandle.multiDelete(oracle.nosql.driver.ops.MultiDeleteRequest)
operation which can be used to delete a range of values that match the primary key and range provided.Represents the result of aNoSQLHandle.multiDelete(oracle.nosql.driver.ops.MultiDeleteRequest)
operation.A request that encapsulates a query prepare call.The result of a prepare operation.Represents the input to aNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)
operation.Represents the result of aNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)
operation.QueryIterableResult represents anIterable
over all the query results.A request that represents a query.QueryResult comprises a list ofMapValue
instances representing the query results.Cloud service only.Cloud service only.A request is an abstract class used as a base for all requests types.On-premises only.On-premises only.On-premises only.TableRequest is used to create, modify, and drop tables.TableResult is returned fromNoSQLHandle.getTable(oracle.nosql.driver.ops.GetTableRequest)
andNoSQLHandle.tableRequest(oracle.nosql.driver.ops.TableRequest)
operations.Cloud service only.Cloud service only.Represents the input to aNoSQLHandle.writeMultiple(oracle.nosql.driver.ops.WriteMultipleRequest)
operation.Represents the result of aNoSQLHandle.writeMultiple(oracle.nosql.driver.ops.WriteMultipleRequest)
operation. -
-
ClassDescriptionCloud service only.Represents the input to a
NoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)
operation.Cloud service only.Represents a base class for operations that support aDurability
setting.Represents the argument of aNoSQLHandle.getIndexes(oracle.nosql.driver.ops.GetIndexesRequest)
operation which returns the information of a specific index or all indexes of the specified table, as returned inGetIndexesResult
.IndexInfo represents the information about a single index including its name and field names.Represents the input to aNoSQLHandle.get(oracle.nosql.driver.ops.GetRequest)
operation which returns a single row based on the specified key.Represents the argument of aNoSQLHandle.getTable(oracle.nosql.driver.ops.GetTableRequest)
operation which returns static information associated with a table, as returned inTableResult
.Represents the argument of aNoSQLHandle.listTables(oracle.nosql.driver.ops.ListTablesRequest)
operation which lists all available tables associated with the identity associated with the handle used for the operation.Represents the input to aNoSQLHandle.multiDelete(oracle.nosql.driver.ops.MultiDeleteRequest)
operation which can be used to delete a range of values that match the primary key and range provided.A class encapsulating a prepared query statement.A request that encapsulates a query prepare call.The result of a prepare operation.Represents the input to aNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)
operation.Specifies a condition for the put operation.A request that represents a query.Represents a base class for read operations such asNoSQLHandle.get(oracle.nosql.driver.ops.GetRequest)
.Cloud service only.A request is an abstract class used as a base for all requests types.Result is a base class for result classes for all supported operations.A class that maintains stats on retries during a request.On-premises only.On-premises only.On-premises only.Cloud service only.Table limits optionTableRequest is used to create, modify, and drop tables.TableResult is returned fromNoSQLHandle.getTable(oracle.nosql.driver.ops.GetTableRequest)
andNoSQLHandle.tableRequest(oracle.nosql.driver.ops.TableRequest)
operations.Cloud service only.The current state of the tableCloud service only.TableUsage represents a single usage record, or slice, that includes information about read and write throughput consumed during that period as well as the current information regarding storage capacity.Represents the input to aNoSQLHandle.writeMultiple(oracle.nosql.driver.ops.WriteMultipleRequest)
operation.The Result associated with the execution of an individual operation in the request.Represents a base class for the single row modifying operationsNoSQLHandle.put(oracle.nosql.driver.ops.PutRequest)
andNoSQLHandle.delete(oracle.nosql.driver.ops.DeleteRequest)
.A base class for results of single row modifying operations such as put and delete.