case classJsTimestamp(value: Timestamp) extends JsValue with Ordered[JsTimestamp] with Product with Serializable
An SQL TIMESTAMP value. It adds the ability to hold the SQL TIMESTAMP
fractional seconds value, by allowing the specification of fractional
seconds to a precision of nanoseconds. Support the JDBC escape syntax
for timestamp values.
The precision of a Timestamp object is calculated to be either:
19 , which is the number of characters in yyyy-mm-dd hh:mm:ss
20 + s , which is the number of characters in the yyyy-mm-dd hh:mm:ss.[fff...]
and s represents the scale of the given Timestamp, its fractional seconds precision.
Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsTimestamp], Comparable[JsTimestamp], JsValue, Dynamic, AnyRef, Any
An SQL TIMESTAMP value. It adds the ability to hold the SQL TIMESTAMP fractional seconds value, by allowing the specification of fractional seconds to a precision of nanoseconds. Support the JDBC escape syntax for timestamp values.
The precision of a Timestamp object is calculated to be either: