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

org.jooq.util.ingres.ingres.tables.IidbComments Maven / Gradle / Ivy

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

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "2.0.6"},
                            comments = "This class is generated by jOOQ")
public class IidbComments extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 433892058;

	/**
	 * The singleton instance of $ingres.iidb_comments
	 */
	public static final org.jooq.util.ingres.ingres.tables.IidbComments IIDB_COMMENTS = new org.jooq.util.ingres.ingres.tables.IidbComments();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.Record.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_NAME = createField("object_name", org.jooq.impl.SQLDataType.CHAR, IIDB_COMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OBJECT_OWNER = createField("object_owner", org.jooq.impl.SQLDataType.CHAR, IIDB_COMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OBJECT_TYPE = createField("object_type", org.jooq.impl.SQLDataType.CHAR, IIDB_COMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SHORT_REMARK = createField("short_remark", org.jooq.impl.SQLDataType.CHAR, IIDB_COMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField TEXT_SEQUENCE = createField("text_sequence", org.jooq.impl.SQLDataType.BIGINT, IIDB_COMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField LONG_REMARK = createField("long_remark", org.jooq.impl.SQLDataType.VARCHAR, IIDB_COMMENTS);

	/**
	 * No further instances allowed
	 */
	private IidbComments() {
		super("iidb_comments", org.jooq.util.ingres.ingres.$ingres.$INGRES);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy