Uses of Class
org.h2.schema.MetaSchema
-
Packages that use MetaSchema Package Description org.h2.mode Utility classes for compatibility with other database, for example MySQL.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). -
-
Uses of MetaSchema in org.h2.mode
Subclasses of MetaSchema in org.h2.mode Modifier and Type Class Description class
PgCatalogSchema
pg_catalog
schema. -
Uses of MetaSchema in org.h2.schema
Subclasses of MetaSchema in org.h2.schema Modifier and Type Class Description class
InformationSchema
Information schema.
-