org.jooq.meta.firebird.rdb.Tables Maven / Gradle / Ivy
/*
* This file is generated by jOOQ.
*/
package org.jooq.meta.firebird.rdb;
import org.jooq.meta.firebird.rdb.tables.Rdb$checkConstraints;
import org.jooq.meta.firebird.rdb.tables.Rdb$fields;
import org.jooq.meta.firebird.rdb.tables.Rdb$functionArguments;
import org.jooq.meta.firebird.rdb.tables.Rdb$functions;
import org.jooq.meta.firebird.rdb.tables.Rdb$generators;
import org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments;
import org.jooq.meta.firebird.rdb.tables.Rdb$indices;
import org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters;
import org.jooq.meta.firebird.rdb.tables.Rdb$procedures;
import org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints;
import org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints;
import org.jooq.meta.firebird.rdb.tables.Rdb$relationFields;
import org.jooq.meta.firebird.rdb.tables.Rdb$relations;
import org.jooq.meta.firebird.rdb.tables.Rdb$triggers;
/**
* Convenience access to all tables in the default schema.
*/
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table RDB$CHECK_CONSTRAINTS
.
*/
public static final Rdb$checkConstraints RDB$CHECK_CONSTRAINTS = Rdb$checkConstraints.RDB$CHECK_CONSTRAINTS;
/**
* The table RDB$FIELDS
.
*/
public static final Rdb$fields RDB$FIELDS = Rdb$fields.RDB$FIELDS;
/**
* The table RDB$FUNCTION_ARGUMENTS
.
*/
public static final Rdb$functionArguments RDB$FUNCTION_ARGUMENTS = Rdb$functionArguments.RDB$FUNCTION_ARGUMENTS;
/**
* The table RDB$FUNCTIONS
.
*/
public static final Rdb$functions RDB$FUNCTIONS = Rdb$functions.RDB$FUNCTIONS;
/**
* The table RDB$GENERATORS
.
*/
public static final Rdb$generators RDB$GENERATORS = Rdb$generators.RDB$GENERATORS;
/**
* The table RDB$INDEX_SEGMENTS
.
*/
public static final Rdb$indexSegments RDB$INDEX_SEGMENTS = Rdb$indexSegments.RDB$INDEX_SEGMENTS;
/**
* The table RDB$INDICES
.
*/
public static final Rdb$indices RDB$INDICES = Rdb$indices.RDB$INDICES;
/**
* The table RDB$PROCEDURE_PARAMETERS
.
*/
public static final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS = Rdb$procedureParameters.RDB$PROCEDURE_PARAMETERS;
/**
* The table RDB$PROCEDURES
.
*/
public static final Rdb$procedures RDB$PROCEDURES = Rdb$procedures.RDB$PROCEDURES;
/**
* The table RDB$REF_CONSTRAINTS
.
*/
public static final Rdb$refConstraints RDB$REF_CONSTRAINTS = Rdb$refConstraints.RDB$REF_CONSTRAINTS;
/**
* The table RDB$RELATION_CONSTRAINTS
.
*/
public static final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS = Rdb$relationConstraints.RDB$RELATION_CONSTRAINTS;
/**
* The table RDB$RELATION_FIELDS
.
*/
public static final Rdb$relationFields RDB$RELATION_FIELDS = Rdb$relationFields.RDB$RELATION_FIELDS;
/**
* The table RDB$RELATIONS
.
*/
public static final Rdb$relations RDB$RELATIONS = Rdb$relations.RDB$RELATIONS;
/**
* The table RDB$TRIGGERS
.
*/
public static final Rdb$triggers RDB$TRIGGERS = Rdb$triggers.RDB$TRIGGERS;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy