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

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

There is a newer version: 3.19.16
Show newest version
/**
 * 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", "2.6.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Rdb$indexSegments extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 710494889;

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

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

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

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

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

	/**
	 * The table column RDB$INDEX_SEGMENTS.RDB$STATISTICS
	 */
	public final org.jooq.TableField RDB$STATISTICS = createField("RDB$STATISTICS", org.jooq.impl.SQLDataType.DOUBLE, this);

	public Rdb$indexSegments() {
		super("RDB$INDEX_SEGMENTS");
	}

	public Rdb$indexSegments(java.lang.String alias) {
		super(alias, null, org.jooq.util.firebird.rdb.tables.Rdb$indexSegments.RDB$INDEX_SEGMENTS);
	}

	@Override
	public org.jooq.util.firebird.rdb.tables.Rdb$indexSegments as(java.lang.String alias) {
		return new org.jooq.util.firebird.rdb.tables.Rdb$indexSegments(alias);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy