Uses of Class
org.h2.value.ValueTimestamp

Packages that use ValueTimestamp
org.h2.value Data type and value implementations. 
 

Uses of ValueTimestamp in org.h2.value
 

Methods in org.h2.value that return ValueTimestamp
static ValueTimestamp ValueTimestamp.get(java.sql.Timestamp timestamp)
          Get or create a timestamp value for the given timestamp.
static ValueTimestamp ValueTimestamp.getNoCopy(java.sql.Timestamp timestamp)
          Get or create a timestamp value for the given timestamp.