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

org.jooq.util.db2.syscat.Syscat Maven / Gradle / Ivy

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

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.0.6"},
                            comments = "This class is generated by jOOQ")
public class Syscat extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = 1387661164;

	/**
	 * The singleton instance of SYSCAT
	 */
	public static final Syscat SYSCAT = new Syscat();

	/**
	 * No further instances allowed
	 */
	private Syscat() {
		super("SYSCAT");
	}

	@Override
	public final java.util.List> getTables() {
		return java.util.Arrays.>asList(
			org.jooq.util.db2.syscat.tables.Attributes.ATTRIBUTES,
			org.jooq.util.db2.syscat.tables.Columns.COLUMNS,
			org.jooq.util.db2.syscat.tables.Datatypes.DATATYPES,
			org.jooq.util.db2.syscat.tables.Funcparms.FUNCPARMS,
			org.jooq.util.db2.syscat.tables.Functions.FUNCTIONS,
			org.jooq.util.db2.syscat.tables.Keycoluse.KEYCOLUSE,
			org.jooq.util.db2.syscat.tables.Procedures.PROCEDURES,
			org.jooq.util.db2.syscat.tables.Procparms.PROCPARMS,
			org.jooq.util.db2.syscat.tables.References.REFERENCES,
			org.jooq.util.db2.syscat.tables.Sequences.SEQUENCES,
			org.jooq.util.db2.syscat.tables.Tabconst.TABCONST,
			org.jooq.util.db2.syscat.tables.Tables.TABLES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy