Uses of Class
org.h2.schema.Constant
-
Packages that use Constant Package Description org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table 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 Constant Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,Constant>Schema. constantsMethods in org.h2.schema that return Constant Modifier and Type Method Description ConstantSchema. findConstant(java.lang.String constantName)Try to find a user defined constant with this name.ConstantSchema. getConstant(java.lang.String constantName)Get the user defined constant with the given name.Methods in org.h2.schema that return types with arguments of type Constant Modifier and Type Method Description java.util.Collection<Constant>Schema. getAllConstants() -
Uses of Constant in org.h2.table
Methods in org.h2.table with parameters of type Constant Modifier and Type Method Description private voidInformationSchemaTable. constants(SessionLocal session, java.util.ArrayList<Row> rows, java.lang.String catalog, java.lang.String mainSchemaName, java.lang.String collation, Constant constant, java.lang.String constantName)
-