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

org.jooq.meta.derby.sys.tables.Syskeys Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.meta.derby.sys.tables;

/**
 * This class is generated by jOOQ.
 */
@java.lang.SuppressWarnings("all")
public class Syskeys extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 761298961;

	/**
	 * The singleton instance of SYS.SYSKEYS
	 */
	public static final org.jooq.meta.derby.sys.tables.Syskeys SYSKEYS = new org.jooq.meta.derby.sys.tables.Syskeys();

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

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

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

	/**
	 * No further instances allowed
	 */
	private Syskeys() {
		super("SYSKEYS", org.jooq.meta.derby.sys.Sys.SYS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy