Uses of Package
oracle.nosql.driver.values
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.
The classes in this package are used to represent and manipulate data in the
Oracle NoSQL Database.
-
ClassDescriptionFieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.FieldValueEventHandler is an event-driven interface that allows multiple implementations of serializers and deserializers for a
FieldValue
.JsonOptions allows applications to configure how JSON is parsed on input and generated on output.MapValue represents a row in a NoSQL Database table.AFieldValue
instance representing a timestamp value. -
ClassDescriptionFieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.JsonOptions allows applications to configure how JSON is parsed on input and generated on output.MapValue represents a row in a NoSQL Database table.
-
ClassDescriptionArrayValue represents an array of
FieldValue
instances.AFieldValue
instance representing a binary value.AFieldValue
instance representing a boolean value.AFieldValue
instance representing a double value.FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.The type of a field.FieldValueEventHandler is an event-driven interface that allows multiple implementations of serializers and deserializers for aFieldValue
.AFieldValue
instance representing an integer value.AFieldValue
instance representing an explicit JSON null value in a JSON object or array.JsonOptions allows applications to configure how JSON is parsed on input and generated on output.AFieldValue
instance representing a long value.MapValue represents a row in a NoSQL Database table.AFieldValue
instance representing a null or missing value in a fully-typed schema.AFieldValue
instance representing an arbitrary-precision numeric value.This class is used to find paths within an NSON document.AFieldValue
instance representing a string value.AFieldValue
instance representing a timestamp value.