org.jooq.util.sybase.sys.tables.Systable 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 Systable extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -1146956875;
/**
* The singleton instance of SYSTABLE
*/
public static final org.jooq.util.sybase.sys.tables.Systable SYSTABLE = new org.jooq.util.sybase.sys.tables.Systable();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SystableRecord.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, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField FILE_ID = new org.jooq.impl.TableFieldImpl("file_id", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField COUNT = new org.jooq.impl.TableFieldImpl("count", org.jooq.impl.SQLDataType.BIGINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField FIRST_PAGE = new org.jooq.impl.TableFieldImpl("first_page", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField LAST_PAGE = new org.jooq.impl.TableFieldImpl("last_page", org.jooq.impl.SQLDataType.INTEGER, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRIMARY_ROOT = new org.jooq.impl.TableFieldImpl("primary_root", org.jooq.impl.SQLDataType.INTEGER, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATOR = new org.jooq.impl.TableFieldImpl("creator", org.jooq.impl.SQLDataType.INTEGER, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField FIRST_EXT_PAGE = new org.jooq.impl.TableFieldImpl("first_ext_page", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField LAST_EXT_PAGE = new org.jooq.impl.TableFieldImpl("last_ext_page", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* 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, SYSTABLE);
/**
* 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, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_NAME = new org.jooq.impl.TableFieldImpl("table_name", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_TYPE = new org.jooq.impl.TableFieldImpl("table_type", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField VIEW_DEF = new org.jooq.impl.TableFieldImpl("view_def", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("remarks", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField REPLICATE = new org.jooq.impl.TableFieldImpl("replicate", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField EXISTING_OBJ = new org.jooq.impl.TableFieldImpl("existing_obj", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMOTE_LOCATION = new org.jooq.impl.TableFieldImpl("remote_location", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMOTE_OBJTYPE = new org.jooq.impl.TableFieldImpl("remote_objtype", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField SRVID = new org.jooq.impl.TableFieldImpl("srvid", org.jooq.impl.SQLDataType.INTEGER, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField SERVER_TYPE = new org.jooq.impl.TableFieldImpl("server_type", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRIMARY_HASH_LIMIT = new org.jooq.impl.TableFieldImpl("primary_hash_limit", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField PAGE_MAP_START = new org.jooq.impl.TableFieldImpl("page_map_start", org.jooq.impl.SQLDataType.SMALLINT, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE = new org.jooq.impl.TableFieldImpl("source", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSTABLE);
/**
* An uncommented item
*/
public static final org.jooq.TableField ENCRYPTED = new org.jooq.impl.TableFieldImpl("encrypted", org.jooq.impl.SQLDataType.CHAR, SYSTABLE);
/**
* No further instances allowed
*/
private Systable() {
super("SYSTABLE", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy