/** * This class is generated by jOOQ */ package org.jooq.util.mysql.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.5.0" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table information_schema.COLUMNS */ public static final org.jooq.util.mysql.information_schema.tables.Columns COLUMNS = org.jooq.util.mysql.information_schema.tables.Columns.COLUMNS; /** * The table information_schema.KEY_COLUMN_USAGE */ public static final org.jooq.util.mysql.information_schema.tables.KeyColumnUsage KEY_COLUMN_USAGE = org.jooq.util.mysql.information_schema.tables.KeyColumnUsage.KEY_COLUMN_USAGE; /** * The table information_schema.PARAMETERS */ public static final org.jooq.util.mysql.information_schema.tables.Parameters PARAMETERS = org.jooq.util.mysql.information_schema.tables.Parameters.PARAMETERS; /** * The table information_schema.REFERENTIAL_CONSTRAINTS */ public static final org.jooq.util.mysql.information_schema.tables.ReferentialConstraints REFERENTIAL_CONSTRAINTS = org.jooq.util.mysql.information_schema.tables.ReferentialConstraints.REFERENTIAL_CONSTRAINTS; /** * The table information_schema.SCHEMATA */ public static final org.jooq.util.mysql.information_schema.tables.Schemata SCHEMATA = org.jooq.util.mysql.information_schema.tables.Schemata.SCHEMATA; /** * The table information_schema.STATISTICS */ public static final org.jooq.util.mysql.information_schema.tables.Statistics STATISTICS = org.jooq.util.mysql.information_schema.tables.Statistics.STATISTICS; /** * The table information_schema.TABLES */ public static final org.jooq.util.mysql.information_schema.tables.Tables TABLES = org.jooq.util.mysql.information_schema.tables.Tables.TABLES; /** * The table information_schema.TABLE_CONSTRAINTS */ public static final org.jooq.util.mysql.information_schema.tables.TableConstraints TABLE_CONSTRAINTS = org.jooq.util.mysql.information_schema.tables.TableConstraints.TABLE_CONSTRAINTS; }