org.jooq.util.db2.syscat.tables.Tables Maven / Gradle / Ivy
/**
* 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 Tables extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -1564887067;
/**
* The singleton instance of TABLES
*/
public static final org.jooq.util.db2.syscat.tables.Tables TABLES = new org.jooq.util.db2.syscat.tables.Tables();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.TablesRecord.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, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABNAME = new org.jooq.impl.TableFieldImpl("TABNAME", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNER = new org.jooq.impl.TableFieldImpl("OWNER", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNERTYPE = new org.jooq.impl.TableFieldImpl("OWNERTYPE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPE = new org.jooq.impl.TableFieldImpl("TYPE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField STATUS = new org.jooq.impl.TableFieldImpl("STATUS", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_TABSCHEMA = new org.jooq.impl.TableFieldImpl("BASE_TABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_TABNAME = new org.jooq.impl.TableFieldImpl("BASE_TABNAME", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ROWTYPESCHEMA = new org.jooq.impl.TableFieldImpl("ROWTYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ROWTYPENAME = new org.jooq.impl.TableFieldImpl("ROWTYPENAME", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_TIME = new org.jooq.impl.TableFieldImpl("CREATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ALTER_TIME = new org.jooq.impl.TableFieldImpl("ALTER_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INVALIDATE_TIME = new org.jooq.impl.TableFieldImpl("INVALIDATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField STATS_TIME = new org.jooq.impl.TableFieldImpl("STATS_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLCOUNT = new org.jooq.impl.TableFieldImpl("COLCOUNT", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLEID = new org.jooq.impl.TableFieldImpl("TABLEID", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TBSPACEID = new org.jooq.impl.TableFieldImpl("TBSPACEID", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CARD = new org.jooq.impl.TableFieldImpl("CARD", org.jooq.impl.SQLDataType.BIGINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField NPAGES = new org.jooq.impl.TableFieldImpl("NPAGES", org.jooq.impl.SQLDataType.BIGINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField FPAGES = new org.jooq.impl.TableFieldImpl("FPAGES", org.jooq.impl.SQLDataType.BIGINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OVERFLOW = new org.jooq.impl.TableFieldImpl("OVERFLOW", org.jooq.impl.SQLDataType.BIGINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TBSPACE = new org.jooq.impl.TableFieldImpl("TBSPACE", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_TBSPACE = new org.jooq.impl.TableFieldImpl("INDEX_TBSPACE", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LONG_TBSPACE = new org.jooq.impl.TableFieldImpl("LONG_TBSPACE", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARENTS = new org.jooq.impl.TableFieldImpl("PARENTS", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CHILDREN = new org.jooq.impl.TableFieldImpl("CHILDREN", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SELFREFS = new org.jooq.impl.TableFieldImpl("SELFREFS", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField KEYCOLUMNS = new org.jooq.impl.TableFieldImpl("KEYCOLUMNS", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField KEYINDEXID = new org.jooq.impl.TableFieldImpl("KEYINDEXID", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField KEYUNIQUE = new org.jooq.impl.TableFieldImpl("KEYUNIQUE", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CHECKCOUNT = new org.jooq.impl.TableFieldImpl("CHECKCOUNT", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DATACAPTURE = new org.jooq.impl.TableFieldImpl("DATACAPTURE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CONST_CHECKED = new org.jooq.impl.TableFieldImpl("CONST_CHECKED", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PMAP_ID = new org.jooq.impl.TableFieldImpl("PMAP_ID", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARTITION_MODE = new org.jooq.impl.TableFieldImpl("PARTITION_MODE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOG_ATTRIBUTE = new org.jooq.impl.TableFieldImpl("LOG_ATTRIBUTE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PCTFREE = new org.jooq.impl.TableFieldImpl("PCTFREE", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField APPEND_MODE = new org.jooq.impl.TableFieldImpl("APPEND_MODE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REFRESH = new org.jooq.impl.TableFieldImpl("REFRESH", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REFRESH_TIME = new org.jooq.impl.TableFieldImpl("REFRESH_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOCKSIZE = new org.jooq.impl.TableFieldImpl("LOCKSIZE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField VOLATILE = new org.jooq.impl.TableFieldImpl("VOLATILE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ROW_FORMAT = new org.jooq.impl.TableFieldImpl("ROW_FORMAT", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PROPERTY = new org.jooq.impl.TableFieldImpl("PROPERTY", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField STATISTICS_PROFILE = new org.jooq.impl.TableFieldImpl("STATISTICS_PROFILE", org.jooq.impl.SQLDataType.CLOB, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COMPRESSION = new org.jooq.impl.TableFieldImpl("COMPRESSION", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ACCESS_MODE = new org.jooq.impl.TableFieldImpl("ACCESS_MODE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CLUSTERED = new org.jooq.impl.TableFieldImpl("CLUSTERED", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ACTIVE_BLOCKS = new org.jooq.impl.TableFieldImpl("ACTIVE_BLOCKS", org.jooq.impl.SQLDataType.BIGINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DROPRULE = new org.jooq.impl.TableFieldImpl("DROPRULE", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAXFREESPACESEARCH = new org.jooq.impl.TableFieldImpl("MAXFREESPACESEARCH", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField AVGCOMPRESSEDROWSIZE = new org.jooq.impl.TableFieldImpl("AVGCOMPRESSEDROWSIZE", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField AVGROWCOMPRESSIONRATIO = new org.jooq.impl.TableFieldImpl("AVGROWCOMPRESSIONRATIO", org.jooq.impl.SQLDataType.REAL, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField AVGROWSIZE = new org.jooq.impl.TableFieldImpl("AVGROWSIZE", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PCTROWSCOMPRESSED = new org.jooq.impl.TableFieldImpl("PCTROWSCOMPRESSED", org.jooq.impl.SQLDataType.REAL, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOGINDEXBUILD = new org.jooq.impl.TableFieldImpl("LOGINDEXBUILD", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CODEPAGE = new org.jooq.impl.TableFieldImpl("CODEPAGE", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONSCHEMA = new org.jooq.impl.TableFieldImpl("COLLATIONSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONNAME = new org.jooq.impl.TableFieldImpl("COLLATIONNAME", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONSCHEMA_ORDERBY = new org.jooq.impl.TableFieldImpl("COLLATIONSCHEMA_ORDERBY", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONNAME_ORDERBY = new org.jooq.impl.TableFieldImpl("COLLATIONNAME_ORDERBY", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ENCODING_SCHEME = new org.jooq.impl.TableFieldImpl("ENCODING_SCHEME", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PCTPAGESSAVED = new org.jooq.impl.TableFieldImpl("PCTPAGESSAVED", org.jooq.impl.SQLDataType.SMALLINT, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LAST_REGEN_TIME = new org.jooq.impl.TableFieldImpl("LAST_REGEN_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SECPOLICYID = new org.jooq.impl.TableFieldImpl("SECPOLICYID", org.jooq.impl.SQLDataType.INTEGER, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PROTECTIONGRANULARITY = new org.jooq.impl.TableFieldImpl("PROTECTIONGRANULARITY", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField AUDITPOLICYID = new org.jooq.impl.TableFieldImpl("AUDITPOLICYID", org.jooq.impl.SQLDataType.INTEGER, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField AUDITPOLICYNAME = new org.jooq.impl.TableFieldImpl("AUDITPOLICYNAME", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFINER = new org.jooq.impl.TableFieldImpl("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ONCOMMIT = new org.jooq.impl.TableFieldImpl("ONCOMMIT", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOGGED = new org.jooq.impl.TableFieldImpl("LOGGED", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ONROLLBACK = new org.jooq.impl.TableFieldImpl("ONROLLBACK", org.jooq.impl.SQLDataType.CHAR, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LASTUSED = new org.jooq.impl.TableFieldImpl("LASTUSED", org.jooq.impl.SQLDataType.DATE, TABLES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("REMARKS", org.jooq.impl.SQLDataType.VARCHAR, TABLES);
/**
* No further instances allowed
*/
private Tables() {
super("TABLES", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy