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

org.jooq.meta.derby.sys.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.derby.sys;


import org.jooq.meta.derby.sys.tables.Syschecks;
import org.jooq.meta.derby.sys.tables.Syscolumns;
import org.jooq.meta.derby.sys.tables.Sysconglomerates;
import org.jooq.meta.derby.sys.tables.Sysconstraints;
import org.jooq.meta.derby.sys.tables.Syskeys;
import org.jooq.meta.derby.sys.tables.Sysschemas;
import org.jooq.meta.derby.sys.tables.Syssequences;
import org.jooq.meta.derby.sys.tables.Systables;
import org.jooq.meta.derby.sys.tables.Systriggers;
import org.jooq.meta.derby.sys.tables.Sysviews;


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

    /**
     * The table SYS.SYSCHECKS.
     */
    public static final Syschecks SYSCHECKS = Syschecks.SYSCHECKS;

    /**
     * The table SYS.SYSCOLUMNS.
     */
    public static final Syscolumns SYSCOLUMNS = Syscolumns.SYSCOLUMNS;

    /**
     * The table SYS.SYSCONGLOMERATES.
     */
    public static final Sysconglomerates SYSCONGLOMERATES = Sysconglomerates.SYSCONGLOMERATES;

    /**
     * The table SYS.SYSCONSTRAINTS.
     */
    public static final Sysconstraints SYSCONSTRAINTS = Sysconstraints.SYSCONSTRAINTS;

    /**
     * The table SYS.SYSKEYS.
     */
    public static final Syskeys SYSKEYS = Syskeys.SYSKEYS;

    /**
     * The table SYS.SYSSCHEMAS.
     */
    public static final Sysschemas SYSSCHEMAS = Sysschemas.SYSSCHEMAS;

    /**
     * The table SYS.SYSSEQUENCES.
     */
    public static final Syssequences SYSSEQUENCES = Syssequences.SYSSEQUENCES;

    /**
     * The table SYS.SYSTABLES.
     */
    public static final Systables SYSTABLES = Systables.SYSTABLES;

    /**
     * The table SYS.SYSTRIGGERS.
     */
    public static final Systriggers SYSTRIGGERS = Systriggers.SYSTRIGGERS;

    /**
     * The table SYS.SYSVIEWS.
     */
    public static final Sysviews SYSVIEWS = Sysviews.SYSVIEWS;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy