org.jooq.util.sybase.sys.tables.Sysidxcol 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 Sysidxcol extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -1304630212;
/**
* The singleton instance of SYSIDXCOL
*/
public static final org.jooq.util.sybase.sys.tables.Sysidxcol SYSIDXCOL = new org.jooq.util.sybase.sys.tables.Sysidxcol();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysidxcolRecord.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, SYSIDXCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_ID = new org.jooq.impl.TableFieldImpl("index_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDXCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQUENCE = new org.jooq.impl.TableFieldImpl("sequence", org.jooq.impl.SQLDataType.SMALLINT, SYSIDXCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ID = new org.jooq.impl.TableFieldImpl("column_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDXCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDER = new org.jooq.impl.TableFieldImpl("order", org.jooq.impl.SQLDataType.CHAR, SYSIDXCOL);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRIMARY_COLUMN_ID = new org.jooq.impl.TableFieldImpl("primary_column_id", org.jooq.impl.SQLDataType.INTEGER, SYSIDXCOL);
/**
* No further instances allowed
*/
private Sysidxcol() {
super("SYSIDXCOL", org.jooq.util.sybase.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy