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

org.jooq.util.sybase.sys.tables.Sysfkey 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://www.jooq.org", "2.0.2"},
                            comments = "This class is generated by jOOQ")
public class Sysfkey extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 1904959086;

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

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysfkeyRecord.class;

	/**
	 * The class holding records for this type
	 */
	@Override
	public java.lang.Class getRecordType() {
		return __RECORD_TYPE;
	}

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField FOREIGN_TABLE_ID = createField("foreign_table_id", org.jooq.impl.SQLDataType.INTEGER, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField FOREIGN_INDEX_ID = createField("foreign_index_id", org.jooq.impl.SQLDataType.INTEGER, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField PRIMARY_TABLE_ID = createField("primary_table_id", org.jooq.impl.SQLDataType.INTEGER, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField PRIMARY_INDEX_ID = createField("primary_index_id", org.jooq.impl.SQLDataType.INTEGER, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField MATCH_TYPE = createField("match_type", org.jooq.impl.SQLDataType.TINYINT, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField CHECK_ON_COMMIT = createField("check_on_commit", org.jooq.impl.SQLDataType.CHAR, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField NULLS = createField("nulls", org.jooq.impl.SQLDataType.CHAR, this);

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

	/**
	 * No further instances allowed
	 */
	private Sysfkey(java.lang.String alias) {
		super(alias, org.jooq.util.sybase.sys.Sys.SYS, org.jooq.util.sybase.sys.tables.Sysfkey.SYSFKEY);
	}

	@Override
	public org.jooq.util.sybase.sys.tables.Sysfkey as(java.lang.String alias) {
		return new org.jooq.util.sybase.sys.tables.Sysfkey(alias);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy