org.jooq.util.ingres.ingres.tables.Iisequences 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.3.0"},
comments = "This class is generated by jOOQ")
public class Iisequences extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -157414528;
/**
* The singleton instance of $ingres.iisequences
*/
public static final org.jooq.util.ingres.ingres.tables.Iisequences IISEQUENCES = new org.jooq.util.ingres.ingres.tables.Iisequences();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.Record.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 SEQ_NAME = createField("seq_name", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_OWNER = createField("seq_owner", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_DATE = createField("create_date", org.jooq.impl.SQLDataType.DATE, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MODIFY_DATE = createField("modify_date", org.jooq.impl.SQLDataType.DATE, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DATA_TYPE = createField("data_type", org.jooq.impl.SQLDataType.VARCHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_LENGTH = createField("seq_length", org.jooq.impl.SQLDataType.SMALLINT, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_PRECISION = createField("seq_precision", org.jooq.impl.SQLDataType.INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField START_VALUE = createField("start_value", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCREMENT_VALUE = createField("increment_value", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField NEXT_VALUE = createField("next_value", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MIN_VALUE = createField("min_value", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAX_VALUE = createField("max_value", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CACHE_SIZE = createField("cache_size", org.jooq.impl.SQLDataType.INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField START_FLAG = createField("start_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCR_FLAG = createField("incr_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MIN_FLAG = createField("min_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAX_FLAG = createField("max_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField RESTART_FLAG = createField("restart_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CACHE_FLAG = createField("cache_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CYCLE_FLAG = createField("cycle_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDER_FLAG = createField("order_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQL_FLAG = createField("seql_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNORDERED_FLAG = createField("unordered_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField IDENT_FLAG = createField("ident_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* No further instances allowed
*/
private Iisequences() {
super("iisequences", org.jooq.util.ingres.ingres.$ingres.$INGRES);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy