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

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

	private static final long serialVersionUID = -1953759392;

	/**
	 * The singleton instance of $ingres.iitables
	 */
	public static final org.jooq.util.ingres.ingres.tables.Iitables IITABLES = new org.jooq.util.ingres.ingres.tables.Iitables();

	/**
	 * 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 TABLE_NAME = createField("table_name", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_OWNER = createField("table_owner", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CREATE_DATE = createField("create_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ALTER_DATE = createField("alter_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_TYPE = createField("table_type", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_SUBTYPE = createField("table_subtype", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_VERSION = createField("table_version", org.jooq.impl.SQLDataType.VARCHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SYSTEM_USE = createField("system_use", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_STATS = createField("table_stats", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_INDEXES = createField("table_indexes", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField IS_READONLY = createField("is_readonly", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CONCURRENT_ACCESS = createField("concurrent_access", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField NUM_ROWS = createField("num_rows", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField STORAGE_STRUCTURE = createField("storage_structure", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField IS_COMPRESSED = createField("is_compressed", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField KEY_IS_COMPRESSED = createField("key_is_compressed", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField DUPLICATE_ROWS = createField("duplicate_rows", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField UNIQUE_RULE = createField("unique_rule", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField NUMBER_PAGES = createField("number_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OVERFLOW_PAGES = createField("overflow_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ROW_WIDTH = createField("row_width", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField EXPIRE_DATE = createField("expire_date", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField MODIFY_DATE = createField("modify_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField LOCATION_NAME = createField("location_name", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_INTEGRITIES = createField("table_integrities", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_PERMITS = createField("table_permits", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ALL_TO_ALL = createField("all_to_all", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField RET_TO_ALL = createField("ret_to_all", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField IS_JOURNALLED = createField("is_journalled", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField VIEW_BASE = createField("view_base", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField MULTI_LOCATIONS = createField("multi_locations", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_IFILLPCT = createField("table_ifillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_DFILLPCT = createField("table_dfillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_LFILLPCT = createField("table_lfillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_MINPAGES = createField("table_minpages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_MAXPAGES = createField("table_maxpages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELSTAMP1 = createField("table_relstamp1", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELSTAMP2 = createField("table_relstamp2", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELTID = createField("table_reltid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELTIDX = createField("table_reltidx", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField UNIQUE_SCOPE = createField("unique_scope", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ALLOCATION_SIZE = createField("allocation_size", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField EXTEND_SIZE = createField("extend_size", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ALLOCATED_PAGES = createField("allocated_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField LABEL_GRANULARITY = createField("label_granularity", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ROW_SECURITY_AUDIT = createField("row_security_audit", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SECURITY_LABEL = createField("security_label", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_PAGESIZE = createField("table_pagesize", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELVERSION = createField("table_relversion", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELTOTWID = createField("table_reltotwid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELTCPRI = createField("table_reltcpri", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TUPS_PER_PAGE = createField("tups_per_page", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField KEYS_PER_PAGE = createField("keys_per_page", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField KEYS_PER_LEAF = createField("keys_per_leaf", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PHYS_PARTITIONS = createField("phys_partitions", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARTITION_DIMENSIONS = createField("partition_dimensions", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELDATAWID = createField("table_reldatawid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TABLE_RELTOTDATAWID = createField("table_reltotdatawid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ENCRYPTED_COLUMNS = createField("encrypted_columns", org.jooq.impl.SQLDataType.CHAR, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ENCRYPTION_VERSION = createField("encryption_version", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ENCRYPTION_TYPE = createField("encryption_type", org.jooq.impl.SQLDataType.VARCHAR, IITABLES);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy