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

org.jooq.util.firebird.rdb.tables.Rdb$relationFields Maven / Gradle / Ivy

/**
 * This class is generated by jOOQ
 */
package org.jooq.util.firebird.rdb.tables;

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(
	value = {
		"http://www.jooq.org",
		"jOOQ version:3.5.0"
	},
	comments = "This class is generated by jOOQ"
)
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Rdb$relationFields extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -2139580421;

	/**
	 * The singleton instance of RDB$RELATION_FIELDS
	 */
	public static final org.jooq.util.firebird.rdb.tables.Rdb$relationFields RDB$RELATION_FIELDS = new org.jooq.util.firebird.rdb.tables.Rdb$relationFields();

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

	/**
	 * The column RDB$RELATION_FIELDS.RDB$FIELD_NAME.
	 */
	public final org.jooq.TableField RDB$FIELD_NAME = createField("RDB$FIELD_NAME", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$RELATION_NAME.
	 */
	public final org.jooq.TableField RDB$RELATION_NAME = createField("RDB$RELATION_NAME", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$FIELD_SOURCE.
	 */
	public final org.jooq.TableField RDB$FIELD_SOURCE = createField("RDB$FIELD_SOURCE", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$QUERY_NAME.
	 */
	public final org.jooq.TableField RDB$QUERY_NAME = createField("RDB$QUERY_NAME", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$BASE_FIELD.
	 */
	public final org.jooq.TableField RDB$BASE_FIELD = createField("RDB$BASE_FIELD", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$EDIT_STRING.
	 */
	public final org.jooq.TableField RDB$EDIT_STRING = createField("RDB$EDIT_STRING", org.jooq.impl.SQLDataType.VARCHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$FIELD_POSITION.
	 */
	public final org.jooq.TableField RDB$FIELD_POSITION = createField("RDB$FIELD_POSITION", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$QUERY_HEADER.
	 */
	public final org.jooq.TableField RDB$QUERY_HEADER = createField("RDB$QUERY_HEADER", org.jooq.impl.SQLDataType.CLOB, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$UPDATE_FLAG.
	 */
	public final org.jooq.TableField RDB$UPDATE_FLAG = createField("RDB$UPDATE_FLAG", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$FIELD_ID.
	 */
	public final org.jooq.TableField RDB$FIELD_ID = createField("RDB$FIELD_ID", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$VIEW_CONTEXT.
	 */
	public final org.jooq.TableField RDB$VIEW_CONTEXT = createField("RDB$VIEW_CONTEXT", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$DESCRIPTION.
	 */
	public final org.jooq.TableField RDB$DESCRIPTION = createField("RDB$DESCRIPTION", org.jooq.impl.SQLDataType.CLOB, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$DEFAULT_VALUE.
	 */
	public final org.jooq.TableField RDB$DEFAULT_VALUE = createField("RDB$DEFAULT_VALUE", org.jooq.impl.SQLDataType.BLOB, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$SYSTEM_FLAG.
	 */
	public final org.jooq.TableField RDB$SYSTEM_FLAG = createField("RDB$SYSTEM_FLAG", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$SECURITY_CLASS.
	 */
	public final org.jooq.TableField RDB$SECURITY_CLASS = createField("RDB$SECURITY_CLASS", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$COMPLEX_NAME.
	 */
	public final org.jooq.TableField RDB$COMPLEX_NAME = createField("RDB$COMPLEX_NAME", org.jooq.impl.SQLDataType.CHAR, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$NULL_FLAG.
	 */
	public final org.jooq.TableField RDB$NULL_FLAG = createField("RDB$NULL_FLAG", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$DEFAULT_SOURCE.
	 */
	public final org.jooq.TableField RDB$DEFAULT_SOURCE = createField("RDB$DEFAULT_SOURCE", org.jooq.impl.SQLDataType.CLOB, this, "");

	/**
	 * The column RDB$RELATION_FIELDS.RDB$COLLATION_ID.
	 */
	public final org.jooq.TableField RDB$COLLATION_ID = createField("RDB$COLLATION_ID", org.jooq.impl.SQLDataType.SMALLINT, this, "");

	/**
	 * Create a RDB$RELATION_FIELDS table reference
	 */
	public Rdb$relationFields() {
		this("RDB$RELATION_FIELDS", null);
	}

	/**
	 * Create an aliased RDB$RELATION_FIELDS table reference
	 */
	public Rdb$relationFields(java.lang.String alias) {
		this(alias, org.jooq.util.firebird.rdb.tables.Rdb$relationFields.RDB$RELATION_FIELDS);
	}

	private Rdb$relationFields(java.lang.String alias, org.jooq.Table aliased) {
		this(alias, aliased, null);
	}

	private Rdb$relationFields(java.lang.String alias, org.jooq.Table aliased, org.jooq.Field[] parameters) {
		super(alias, org.jooq.util.firebird.rdb.DefaultSchema.DEFAULT_SCHEMA, aliased, parameters, "");
	}

	/**
	 * {@inheritDoc}
	 */
	@Override
	public org.jooq.util.firebird.rdb.tables.Rdb$relationFields as(java.lang.String alias) {
		return new org.jooq.util.firebird.rdb.tables.Rdb$relationFields(alias, this);
	}

	/**
	 * Rename this table
	 */
	public org.jooq.util.firebird.rdb.tables.Rdb$relationFields rename(java.lang.String name) {
		return new org.jooq.util.firebird.rdb.tables.Rdb$relationFields(name, null);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy