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

org.jooq.util.db2.syscat.tables.Keycoluse Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.db2.syscat.tables;

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.6.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Keycoluse extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -1620143612;

	/**
	 * The singleton instance of SYSCAT.KEYCOLUSE
	 */
	public static final org.jooq.util.db2.syscat.tables.Keycoluse KEYCOLUSE = new org.jooq.util.db2.syscat.tables.Keycoluse();

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

	/**
	 * The table column SYSCAT.KEYCOLUSE.CONSTNAME
	 */
	public static final org.jooq.TableField CONSTNAME = createField("CONSTNAME", org.jooq.impl.SQLDataType.VARCHAR, KEYCOLUSE);

	/**
	 * The table column SYSCAT.KEYCOLUSE.TABSCHEMA
	 */
	public static final org.jooq.TableField TABSCHEMA = createField("TABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, KEYCOLUSE);

	/**
	 * The table column SYSCAT.KEYCOLUSE.TABNAME
	 */
	public static final org.jooq.TableField TABNAME = createField("TABNAME", org.jooq.impl.SQLDataType.VARCHAR, KEYCOLUSE);

	/**
	 * The table column SYSCAT.KEYCOLUSE.COLNAME
	 */
	public static final org.jooq.TableField COLNAME = createField("COLNAME", org.jooq.impl.SQLDataType.VARCHAR, KEYCOLUSE);

	/**
	 * The table column SYSCAT.KEYCOLUSE.COLSEQ
	 */
	public static final org.jooq.TableField COLSEQ = createField("COLSEQ", org.jooq.impl.SQLDataType.SMALLINT, KEYCOLUSE);

	/**
	 * No further instances allowed
	 */
	private Keycoluse() {
		super("KEYCOLUSE", org.jooq.util.db2.syscat.Syscat.SYSCAT);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy