Uses of Class
org.jooq.meta.h2.information_schema.tables.Schemata
-
Packages that use Schemata Package Description org.jooq.meta.h2.information_schema org.jooq.meta.h2.information_schema.tables -
-
Uses of Schemata in org.jooq.meta.h2.information_schema
Fields in org.jooq.meta.h2.information_schema declared as Schemata Modifier and Type Field Description SchemataInformationSchema. SCHEMATAThe tableINFORMATION_SCHEMA.SCHEMATA.static SchemataTables. SCHEMATAThe tableINFORMATION_SCHEMA.SCHEMATA. -
Uses of Schemata in org.jooq.meta.h2.information_schema.tables
Fields in org.jooq.meta.h2.information_schema.tables declared as Schemata Modifier and Type Field Description static SchemataSchemata. SCHEMATAThe reference instance ofINFORMATION_SCHEMA.SCHEMATAMethods in org.jooq.meta.h2.information_schema.tables that return Schemata Modifier and Type Method Description SchemataSchemata. as(String alias)SchemataSchemata. as(Name alias)SchemataSchemata. rename(String name)Rename this tableSchemataSchemata. rename(Name name)Rename this table
-