org.jooq.util.sybase.sys.tables.Systabcol 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 Systabcol extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -625875012;
/**
* The singleton instance of SYSTABCOL
*/
public static final org.jooq.util.sybase.sys.tables.Systabcol SYSTABCOL = new org.jooq.util.sybase.sys.tables.Systabcol();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SystabcolRecord.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, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ID = new org.jooq.impl.TableFieldImpl("column_id", org.jooq.impl.SQLDataType.INTEGER, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField DOMAIN_ID = new org.jooq.impl.TableFieldImpl("domain_id", org.jooq.impl.SQLDataType.SMALLINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField NULLS = new org.jooq.impl.TableFieldImpl("nulls", org.jooq.impl.SQLDataType.CHAR, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField WIDTH = new org.jooq.impl.TableFieldImpl("width", org.jooq.impl.SQLDataType.BIGINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCALE = new org.jooq.impl.TableFieldImpl("scale", org.jooq.impl.SQLDataType.SMALLINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAX_IDENTITY = new org.jooq.impl.TableFieldImpl("max_identity", org.jooq.impl.SQLDataType.BIGINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_NAME = new org.jooq.impl.TableFieldImpl("column_name", org.jooq.impl.SQLDataType.CHAR, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFAULT = new org.jooq.impl.TableFieldImpl("default", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField USER_TYPE = new org.jooq.impl.TableFieldImpl("user_type", org.jooq.impl.SQLDataType.SMALLINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_TYPE = new org.jooq.impl.TableFieldImpl("column_type", org.jooq.impl.SQLDataType.CHAR, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COMPRESSED = new org.jooq.impl.TableFieldImpl("compressed", org.jooq.impl.SQLDataType.TINYINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLECT_STATS = new org.jooq.impl.TableFieldImpl("collect_stats", org.jooq.impl.SQLDataType.TINYINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField INLINE_MAX = new org.jooq.impl.TableFieldImpl("inline_max", org.jooq.impl.SQLDataType.SMALLINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField INLINE_LONG = new org.jooq.impl.TableFieldImpl("inline_long", org.jooq.impl.SQLDataType.SMALLINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOB_INDEX = new org.jooq.impl.TableFieldImpl("lob_index", org.jooq.impl.SQLDataType.TINYINT, SYSTABCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_TYPE_STR = new org.jooq.impl.TableFieldImpl("base_type_str", org.jooq.impl.SQLDataType.VARCHAR, SYSTABCOL);
/**
* No further instances allowed
*/
private Systabcol() {
super("SYSTABCOL", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy