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

public static class CellContentConverter.TimestampWithNano extends Timestamp
A Timestamp subclass that preserves nanosecond precision.
Author:
Ralf Wisser
See Also:
  • Constructor Details

    • TimestampWithNano

      public TimestampWithNano(long time)
      Constructor.
      Parameters:
      time - the time in milliseconds since the epoch