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

org.jooq.util.ingres.ingres.$ingres Maven / Gradle / Ivy

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

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

	private static final long serialVersionUID = -1852298891;

	/**
	 * The singleton instance of $ingres
	 */
	public static final $ingres $INGRES = new $ingres();

	/**
	 * No further instances allowed
	 */
	private $ingres() {
		super("$ingres");
	}

	@Override
	public final java.util.List> getTables() {
		return java.util.Arrays.>asList(
			org.jooq.util.ingres.ingres.tables.Iicolumns.IICOLUMNS,
			org.jooq.util.ingres.ingres.tables.IiconstraintIndexes.IICONSTRAINT_INDEXES,
			org.jooq.util.ingres.ingres.tables.Iiconstraints.IICONSTRAINTS,
			org.jooq.util.ingres.ingres.tables.IidbComments.IIDB_COMMENTS,
			org.jooq.util.ingres.ingres.tables.IidbSubcomments.IIDB_SUBCOMMENTS,
			org.jooq.util.ingres.ingres.tables.IiindexColumns.IIINDEX_COLUMNS,
			org.jooq.util.ingres.ingres.tables.Iiindexes.IIINDEXES,
			org.jooq.util.ingres.ingres.tables.IirefConstraints.IIREF_CONSTRAINTS,
			org.jooq.util.ingres.ingres.tables.Iisequences.IISEQUENCES,
			org.jooq.util.ingres.ingres.tables.Iitables.IITABLES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy