org.jooq.util.sybase.sys.tables.Sysidx Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.sybase.sys.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = "http://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Sysidx extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 100308795;
/**
* The singleton instance of SYSIDX
*/
public static final org.jooq.util.sybase.sys.tables.Sysidx SYSIDX = new org.jooq.util.sybase.sys.tables.Sysidx();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysidxRecord.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 TABLE_ID = new org.jooq.impl.TableFieldImpl("table_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_ID = new org.jooq.impl.TableFieldImpl("index_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField PHYS_INDEX_ID = new org.jooq.impl.TableFieldImpl("phys_index_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField DBSPACE_ID = new org.jooq.impl.TableFieldImpl("dbspace_id", org.jooq.impl.SQLDataType.SMALLINT, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_CATEGORY = new org.jooq.impl.TableFieldImpl("index_category", org.jooq.impl.SQLDataType.TINYINT, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE = new org.jooq.impl.TableFieldImpl("unique", org.jooq.impl.SQLDataType.TINYINT, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_NAME = new org.jooq.impl.TableFieldImpl("index_name", org.jooq.impl.SQLDataType.CHAR, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField NOT_ENFORCED = new org.jooq.impl.TableFieldImpl("not_enforced", org.jooq.impl.SQLDataType.CHAR, SYSIDX);
/**
* An uncommented item
*/
public static final org.jooq.TableField FILE_ID = new org.jooq.impl.TableFieldImpl("file_id", org.jooq.impl.SQLDataType.SMALLINT, SYSIDX);
/**
* No further instances allowed
*/
private Sysidx() {
super("SYSIDX", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy