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://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Iisequences extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 431327494;
/**
* The singleton instance of 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.util.ingres.ingres.tables.records.IisequencesRecord.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 = new org.jooq.impl.TableFieldImpl("seq_name", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_OWNER = new org.jooq.impl.TableFieldImpl("seq_owner", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_DATE = new org.jooq.impl.TableFieldImpl("create_date", org.jooq.impl.SQLDataType.DATE, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MODIFY_DATE = new org.jooq.impl.TableFieldImpl("modify_date", org.jooq.impl.SQLDataType.DATE, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DATA_TYPE = new org.jooq.impl.TableFieldImpl("data_type", org.jooq.impl.SQLDataType.VARCHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_LENGTH = new org.jooq.impl.TableFieldImpl("seq_length", org.jooq.impl.SQLDataType.SMALLINT, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQ_PRECISION = new org.jooq.impl.TableFieldImpl("seq_precision", org.jooq.impl.SQLDataType.INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField START_VALUE = new org.jooq.impl.TableFieldImpl("start_value", org.jooq.impl.SQLDataType.DECIMAL, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCREMENT_VALUE = new org.jooq.impl.TableFieldImpl("increment_value", org.jooq.impl.SQLDataType.DECIMAL, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField NEXT_VALUE = new org.jooq.impl.TableFieldImpl("next_value", org.jooq.impl.SQLDataType.DECIMAL, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MIN_VALUE = new org.jooq.impl.TableFieldImpl("min_value", org.jooq.impl.SQLDataType.DECIMAL, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAX_VALUE = new org.jooq.impl.TableFieldImpl("max_value", org.jooq.impl.SQLDataType.DECIMAL, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CACHE_SIZE = new org.jooq.impl.TableFieldImpl("cache_size", org.jooq.impl.SQLDataType.INTEGER, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField START_FLAG = new org.jooq.impl.TableFieldImpl("start_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCR_FLAG = new org.jooq.impl.TableFieldImpl("incr_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MIN_FLAG = new org.jooq.impl.TableFieldImpl("min_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAX_FLAG = new org.jooq.impl.TableFieldImpl("max_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField RESTART_FLAG = new org.jooq.impl.TableFieldImpl("restart_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CACHE_FLAG = new org.jooq.impl.TableFieldImpl("cache_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CYCLE_FLAG = new org.jooq.impl.TableFieldImpl("cycle_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDER_FLAG = new org.jooq.impl.TableFieldImpl("order_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQL_FLAG = new org.jooq.impl.TableFieldImpl("seql_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNORDERED_FLAG = new org.jooq.impl.TableFieldImpl("unordered_flag", org.jooq.impl.SQLDataType.CHAR, IISEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField IDENT_FLAG = new org.jooq.impl.TableFieldImpl("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