Uses of Class
org.jooq.meta.hsqldb.information_schema.tables.SystemColumns
-
Packages that use SystemColumns Package Description org.jooq.meta.hsqldb.information_schema org.jooq.meta.hsqldb.information_schema.tables -
-
Uses of SystemColumns in org.jooq.meta.hsqldb.information_schema
Fields in org.jooq.meta.hsqldb.information_schema declared as SystemColumns Modifier and Type Field Description SystemColumnsInformationSchema. SYSTEM_COLUMNSthe visible columns of each accessible table defined within this databasestatic SystemColumnsTables. SYSTEM_COLUMNSthe visible columns of each accessible table defined within this database -
Uses of SystemColumns in org.jooq.meta.hsqldb.information_schema.tables
Fields in org.jooq.meta.hsqldb.information_schema.tables declared as SystemColumns Modifier and Type Field Description static SystemColumnsSystemColumns. SYSTEM_COLUMNSThe reference instance ofINFORMATION_SCHEMA.SYSTEM_COLUMNSMethods in org.jooq.meta.hsqldb.information_schema.tables that return SystemColumns Modifier and Type Method Description SystemColumnsSystemColumns. as(String alias)SystemColumnsSystemColumns. as(Name alias)SystemColumnsSystemColumns. rename(String name)Rename this tableSystemColumnsSystemColumns. rename(Name name)Rename this table
-