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

org.jooq.util.ingres.ingres.tables.IidbSubcomments 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.2"},
                            comments = "This class is generated by jOOQ")
public class IidbSubcomments extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 1161418926;

	/**
	 * The singleton instance of iidb_subcomments
	 */
	public static final org.jooq.util.ingres.ingres.tables.IidbSubcomments IIDB_SUBCOMMENTS = new org.jooq.util.ingres.ingres.tables.IidbSubcomments();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.ingres.ingres.tables.records.IidbSubcommentsRecord.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_SUBCOMMENTS);

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SUBOBJECT_NAME = createField("subobject_name", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SUBOBJECT_TYPE = createField("subobject_type", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy