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

org.jooq.util.db2.syscat.tables.Tabconst 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.tables;

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

	private static final long serialVersionUID = -1943005518;

	/**
	 * The singleton instance of TABCONST
	 */
	public static final org.jooq.util.db2.syscat.tables.Tabconst TABCONST = new org.jooq.util.db2.syscat.tables.Tabconst();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.TabconstRecord.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 CONSTNAME = new org.jooq.impl.TableFieldImpl("CONSTNAME", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABSCHEMA = new org.jooq.impl.TableFieldImpl("TABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABNAME = new org.jooq.impl.TableFieldImpl("TABNAME", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OWNER = new org.jooq.impl.TableFieldImpl("OWNER", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OWNERTYPE = new org.jooq.impl.TableFieldImpl("OWNERTYPE", org.jooq.impl.SQLDataType.CHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TYPE = new org.jooq.impl.TableFieldImpl("TYPE", org.jooq.impl.SQLDataType.CHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ENFORCED = new org.jooq.impl.TableFieldImpl("ENFORCED", org.jooq.impl.SQLDataType.CHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CHECKEXISTINGDATA = new org.jooq.impl.TableFieldImpl("CHECKEXISTINGDATA", org.jooq.impl.SQLDataType.CHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ENABLEQUERYOPT = new org.jooq.impl.TableFieldImpl("ENABLEQUERYOPT", org.jooq.impl.SQLDataType.CHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField DEFINER = new org.jooq.impl.TableFieldImpl("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("REMARKS", org.jooq.impl.SQLDataType.VARCHAR, TABCONST);

	/**
	 * No further instances allowed
	 */
	private Tabconst() {
		super("TABCONST", org.jooq.util.db2.syscat.Syscat.SYSCAT);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy