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

org.jooq.util.ase.sys.tables.Sysobjects Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.ase.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 Sysobjects extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 135598896;

	/**
	 * The singleton instance of sysobjects
	 */
	public static final org.jooq.util.ase.sys.tables.Sysobjects SYSOBJECTS = new org.jooq.util.ase.sys.tables.Sysobjects();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.ase.sys.tables.records.SysobjectsRecord.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 NAME = new org.jooq.impl.TableFieldImpl("name", org.jooq.impl.SQLDataType.VARCHAR, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ID = new org.jooq.impl.TableFieldImpl("id", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField UID = new org.jooq.impl.TableFieldImpl("uid", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TYPE = new org.jooq.impl.TableFieldImpl("type", org.jooq.impl.SQLDataType.CHAR, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField USERSTAT = new org.jooq.impl.TableFieldImpl("userstat", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SYSSTAT = new org.jooq.impl.TableFieldImpl("sysstat", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INDEXDEL = new org.jooq.impl.TableFieldImpl("indexdel", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SCHEMACNT = new org.jooq.impl.TableFieldImpl("schemacnt", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SYSSTAT2 = new org.jooq.impl.TableFieldImpl("sysstat2", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CRDATE = new org.jooq.impl.TableFieldImpl("crdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField EXPDATE = new org.jooq.impl.TableFieldImpl("expdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField DELTRIG = new org.jooq.impl.TableFieldImpl("deltrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField INSTRIG = new org.jooq.impl.TableFieldImpl("instrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField UPDTRIG = new org.jooq.impl.TableFieldImpl("updtrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SELTRIG = new org.jooq.impl.TableFieldImpl("seltrig", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CKFIRST = new org.jooq.impl.TableFieldImpl("ckfirst", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AUDFLAGS = new org.jooq.impl.TableFieldImpl("audflags", org.jooq.impl.SQLDataType.INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OBJSPARE = new org.jooq.impl.TableFieldImpl("objspare", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField VERSIONTS = new org.jooq.impl.TableFieldImpl("versionts", org.jooq.impl.SQLDataType.BINARY, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField LOGINAME = new org.jooq.impl.TableFieldImpl("loginame", org.jooq.impl.SQLDataType.VARCHAR, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField IDENTBURNMAX = new org.jooq.impl.TableFieldImpl("identburnmax", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SPACESTATE = new org.jooq.impl.TableFieldImpl("spacestate", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField ERLCHGTS = new org.jooq.impl.TableFieldImpl("erlchgts", org.jooq.impl.SQLDataType.BINARY, SYSOBJECTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SYSSTAT3 = new org.jooq.impl.TableFieldImpl("sysstat3", org.jooq.impl.SQLDataType.SMALLINT, SYSOBJECTS);

	/**
	 * No further instances allowed
	 */
	private Sysobjects() {
		super("sysobjects", org.jooq.util.ase.sys.Dbo.DBO);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy