Uses of Class
org.h2.schema.Constant
Packages that use Constant
Package
Description
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 ConstantModifier and TypeMethodDescriptionSchema.findConstant(String constantName) Try to find a user defined constant with this name.Schema.getConstant(String constantName) Get the user defined constant with the given name.Methods in org.h2.schema that return types with arguments of type Constant