Uses of Class
oracle.nosql.driver.values.TimestampValue
-
Packages that use TimestampValue Package Description 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. -
-
Uses of TimestampValue in oracle.nosql.driver.ops.serde
Methods in oracle.nosql.driver.ops.serde with parameters of type TimestampValue Modifier and Type Method Description voidBinaryProtocol.FieldValueCreator. timestampValue(TimestampValue timestamp) -
Uses of TimestampValue in oracle.nosql.driver.values
Methods in oracle.nosql.driver.values that return TimestampValue Modifier and Type Method Description TimestampValueFieldValue. asTimestamp()Casts the object to TimestampValue.Methods in oracle.nosql.driver.values with parameters of type TimestampValue Modifier and Type Method Description voidFieldValueEventHandler. timestampValue(TimestampValue timestamp)A Timestamp valuevoidJsonSerializer. timestampValue(TimestampValue timestamp)
-