Uses of Enum
oracle.nosql.driver.values.FieldValue.Type
Package
Description
The classes in this package are used to represent and manipulate data in the
Oracle NoSQL Database.
-
Uses of FieldValue.Type in oracle.nosql.driver.values
Modifier and TypeMethodDescriptionArrayValue.getType()
ArrayValue.getType
(int index) Returns the type of the field at the specified index.BinaryValue.getType()
BooleanValue.getType()
DoubleValue.getType()
EmptyValue.getType()
abstract FieldValue.Type
FieldValue.getType()
Returns the type of the objectIntegerValue.getType()
JsonNullValue.getType()
LongValue.getType()
MapValue.getType()
Returns the type of the field with the specified name, or null if the field does not exist.NullValue.getType()
NumberValue.getType()
StringValue.getType()
TimestampValue.getType()
static FieldValue.Type
Returns the enum constant of this type with the specified name.static FieldValue.Type[]
FieldValue.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.