All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.meta.firebird.rdb.Tables Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/*
 * This file is generated by jOOQ.
 */
package org.jooq.meta.firebird.rdb;


import org.jooq.meta.firebird.rdb.tables.Rdb$fields;
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$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;


/**
 * Convenience access to all tables in
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table RDB$FIELDS.
     */
    public static final Rdb$fields RDB$FIELDS = org.jooq.meta.firebird.rdb.tables.Rdb$fields.RDB$FIELDS;

    /**
     * The table RDB$GENERATORS.
     */
    public static final Rdb$generators RDB$GENERATORS = org.jooq.meta.firebird.rdb.tables.Rdb$generators.RDB$GENERATORS;

    /**
     * The table RDB$INDEX_SEGMENTS.
     */
    public static final Rdb$indexSegments RDB$INDEX_SEGMENTS = org.jooq.meta.firebird.rdb.tables.Rdb$indexSegments.RDB$INDEX_SEGMENTS;

    /**
     * The table RDB$PROCEDURES.
     */
    public static final Rdb$procedures RDB$PROCEDURES = org.jooq.meta.firebird.rdb.tables.Rdb$procedures.RDB$PROCEDURES;

    /**
     * The table RDB$PROCEDURE_PARAMETERS.
     */
    public static final Rdb$procedureParameters RDB$PROCEDURE_PARAMETERS = org.jooq.meta.firebird.rdb.tables.Rdb$procedureParameters.RDB$PROCEDURE_PARAMETERS;

    /**
     * The table RDB$REF_CONSTRAINTS.
     */
    public static final Rdb$refConstraints RDB$REF_CONSTRAINTS = org.jooq.meta.firebird.rdb.tables.Rdb$refConstraints.RDB$REF_CONSTRAINTS;

    /**
     * The table RDB$RELATIONS.
     */
    public static final Rdb$relations RDB$RELATIONS = org.jooq.meta.firebird.rdb.tables.Rdb$relations.RDB$RELATIONS;

    /**
     * The table RDB$RELATION_CONSTRAINTS.
     */
    public static final Rdb$relationConstraints RDB$RELATION_CONSTRAINTS = org.jooq.meta.firebird.rdb.tables.Rdb$relationConstraints.RDB$RELATION_CONSTRAINTS;

    /**
     * The table RDB$RELATION_FIELDS.
     */
    public static final Rdb$relationFields RDB$RELATION_FIELDS = org.jooq.meta.firebird.rdb.tables.Rdb$relationFields.RDB$RELATION_FIELDS;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy