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

org.jooq.util.sybase.sys.tables.Syssequence Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * 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 Syssequence extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 239613975;

	/**
	 * The singleton instance of SYSSEQUENCE
	 */
	public static final org.jooq.util.sybase.sys.tables.Syssequence SYSSEQUENCE = new org.jooq.util.sybase.sys.tables.Syssequence();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SyssequenceRecord.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 OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OWNER = new org.jooq.impl.TableFieldImpl("owner", org.jooq.impl.SQLDataType.INTEGER, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField MIN_VALUE = new org.jooq.impl.TableFieldImpl("min_value", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField MAX_VALUE = new org.jooq.impl.TableFieldImpl("max_value", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INCREMENT_BY = new org.jooq.impl.TableFieldImpl("increment_by", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField START_WITH = new org.jooq.impl.TableFieldImpl("start_with", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CACHE = new org.jooq.impl.TableFieldImpl("cache", org.jooq.impl.SQLDataType.INTEGER, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CYCLE = new org.jooq.impl.TableFieldImpl("cycle", org.jooq.impl.SQLDataType.TINYINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField RESUME_AT = new org.jooq.impl.TableFieldImpl("resume_at", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SEQUENCE_NAME = new org.jooq.impl.TableFieldImpl("sequence_name", org.jooq.impl.SQLDataType.CHAR, SYSSEQUENCE);

	/**
	 * No further instances allowed
	 */
	private Syssequence() {
		super("SYSSEQUENCE", org.jooq.util.sybase.sys.Sys.SYS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy