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

org.jooq.util.ingres.ingres.tables.IiindexColumns 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 IiindexColumns extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -1151911432;

	/**
	 * The singleton instance of $ingres.iiindex_columns
	 */
	public static final org.jooq.util.ingres.ingres.tables.IiindexColumns IIINDEX_COLUMNS = new org.jooq.util.ingres.ingres.tables.IiindexColumns();

	/**
	 * 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 INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.CHAR, IIINDEX_COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INDEX_OWNER = createField("index_owner", org.jooq.impl.SQLDataType.CHAR, IIINDEX_COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMN_NAME = createField("column_name", org.jooq.impl.SQLDataType.CHAR, IIINDEX_COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField KEY_SEQUENCE = createField("key_sequence", org.jooq.impl.SQLDataType.SMALLINT, IIINDEX_COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SORT_DIRECTION = createField("sort_direction", org.jooq.impl.SQLDataType.CHAR, IIINDEX_COLUMNS);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy