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

org.jooq.util.derby.sys.Tables Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.derby.sys;

/**
 * This class is generated by jOOQ.
 *
 * Convenience access to all tables in SYS
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.0.5"},
                            comments = "This class is generated by jOOQ")
public final class Tables {

	/**
	 * The table SYS.SYSCOLUMNS
	 */
	public static org.jooq.util.derby.sys.tables.Syscolumns SYSCOLUMNS = org.jooq.util.derby.sys.tables.Syscolumns.SYSCOLUMNS;

	/**
	 * The table SYS.SYSCONGLOMERATES
	 */
	public static org.jooq.util.derby.sys.tables.Sysconglomerates SYSCONGLOMERATES = org.jooq.util.derby.sys.tables.Sysconglomerates.SYSCONGLOMERATES;

	/**
	 * The table SYS.SYSCONSTRAINTS
	 */
	public static org.jooq.util.derby.sys.tables.Sysconstraints SYSCONSTRAINTS = org.jooq.util.derby.sys.tables.Sysconstraints.SYSCONSTRAINTS;

	/**
	 * The table SYS.SYSKEYS
	 */
	public static org.jooq.util.derby.sys.tables.Syskeys SYSKEYS = org.jooq.util.derby.sys.tables.Syskeys.SYSKEYS;

	/**
	 * The table SYS.SYSSCHEMAS
	 */
	public static org.jooq.util.derby.sys.tables.Sysschemas SYSSCHEMAS = org.jooq.util.derby.sys.tables.Sysschemas.SYSSCHEMAS;

	/**
	 * The table SYS.SYSSEQUENCES
	 */
	public static org.jooq.util.derby.sys.tables.Syssequences SYSSEQUENCES = org.jooq.util.derby.sys.tables.Syssequences.SYSSEQUENCES;

	/**
	 * The table SYS.SYSTABLES
	 */
	public static org.jooq.util.derby.sys.tables.Systables SYSTABLES = org.jooq.util.derby.sys.tables.Systables.SYSTABLES;

	/**
	 * No instances
	 */
	private Tables() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy