public class TimestampType extends DateTypeBase<java.sql.Timestamp>
DateTypeBase.DateComparator<T>
INDEX_NAME
dataOffset, graph, valueIndex
Constructor and Description |
---|
TimestampType() |
Modifier and Type | Method and Description |
---|---|
protected java.sql.Timestamp |
fromLong(long x) |
protected long |
toLong(java.sql.Timestamp x) |
getComparator, getIndexName, readBytes, writeBytes
compare, find, findGT, findGTE, findLT, findLTE, fromByteArray, getIndex, getRefCount, getRefCountFor, make, putRefCount, release, setHyperGraph, store, storeImpl, subsumes, toByteArray
protected java.sql.Timestamp fromLong(long x)
fromLong
in class DateTypeBase<java.sql.Timestamp>
protected long toLong(java.sql.Timestamp x)
toLong
in class DateTypeBase<java.sql.Timestamp>