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.6.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class IidbSubcomments extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -1782305923;

	/**
	 * The singleton instance of $ingres.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
	 */
	@Override
	public java.lang.Class getRecordType() {
		return org.jooq.Record.class;
	}

	/**
	 * The table column $ingres.iidb_subcomments.object_name
	 */
	public static final org.jooq.TableField OBJECT_NAME = createField("object_name", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.object_owner
	 */
	public static final org.jooq.TableField OBJECT_OWNER = createField("object_owner", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.subobject_name
	 */
	public static final org.jooq.TableField SUBOBJECT_NAME = createField("subobject_name", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.subobject_type
	 */
	public static final org.jooq.TableField SUBOBJECT_TYPE = createField("subobject_type", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.short_remark
	 */
	public static final org.jooq.TableField SHORT_REMARK = createField("short_remark", org.jooq.impl.SQLDataType.CHAR, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.text_sequence
	 */
	public static final org.jooq.TableField TEXT_SEQUENCE = createField("text_sequence", org.jooq.impl.SQLDataType.BIGINT, IIDB_SUBCOMMENTS);

	/**
	 * The table column $ingres.iidb_subcomments.long_remark
	 */
	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