org.jooq.util.ingres.ingres.tables.Iitables Maven / Gradle / Ivy
/**
* 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.6.0"},
comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Iitables extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 359014896;
/**
* 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
*/
@Override
public java.lang.Class getRecordType() {
return org.jooq.Record.class;
}
/**
* The table column $ingres.iitables.table_name
*/
public static final org.jooq.TableField TABLE_NAME = createField("table_name", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_owner
*/
public static final org.jooq.TableField TABLE_OWNER = createField("table_owner", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.create_date
*/
public static final org.jooq.TableField CREATE_DATE = createField("create_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.alter_date
*/
public static final org.jooq.TableField ALTER_DATE = createField("alter_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_type
*/
public static final org.jooq.TableField TABLE_TYPE = createField("table_type", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_subtype
*/
public static final org.jooq.TableField TABLE_SUBTYPE = createField("table_subtype", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_version
*/
public static final org.jooq.TableField TABLE_VERSION = createField("table_version", org.jooq.impl.SQLDataType.VARCHAR, IITABLES);
/**
* The table column $ingres.iitables.system_use
*/
public static final org.jooq.TableField SYSTEM_USE = createField("system_use", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_stats
*/
public static final org.jooq.TableField TABLE_STATS = createField("table_stats", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_indexes
*/
public static final org.jooq.TableField TABLE_INDEXES = createField("table_indexes", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.is_readonly
*/
public static final org.jooq.TableField IS_READONLY = createField("is_readonly", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.concurrent_access
*/
public static final org.jooq.TableField CONCURRENT_ACCESS = createField("concurrent_access", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.num_rows
*/
public static final org.jooq.TableField NUM_ROWS = createField("num_rows", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.storage_structure
*/
public static final org.jooq.TableField STORAGE_STRUCTURE = createField("storage_structure", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.is_compressed
*/
public static final org.jooq.TableField IS_COMPRESSED = createField("is_compressed", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.key_is_compressed
*/
public static final org.jooq.TableField KEY_IS_COMPRESSED = createField("key_is_compressed", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.duplicate_rows
*/
public static final org.jooq.TableField DUPLICATE_ROWS = createField("duplicate_rows", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.unique_rule
*/
public static final org.jooq.TableField UNIQUE_RULE = createField("unique_rule", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.number_pages
*/
public static final org.jooq.TableField NUMBER_PAGES = createField("number_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.overflow_pages
*/
public static final org.jooq.TableField OVERFLOW_PAGES = createField("overflow_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.row_width
*/
public static final org.jooq.TableField ROW_WIDTH = createField("row_width", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.expire_date
*/
public static final org.jooq.TableField EXPIRE_DATE = createField("expire_date", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.modify_date
*/
public static final org.jooq.TableField MODIFY_DATE = createField("modify_date", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.location_name
*/
public static final org.jooq.TableField LOCATION_NAME = createField("location_name", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_integrities
*/
public static final org.jooq.TableField TABLE_INTEGRITIES = createField("table_integrities", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_permits
*/
public static final org.jooq.TableField TABLE_PERMITS = createField("table_permits", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.all_to_all
*/
public static final org.jooq.TableField ALL_TO_ALL = createField("all_to_all", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.ret_to_all
*/
public static final org.jooq.TableField RET_TO_ALL = createField("ret_to_all", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.is_journalled
*/
public static final org.jooq.TableField IS_JOURNALLED = createField("is_journalled", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.view_base
*/
public static final org.jooq.TableField VIEW_BASE = createField("view_base", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.multi_locations
*/
public static final org.jooq.TableField MULTI_LOCATIONS = createField("multi_locations", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_ifillpct
*/
public static final org.jooq.TableField TABLE_IFILLPCT = createField("table_ifillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.table_dfillpct
*/
public static final org.jooq.TableField TABLE_DFILLPCT = createField("table_dfillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.table_lfillpct
*/
public static final org.jooq.TableField TABLE_LFILLPCT = createField("table_lfillpct", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.table_minpages
*/
public static final org.jooq.TableField TABLE_MINPAGES = createField("table_minpages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_maxpages
*/
public static final org.jooq.TableField TABLE_MAXPAGES = createField("table_maxpages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_relstamp1
*/
public static final org.jooq.TableField TABLE_RELSTAMP1 = createField("table_relstamp1", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_relstamp2
*/
public static final org.jooq.TableField TABLE_RELSTAMP2 = createField("table_relstamp2", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_reltid
*/
public static final org.jooq.TableField TABLE_RELTID = createField("table_reltid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_reltidx
*/
public static final org.jooq.TableField TABLE_RELTIDX = createField("table_reltidx", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.unique_scope
*/
public static final org.jooq.TableField UNIQUE_SCOPE = createField("unique_scope", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.allocation_size
*/
public static final org.jooq.TableField ALLOCATION_SIZE = createField("allocation_size", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.extend_size
*/
public static final org.jooq.TableField EXTEND_SIZE = createField("extend_size", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.allocated_pages
*/
public static final org.jooq.TableField ALLOCATED_PAGES = createField("allocated_pages", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.label_granularity
*/
public static final org.jooq.TableField LABEL_GRANULARITY = createField("label_granularity", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.row_security_audit
*/
public static final org.jooq.TableField ROW_SECURITY_AUDIT = createField("row_security_audit", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.security_label
*/
public static final org.jooq.TableField SECURITY_LABEL = createField("security_label", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.table_pagesize
*/
public static final org.jooq.TableField TABLE_PAGESIZE = createField("table_pagesize", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_relversion
*/
public static final org.jooq.TableField TABLE_RELVERSION = createField("table_relversion", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.table_reltotwid
*/
public static final org.jooq.TableField TABLE_RELTOTWID = createField("table_reltotwid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_reltcpri
*/
public static final org.jooq.TableField TABLE_RELTCPRI = createField("table_reltcpri", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.tups_per_page
*/
public static final org.jooq.TableField TUPS_PER_PAGE = createField("tups_per_page", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.keys_per_page
*/
public static final org.jooq.TableField KEYS_PER_PAGE = createField("keys_per_page", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.keys_per_leaf
*/
public static final org.jooq.TableField KEYS_PER_LEAF = createField("keys_per_leaf", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.phys_partitions
*/
public static final org.jooq.TableField PHYS_PARTITIONS = createField("phys_partitions", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.partition_dimensions
*/
public static final org.jooq.TableField PARTITION_DIMENSIONS = createField("partition_dimensions", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.table_reldatawid
*/
public static final org.jooq.TableField TABLE_RELDATAWID = createField("table_reldatawid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.table_reltotdatawid
*/
public static final org.jooq.TableField TABLE_RELTOTDATAWID = createField("table_reltotdatawid", org.jooq.impl.SQLDataType.INTEGER, IITABLES);
/**
* The table column $ingres.iitables.encrypted_columns
*/
public static final org.jooq.TableField ENCRYPTED_COLUMNS = createField("encrypted_columns", org.jooq.impl.SQLDataType.CHAR, IITABLES);
/**
* The table column $ingres.iitables.encryption_version
*/
public static final org.jooq.TableField ENCRYPTION_VERSION = createField("encryption_version", org.jooq.impl.SQLDataType.SMALLINT, IITABLES);
/**
* The table column $ingres.iitables.encryption_type
*/
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