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 void
BinaryProtocol.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 TimestampValue
FieldValue. asTimestamp()
Casts the object to TimestampValue.Methods in oracle.nosql.driver.values with parameters of type TimestampValue Modifier and Type Method Description void
FieldValueEventHandler. timestampValue(TimestampValue timestamp)
A Timestamp valuevoid
JsonSerializer. timestampValue(TimestampValue timestamp)
-