Uses of Class
org.h2.value.ValueDate

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

Uses of ValueDate in org.h2.value
 

Methods in org.h2.value that return ValueDate
static ValueDate ValueDate.get(java.sql.Date date)
          Get or create a date value for the given date.
static ValueDate ValueDate.getNoCopy(java.sql.Date date)
          Get or create a date value for the given date.