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", "3.0.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Syscolumns extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 1515539769;

	/**
	 * The singleton instance of SYS.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
	 */
	@Override
	public java.lang.Class getRecordType() {
		return org.jooq.Record.class;
	}

	/**
	 * The column SYS.SYSCOLUMNS.REFERENCEID. 
	 */
	public static final org.jooq.TableField REFERENCEID = createField("REFERENCEID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.COLUMNNAME. 
	 */
	public static final org.jooq.TableField COLUMNNAME = createField("COLUMNNAME", org.jooq.impl.SQLDataType.VARCHAR, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.COLUMNNUMBER. 
	 */
	public static final org.jooq.TableField COLUMNNUMBER = createField("COLUMNNUMBER", org.jooq.impl.SQLDataType.INTEGER, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.COLUMNDATATYPE. 
	 */
	public static final org.jooq.TableField COLUMNDATATYPE = createField("COLUMNDATATYPE", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.COLUMNDEFAULT. 
	 */
	public static final org.jooq.TableField COLUMNDEFAULT = createField("COLUMNDEFAULT", org.jooq.impl.SQLDataType.CLOB, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.COLUMNDEFAULTID. 
	 */
	public static final org.jooq.TableField COLUMNDEFAULTID = createField("COLUMNDEFAULTID", org.jooq.impl.SQLDataType.CHAR, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.AUTOINCREMENTVALUE. 
	 */
	public static final org.jooq.TableField AUTOINCREMENTVALUE = createField("AUTOINCREMENTVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.AUTOINCREMENTSTART. 
	 */
	public static final org.jooq.TableField AUTOINCREMENTSTART = createField("AUTOINCREMENTSTART", org.jooq.impl.SQLDataType.BIGINT, SYSCOLUMNS);

	/**
	 * The column SYS.SYSCOLUMNS.AUTOINCREMENTINC. 
	 */
	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