Class CellContentConverter.TimestampWithNano
java.lang.Object
java.util.Date
java.sql.Timestamp
net.sf.jailer.util.CellContentConverter.TimestampWithNano
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
- Enclosing class:
CellContentConverter
A
Timestamp subclass that preserves nanosecond precision.- Author:
- Ralf Wisser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.sql.Timestamp
after, before, compareTo, compareTo, equals, equals, from, getNanos, getTime, hashCode, setNanos, setTime, toInstant, toLocalDateTime, toString, valueOf, valueOfMethods inherited from class java.util.Date
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC
-
Constructor Details
-
TimestampWithNano
public TimestampWithNano(long time) Constructor.- Parameters:
time- the time in milliseconds since the epoch
-