/** * This class is generated by jOOQ */ package org.jooq.util.firebird.rdb; /** * Convenience access to all tables in */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.0" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table RDB$FIELDS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$fields RDB$FIELDS = org.jooq.util.firebird.rdb.tables.Rdb$fields.RDB$FIELDS; /** * The table RDB$GENERATORS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$generators RDB$GENERATORS = org.jooq.util.firebird.rdb.tables.Rdb$generators.RDB$GENERATORS; /** * The table RDB$INDEX_SEGMENTS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$indexSegments RDB$INDEX_SEGMENTS = org.jooq.util.firebird.rdb.tables.Rdb$indexSegments.RDB$INDEX_SEGMENTS; /** * The table RDB$PROCEDURES */ public static final org.jooq.util.firebird.rdb.tables.Rdb$procedures RDB$PROCEDURES = org.jooq.util.firebird.rdb.tables.Rdb$procedures.RDB$PROCEDURES; /** * The table RDB$PROCEDURE_PARAMETERS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS = org.jooq.util.firebird.rdb.tables.Rdb$procedureParameters.RDB$PROCEDURE_PARAMETERS; /** * The table RDB$REF_CONSTRAINTS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$refConstraints RDB$REF_CONSTRAINTS = org.jooq.util.firebird.rdb.tables.Rdb$refConstraints.RDB$REF_CONSTRAINTS; /** * The table RDB$RELATIONS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$relations RDB$RELATIONS = org.jooq.util.firebird.rdb.tables.Rdb$relations.RDB$RELATIONS; /** * The table RDB$RELATION_CONSTRAINTS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints RDB$RELATION_CONSTRAINTS = org.jooq.util.firebird.rdb.tables.Rdb$relationConstraints.RDB$RELATION_CONSTRAINTS; /** * The table RDB$RELATION_FIELDS */ public static final org.jooq.util.firebird.rdb.tables.Rdb$relationFields RDB$RELATION_FIELDS = org.jooq.util.firebird.rdb.tables.Rdb$relationFields.RDB$RELATION_FIELDS; }