Uses of Class
org.h2.schema.Constant

Packages that use Constant
org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). 
 

Uses of Constant in org.h2.schema
 

Methods in org.h2.schema that return Constant
 Constant Schema.findConstant(java.lang.String constantName)
          Try to find a user defined constant with this name.
 Constant Schema.getConstant(java.lang.String constantName)
          Get the user defined constant with the given name.