/** * This class is generated by jOOQ */ package org.jooq.util.hsqldb.information_schema; /** * This class is generated by jOOQ. * * Convenience access to all tables in INFORMATION_SCHEMA */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.4.0" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table INFORMATION_SCHEMA.CHECK_CONSTRAINTS */ public static final org.jooq.util.hsqldb.information_schema.tables.CheckConstraints CHECK_CONSTRAINTS = org.jooq.util.hsqldb.information_schema.tables.CheckConstraints.CHECK_CONSTRAINTS; /** * The table INFORMATION_SCHEMA.COLUMNS */ public static final org.jooq.util.hsqldb.information_schema.tables.Columns COLUMNS = org.jooq.util.hsqldb.information_schema.tables.Columns.COLUMNS; /** * The table INFORMATION_SCHEMA.ELEMENT_TYPES */ public static final org.jooq.util.hsqldb.information_schema.tables.ElementTypes ELEMENT_TYPES = org.jooq.util.hsqldb.information_schema.tables.ElementTypes.ELEMENT_TYPES; /** * The table INFORMATION_SCHEMA.KEY_COLUMN_USAGE */ public static final org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage KEY_COLUMN_USAGE = org.jooq.util.hsqldb.information_schema.tables.KeyColumnUsage.KEY_COLUMN_USAGE; /** * The table INFORMATION_SCHEMA.PARAMETERS */ public static final org.jooq.util.hsqldb.information_schema.tables.Parameters PARAMETERS = org.jooq.util.hsqldb.information_schema.tables.Parameters.PARAMETERS; /** * The table INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS */ public static final org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints REFERENTIAL_CONSTRAINTS = org.jooq.util.hsqldb.information_schema.tables.ReferentialConstraints.REFERENTIAL_CONSTRAINTS; /** * The table INFORMATION_SCHEMA.ROUTINES */ public static final org.jooq.util.hsqldb.information_schema.tables.Routines ROUTINES = org.jooq.util.hsqldb.information_schema.tables.Routines.ROUTINES; /** * The table INFORMATION_SCHEMA.SCHEMATA */ public static final org.jooq.util.hsqldb.information_schema.tables.Schemata SCHEMATA = org.jooq.util.hsqldb.information_schema.tables.Schemata.SCHEMATA; /** * The table INFORMATION_SCHEMA.SEQUENCES */ public static final org.jooq.util.hsqldb.information_schema.tables.Sequences SEQUENCES = org.jooq.util.hsqldb.information_schema.tables.Sequences.SEQUENCES; /** * The table INFORMATION_SCHEMA.TABLES */ public static final org.jooq.util.hsqldb.information_schema.tables.Tables TABLES = org.jooq.util.hsqldb.information_schema.tables.Tables.TABLES; /** * The table INFORMATION_SCHEMA.TABLE_CONSTRAINTS */ public static final org.jooq.util.hsqldb.information_schema.tables.TableConstraints TABLE_CONSTRAINTS = org.jooq.util.hsqldb.information_schema.tables.TableConstraints.TABLE_CONSTRAINTS; }