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

org.jooq.util.ingres.ingres.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.ingres.ingres;

/**
 * This class is generated by jOOQ.
 *
 * Convenience access to all tables in $ingres
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "3.0.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

	/**
	 * The table $ingres.iicolumns
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iicolumns IICOLUMNS = org.jooq.util.ingres.ingres.tables.Iicolumns.IICOLUMNS;

	/**
	 * The table $ingres.iiconstraints
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iiconstraints IICONSTRAINTS = org.jooq.util.ingres.ingres.tables.Iiconstraints.IICONSTRAINTS;

	/**
	 * The table $ingres.iidb_comments
	 */
	public static final org.jooq.util.ingres.ingres.tables.IidbComments IIDB_COMMENTS = org.jooq.util.ingres.ingres.tables.IidbComments.IIDB_COMMENTS;

	/**
	 * The table $ingres.iidb_subcomments
	 */
	public static final org.jooq.util.ingres.ingres.tables.IidbSubcomments IIDB_SUBCOMMENTS = org.jooq.util.ingres.ingres.tables.IidbSubcomments.IIDB_SUBCOMMENTS;

	/**
	 * The table $ingres.iikeys
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iikeys IIKEYS = org.jooq.util.ingres.ingres.tables.Iikeys.IIKEYS;

	/**
	 * The table $ingres.iiref_constraints
	 */
	public static final org.jooq.util.ingres.ingres.tables.IirefConstraints IIREF_CONSTRAINTS = org.jooq.util.ingres.ingres.tables.IirefConstraints.IIREF_CONSTRAINTS;

	/**
	 * The table $ingres.iischema
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iischema IISCHEMA = org.jooq.util.ingres.ingres.tables.Iischema.IISCHEMA;

	/**
	 * The table $ingres.iisequences
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iisequences IISEQUENCES = org.jooq.util.ingres.ingres.tables.Iisequences.IISEQUENCES;

	/**
	 * The table $ingres.iitables
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iitables IITABLES = org.jooq.util.ingres.ingres.tables.Iitables.IITABLES;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy