org.jooq.util.derby.sys.tables.Syscolumns Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.derby.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 Syscolumns extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 1975577170;
/**
* The singleton instance of SYSCOLUMNS
*/
public static final org.jooq.util.derby.sys.tables.Syscolumns SYSCOLUMNS = new org.jooq.util.derby.sys.tables.Syscolumns();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SyscolumnsRecord.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 REFERENCEID = new org.jooq.impl.TableFieldImpl("REFERENCEID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMNNAME = new org.jooq.impl.TableFieldImpl("COLUMNNAME", org.jooq.impl.SQLDataType.VARCHAR, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMNNUMBER = new org.jooq.impl.TableFieldImpl("COLUMNNUMBER", org.jooq.impl.SQLDataType.INTEGER, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMNDATATYPE = new org.jooq.impl.TableFieldImpl("COLUMNDATATYPE", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMNDEFAULT = new org.jooq.impl.TableFieldImpl("COLUMNDEFAULT", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMNDEFAULTID = new org.jooq.impl.TableFieldImpl("COLUMNDEFAULTID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField AUTOINCREMENTVALUE = new org.jooq.impl.TableFieldImpl("AUTOINCREMENTVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField AUTOINCREMENTSTART = new org.jooq.impl.TableFieldImpl("AUTOINCREMENTSTART", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField AUTOINCREMENTINC = new org.jooq.impl.TableFieldImpl("AUTOINCREMENTINC", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);
/**
* No further instances allowed
*/
private Syscolumns() {
super("SYSCOLUMNS", org.jooq.util.derby.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy