Uses of Class
oracle.nosql.driver.values.TimestampValue
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
The classes in this package are used to represent and manipulate data in the
Oracle NoSQL Database.
-
Uses of TimestampValue in oracle.nosql.driver
Modifier and TypeMethodDescriptionvoid
Nson.NsonSerializer.timestampValue
(TimestampValue timestamp) static void
Nson.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
Modifier and TypeMethodDescriptionvoid
FieldValueCreator.timestampValue
(TimestampValue timestamp) default void
FieldValueEventHandler.timestampValue
(TimestampValue timestamp) A Timestamp valuevoid
JsonSerializer.timestampValue
(TimestampValue timestamp) void
PathFinder.timestampValue
(TimestampValue timestamp)