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

org.jooq.util.derby.sys.tables.Syssequences 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 Syssequences extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 890749480;

	/**
	 * The singleton instance of SYSSEQUENCES
	 */
	public static final org.jooq.util.derby.sys.tables.Syssequences SYSSEQUENCES = new org.jooq.util.derby.sys.tables.Syssequences();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SyssequencesRecord.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 SEQUENCEID = createField("SEQUENCEID", org.jooq.impl.SQLDataType.CHAR, SYSSEQUENCES);

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

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

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

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

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

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

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

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

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

	/**
	 * No further instances allowed
	 */
	private Syssequences() {
		super("SYSSEQUENCES", org.jooq.util.derby.sys.Sys.SYS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy