org.jooq.util.ingres.ingres.tables.Iiindexes Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.ingres.ingres.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.0.0"},
comments = "This class is generated by jOOQ")
public class Iiindexes extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -67318694;
/**
* The singleton instance of iiindexes
*/
public static final org.jooq.util.ingres.ingres.tables.Iiindexes IIINDEXES = new org.jooq.util.ingres.ingres.tables.Iiindexes();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.ingres.ingres.tables.records.IiindexesRecord.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 INDEX_NAME = createField("index_name", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_OWNER = createField("index_owner", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_DATE = createField("create_date", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_NAME = createField("base_name", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_OWNER = createField("base_owner", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField STORAGE_STRUCTURE = createField("storage_structure", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField IS_COMPRESSED = createField("is_compressed", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField KEY_IS_COMPRESSED = createField("key_is_compressed", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE_RULE = createField("unique_rule", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE_SCOPE = createField("unique_scope", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SYSTEM_USE = createField("system_use", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PERSISTENT = createField("persistent", org.jooq.impl.SQLDataType.CHAR, IIINDEXES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INDEX_PAGESIZE = createField("index_pagesize", org.jooq.impl.SQLDataType.INTEGER, IIINDEXES);
/**
* No further instances allowed
*/
private Iiindexes() {
super("iiindexes", org.jooq.util.ingres.ingres.$ingres.$INGRES);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy