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

org.jooq.util.derby.sys.Sys 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.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.0.0"},
                            comments = "This class is generated by jOOQ")
public class Sys extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = 963219082;

	/**
	 * The singleton instance of SYS
	 */
	public static final Sys SYS = new Sys();

	/**
	 * No further instances allowed
	 */
	private Sys() {
		super("SYS");
	}

	@Override
	public final java.util.List> getTables() {
		return java.util.Arrays.>asList(
			org.jooq.util.derby.sys.tables.Sysconglomerates.SYSCONGLOMERATES,
			org.jooq.util.derby.sys.tables.Systables.SYSTABLES,
			org.jooq.util.derby.sys.tables.Syscolumns.SYSCOLUMNS,
			org.jooq.util.derby.sys.tables.Sysschemas.SYSSCHEMAS,
			org.jooq.util.derby.sys.tables.Sysconstraints.SYSCONSTRAINTS,
			org.jooq.util.derby.sys.tables.Syskeys.SYSKEYS,
			org.jooq.util.derby.sys.tables.Syssequences.SYSSEQUENCES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy