Uses of Class
org.voltdb.types.TimestampType
Packages that use TimestampType
-
Uses of TimestampType in org.voltdb
Methods in org.voltdb that return TimestampTypeModifier and TypeMethodDescriptionfinal TimestampType
VoltTableRow.getTimestampAsTimestamp
(int columnIndex) Retrieve theTimestampType
value stored in the column specified by index.final TimestampType
VoltTableRow.getTimestampAsTimestamp
(String columnName) Retrieve theTimestampType
value stored in the column specified by name. -
Uses of TimestampType in org.voltdb.types
Methods in org.voltdb.types with parameters of type TimestampTypeModifier and TypeMethodDescriptionint
TimestampType.compareTo
(TimestampType dateval) CompareTo - to mimic Java Date