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.ops.serde 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.ops.serde Class Description FieldValue FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.TimestampValue AFieldValueinstance representing a timestamp value. -
Classes in oracle.nosql.driver.values used by oracle.nosql.driver.values Class Description ArrayValue ArrayValue represents an array ofFieldValueinstances.BinaryValue AFieldValueinstance representing a binary value.BooleanValue AFieldValueinstance representing a boolean value.DoubleValue AFieldValueinstance representing a double value.EmptyValue FieldValue FieldValue is the base class of all data items in the Oracle NoSQL Database Cloud system.FieldValue.Type The type of a field.FieldValueEventHandler FieldValueEventHandler is an event-driven interface that allows multiple implementations of serializers and deserializers for aFieldValue.IntegerValue AFieldValueinstance representing an integer value.JsonNullValue AFieldValueinstance 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 AFieldValueinstance representing a long value.MapValue MapValue represents a row in a NoSQL Database table.NullValue AFieldValueinstance representing a null or missing value in a fully-typed schema.NumberValue AFieldValueinstance representing an arbitrary-precision numeric value.StringValue AFieldValueinstance representing a string value.TimestampValue AFieldValueinstance representing a timestamp value.