org.jooq.util.firebird.rdb.Tables Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.firebird.rdb;
/**
* This class is generated by jOOQ.
*
* Convenience access to all tables in
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "3.0.0"},
comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public final 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$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;
/**
* No further instances allowed
*/
private Tables() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy