org.jooq.util.sybase.sys.tables.Systab Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.sybase.sys.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = "http://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Systab extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -1754796639;
/**
* The singleton instance of SYSTAB
*/
public static final org.jooq.util.sybase.sys.tables.Systab SYSTAB = new org.jooq.util.sybase.sys.tables.Systab();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SystabRecord.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_ID = new org.jooq.impl.TableFieldImpl("table_id", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField DBSPACE_ID = new org.jooq.impl.TableFieldImpl("dbspace_id", org.jooq.impl.SQLDataType.SMALLINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField COUNT = new org.jooq.impl.TableFieldImpl("count", org.jooq.impl.SQLDataType.BIGINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATOR = new org.jooq.impl.TableFieldImpl("creator", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_PAGE_COUNT = new org.jooq.impl.TableFieldImpl("table_page_count", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField EXT_PAGE_COUNT = new org.jooq.impl.TableFieldImpl("ext_page_count", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField COMMIT_ACTION = new org.jooq.impl.TableFieldImpl("commit_action", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField SHARE_TYPE = new org.jooq.impl.TableFieldImpl("share_type", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField LAST_MODIFIED_AT = new org.jooq.impl.TableFieldImpl("last_modified_at", org.jooq.impl.SQLDataType.TIMESTAMP, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_NAME = new org.jooq.impl.TableFieldImpl("table_name", org.jooq.impl.SQLDataType.CHAR, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_TYPE = new org.jooq.impl.TableFieldImpl("table_type", org.jooq.impl.SQLDataType.TINYINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField REPLICATE = new org.jooq.impl.TableFieldImpl("replicate", org.jooq.impl.SQLDataType.CHAR, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField SERVER_TYPE = new org.jooq.impl.TableFieldImpl("server_type", org.jooq.impl.SQLDataType.TINYINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField TAB_PAGE_LIST = new org.jooq.impl.TableFieldImpl("tab_page_list", org.jooq.impl.SQLDataType.LONGVARBINARY, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField EXT_PAGE_LIST = new org.jooq.impl.TableFieldImpl("ext_page_list", org.jooq.impl.SQLDataType.LONGVARBINARY, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField PCT_FREE = new org.jooq.impl.TableFieldImpl("pct_free", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField CLUSTERED_INDEX_ID = new org.jooq.impl.TableFieldImpl("clustered_index_id", org.jooq.impl.SQLDataType.INTEGER, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField ENCRYPTED = new org.jooq.impl.TableFieldImpl("encrypted", org.jooq.impl.SQLDataType.CHAR, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField LAST_MODIFIED_TSN = new org.jooq.impl.TableFieldImpl("last_modified_tsn", org.jooq.impl.SQLDataType.BIGINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField FILE_ID = new org.jooq.impl.TableFieldImpl("file_id", org.jooq.impl.SQLDataType.SMALLINT, SYSTAB);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_TYPE_STR = new org.jooq.impl.TableFieldImpl("table_type_str", org.jooq.impl.SQLDataType.CHAR, SYSTAB);
/**
* No further instances allowed
*/
private Systab() {
super("SYSTAB", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy