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

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

/**
 * 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", "3.0.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Sys extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = -1659535602;

	/**
	 * 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.Syscolumns.SYSCOLUMNS,
			org.jooq.util.derby.sys.tables.Sysconglomerates.SYSCONGLOMERATES,
			org.jooq.util.derby.sys.tables.Sysconstraints.SYSCONSTRAINTS,
			org.jooq.util.derby.sys.tables.Syskeys.SYSKEYS,
			org.jooq.util.derby.sys.tables.Sysschemas.SYSSCHEMAS,
			org.jooq.util.derby.sys.tables.Syssequences.SYSSEQUENCES,
			org.jooq.util.derby.sys.tables.Systables.SYSTABLES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy