Uses of Package
oracle.nosql.driver.values
-
Packages that use oracle.nosql.driver.values Package Description oracle.nosql.driver Contains the public API for using the Oracle NoSQL Database as well as configuration and common parameter classes used in database operations.oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations.oracle.nosql.driver.values The classes in this package are used to represent and manipulate data in the Oracle NoSQL Database. -
Classes in oracle.nosql.driver.values used by oracle.nosql.driver Class Description FieldValue FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system. -
Classes in oracle.nosql.driver.values used by oracle.nosql.driver.ops Class Description FieldValue FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.JsonOptions JsonOptions allows applications to configure how JSON is parsed on input and generated on output.MapValue MapValue represents a row in a NoSQL Database table. -
Classes in oracle.nosql.driver.values used by oracle.nosql.driver.values Class Description ArrayValue ArrayValue represents an array ofFieldValue
instances.BinaryValue AFieldValue
instance representing a binary value.BooleanValue AFieldValue
instance representing a boolean value.DoubleValue AFieldValue
instance representing a double value.FieldValue FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.FieldValue.Type The type of a field.IntegerValue AFieldValue
instance representing an integer value.JsonNullValue AFieldValue
instance representing an explicit JSON null value in a JSON object or array.JsonOptions JsonOptions allows applications to configure how JSON is parsed on input and generated on output.LongValue AFieldValue
instance representing a long value.MapValue MapValue represents a row in a NoSQL Database table.NumberValue AFieldValue
instance representing an arbitrary-precision numeric value.StringValue AFieldValue
instance representing a string value.TimestampValue AFieldValue
instance representing a timestamp value.