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

org.jooq.util.ase.sys.tables.Sysindexes Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.ase.sys.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 Sysindexes extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 2086635684;

	/**
	 * The singleton instance of dbo.sysindexes
	 */
	public static final org.jooq.util.ase.sys.tables.Sysindexes SYSINDEXES = new org.jooq.util.ase.sys.tables.Sysindexes();

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

	/**
	 * The table column dbo.sysindexes.name
	 */
	public static final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.id
	 */
	public static final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.indid
	 */
	public static final org.jooq.TableField INDID = createField("indid", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.doampg
	 */
	public static final org.jooq.TableField DOAMPG = createField("doampg", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.ioampg
	 */
	public static final org.jooq.TableField IOAMPG = createField("ioampg", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.oampgtrips
	 */
	public static final org.jooq.TableField OAMPGTRIPS = createField("oampgtrips", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.status3
	 */
	public static final org.jooq.TableField STATUS3 = createField("status3", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.status2
	 */
	public static final org.jooq.TableField STATUS2 = createField("status2", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.ipgtrips
	 */
	public static final org.jooq.TableField IPGTRIPS = createField("ipgtrips", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.first
	 */
	public static final org.jooq.TableField FIRST = createField("first", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.root
	 */
	public static final org.jooq.TableField ROOT = createField("root", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.distribution
	 */
	public static final org.jooq.TableField DISTRIBUTION = createField("distribution", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.usagecnt
	 */
	public static final org.jooq.TableField USAGECNT = createField("usagecnt", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.segment
	 */
	public static final org.jooq.TableField SEGMENT = createField("segment", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.status
	 */
	public static final org.jooq.TableField STATUS = createField("status", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.maxrowsperpage
	 */
	public static final org.jooq.TableField MAXROWSPERPAGE = createField("maxrowsperpage", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.minlen
	 */
	public static final org.jooq.TableField MINLEN = createField("minlen", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.maxlen
	 */
	public static final org.jooq.TableField MAXLEN = createField("maxlen", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.maxirow
	 */
	public static final org.jooq.TableField MAXIROW = createField("maxirow", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.keycnt
	 */
	public static final org.jooq.TableField KEYCNT = createField("keycnt", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.keys1
	 */
	public static final org.jooq.TableField KEYS1 = createField("keys1", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.keys2
	 */
	public static final org.jooq.TableField KEYS2 = createField("keys2", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.soid
	 */
	public static final org.jooq.TableField SOID = createField("soid", org.jooq.impl.SQLDataType.TINYINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.csid
	 */
	public static final org.jooq.TableField CSID = createField("csid", org.jooq.impl.SQLDataType.TINYINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.base_partition
	 */
	public static final org.jooq.TableField BASE_PARTITION = createField("base_partition", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.fill_factor
	 */
	public static final org.jooq.TableField FILL_FACTOR = createField("fill_factor", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.res_page_gap
	 */
	public static final org.jooq.TableField RES_PAGE_GAP = createField("res_page_gap", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.exp_rowsize
	 */
	public static final org.jooq.TableField EXP_ROWSIZE = createField("exp_rowsize", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.keys3
	 */
	public static final org.jooq.TableField KEYS3 = createField("keys3", org.jooq.impl.SQLDataType.VARBINARY, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.identitygap
	 */
	public static final org.jooq.TableField IDENTITYGAP = createField("identitygap", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.crdate
	 */
	public static final org.jooq.TableField CRDATE = createField("crdate", org.jooq.impl.SQLDataType.TIMESTAMP, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.partitiontype
	 */
	public static final org.jooq.TableField PARTITIONTYPE = createField("partitiontype", org.jooq.impl.SQLDataType.SMALLINT, SYSINDEXES);

	/**
	 * The table column dbo.sysindexes.conditionid
	 */
	public static final org.jooq.TableField CONDITIONID = createField("conditionid", org.jooq.impl.SQLDataType.INTEGER, SYSINDEXES);

	/**
	 * No further instances allowed
	 */
	private Sysindexes() {
		super("sysindexes", org.jooq.util.ase.sys.Dbo.DBO);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy