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

org.jooq.util.db2.syscat.tables.Columns 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 Columns extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -386676200;

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

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

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLNO = new org.jooq.impl.TableFieldImpl("COLNO", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField LENGTH = new org.jooq.impl.TableFieldImpl("LENGTH", org.jooq.impl.SQLDataType.INTEGER, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SCALE = new org.jooq.impl.TableFieldImpl("SCALE", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CODEPAGE = new org.jooq.impl.TableFieldImpl("CODEPAGE", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

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

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

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLCARD = new org.jooq.impl.TableFieldImpl("COLCARD", org.jooq.impl.SQLDataType.BIGINT, COLUMNS);

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AVGCOLLEN = new org.jooq.impl.TableFieldImpl("AVGCOLLEN", org.jooq.impl.SQLDataType.INTEGER, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField KEYSEQ = new org.jooq.impl.TableFieldImpl("KEYSEQ", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARTKEYSEQ = new org.jooq.impl.TableFieldImpl("PARTKEYSEQ", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField NQUANTILES = new org.jooq.impl.TableFieldImpl("NQUANTILES", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField NMOSTFREQ = new org.jooq.impl.TableFieldImpl("NMOSTFREQ", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField NUMNULLS = new org.jooq.impl.TableFieldImpl("NUMNULLS", org.jooq.impl.SQLDataType.BIGINT, COLUMNS);

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

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

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

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

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

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

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

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INLINE_LENGTH = new org.jooq.impl.TableFieldImpl("INLINE_LENGTH", org.jooq.impl.SQLDataType.INTEGER, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PCTINLINED = new org.jooq.impl.TableFieldImpl("PCTINLINED", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

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

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

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TEXT = new org.jooq.impl.TableFieldImpl("TEXT", org.jooq.impl.SQLDataType.CLOB, COLUMNS);

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AVGDISTINCTPERPAGE = new org.jooq.impl.TableFieldImpl("AVGDISTINCTPERPAGE", org.jooq.impl.SQLDataType.DOUBLE, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PAGEVARIANCERATIO = new org.jooq.impl.TableFieldImpl("PAGEVARIANCERATIO", org.jooq.impl.SQLDataType.DOUBLE, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SUB_COUNT = new org.jooq.impl.TableFieldImpl("SUB_COUNT", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SUB_DELIM_LENGTH = new org.jooq.impl.TableFieldImpl("SUB_DELIM_LENGTH", org.jooq.impl.SQLDataType.SMALLINT, COLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AVGCOLLENCHAR = new org.jooq.impl.TableFieldImpl("AVGCOLLENCHAR", org.jooq.impl.SQLDataType.INTEGER, COLUMNS);

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy