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

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

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

	private static final long serialVersionUID = 1510850887;

	/**
	 * The singleton instance of $ingres.iiconstraint_indexes
	 */
	public static final org.jooq.util.ingres.ingres.tables.IiconstraintIndexes IICONSTRAINT_INDEXES = new org.jooq.util.ingres.ingres.tables.IiconstraintIndexes();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.Record.class;

	/**
	 * The class holding records for this type
	 */
	@Override
	public java.lang.Class getRecordType() {
		return __RECORD_TYPE;
	}

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CONSTRAINT_NAME = createField("constraint_name", org.jooq.impl.SQLDataType.CHAR, IICONSTRAINT_INDEXES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SCHEMA_NAME = createField("schema_name", org.jooq.impl.SQLDataType.CHAR, IICONSTRAINT_INDEXES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.CHAR, IICONSTRAINT_INDEXES);

	/**
	 * No further instances allowed
	 */
	private IiconstraintIndexes() {
		super("iiconstraint_indexes", org.jooq.util.ingres.ingres.$ingres.$INGRES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy