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).
Classes related to a table and table meta data.
-
Uses of Constant in org.h2.schema
Fields in org.h2.schema with type parameters of type ConstantModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, Constant> Schema.constants
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 -
Uses of Constant in org.h2.table
Methods in org.h2.table with parameters of type Constant