Uses of Class
oracle.nosql.driver.values.TimestampValue
- 
Packages that use TimestampValue 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.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
Methods in oracle.nosql.driver with parameters of type TimestampValue Modifier and Type Method Description voidNson.NsonSerializer. timestampValue(TimestampValue timestamp)static voidNson. writeTimestamp(oracle.nosql.driver.util.ByteOutputStream out, TimestampValue value)Writes the String value of a Timestamp to the output stream - 
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 voidFieldValueCreator. timestampValue(TimestampValue timestamp)default voidFieldValueEventHandler. timestampValue(TimestampValue timestamp)A Timestamp valuevoidJsonSerializer. timestampValue(TimestampValue timestamp)voidPathFinder. timestampValue(TimestampValue timestamp) 
 -