Uses of Class
org.h2.value.ValueTime

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

Uses of ValueTime in org.h2.value
 

Methods in org.h2.value that return ValueTime
static ValueTime ValueTime.get(java.sql.Time time)
          Get or create a time value for the given time.
static ValueTime ValueTime.getNoCopy(java.sql.Time time)
          Get or create a time value for the given time.