All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.util.derby.sys.tables.Syscolumns Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.derby.sys.tables;

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.0.2"},
                            comments = "This class is generated by jOOQ")
public class Syscolumns extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -1385809218;

	/**
	 * 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 = createField("REFERENCEID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMNNAME = createField("COLUMNNAME", org.jooq.impl.SQLDataType.VARCHAR, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMNNUMBER = createField("COLUMNNUMBER", org.jooq.impl.SQLDataType.INTEGER, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMNDATATYPE = createField("COLUMNDATATYPE", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMNDEFAULT = createField("COLUMNDEFAULT", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField COLUMNDEFAULTID = createField("COLUMNDEFAULTID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AUTOINCREMENTVALUE = createField("AUTOINCREMENTVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AUTOINCREMENTSTART = createField("AUTOINCREMENTSTART", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AUTOINCREMENTINC = createField("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