Uses of Class
oracle.nosql.driver.values.FieldValue.Type
-
Packages that use FieldValue.Type Package Description oracle.nosql.driver.values 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
Methods in oracle.nosql.driver.values that return FieldValue.Type Modifier and Type Method Description FieldValue.TypeArrayValue. getType()FieldValue.TypeArrayValue. getType(int index)Returns the type of the field at the specified index.FieldValue.TypeBinaryValue. getType()FieldValue.TypeBooleanValue. getType()FieldValue.TypeDoubleValue. getType()FieldValue.TypeEmptyValue. getType()abstract FieldValue.TypeFieldValue. getType()Returns the type of the objectFieldValue.TypeIntegerValue. getType()FieldValue.TypeJsonNullValue. getType()FieldValue.TypeLongValue. getType()FieldValue.TypeMapValue. getType()FieldValue.TypeMapValue. getType(String name)Returns the type of the field with the specified name, or null if the field does not exist.FieldValue.TypeNullValue. getType()FieldValue.TypeNumberValue. getType()FieldValue.TypeStringValue. getType()FieldValue.TypeTimestampValue. getType()static FieldValue.TypeFieldValue.Type. valueOf(String name)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.
-