org.jooq.util.db2.syscat.tables.Sequences Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.db2.syscat.tables;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(value = "http://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Sequences extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 801094220;
/**
* The singleton instance of SEQUENCES
*/
public static final org.jooq.util.db2.syscat.tables.Sequences SEQUENCES = new org.jooq.util.db2.syscat.tables.Sequences();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.SequencesRecord.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 SEQSCHEMA = new org.jooq.impl.TableFieldImpl("SEQSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQNAME = new org.jooq.impl.TableFieldImpl("SEQNAME", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFINER = new org.jooq.impl.TableFieldImpl("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFINERTYPE = new org.jooq.impl.TableFieldImpl("DEFINERTYPE", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNER = new org.jooq.impl.TableFieldImpl("OWNER", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNERTYPE = new org.jooq.impl.TableFieldImpl("OWNERTYPE", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQID = new org.jooq.impl.TableFieldImpl("SEQID", org.jooq.impl.SQLDataType.INTEGER, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQTYPE = new org.jooq.impl.TableFieldImpl("SEQTYPE", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_SEQSCHEMA = new org.jooq.impl.TableFieldImpl("BASE_SEQSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField BASE_SEQNAME = new org.jooq.impl.TableFieldImpl("BASE_SEQNAME", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCREMENT = new org.jooq.impl.TableFieldImpl("INCREMENT", org.jooq.impl.SQLDataType.DECIMAL, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField START = new org.jooq.impl.TableFieldImpl("START", org.jooq.impl.SQLDataType.DECIMAL, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAXVALUE = new org.jooq.impl.TableFieldImpl("MAXVALUE", org.jooq.impl.SQLDataType.DECIMAL, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MINVALUE = new org.jooq.impl.TableFieldImpl("MINVALUE", org.jooq.impl.SQLDataType.DECIMAL, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField NEXTCACHEFIRSTVALUE = new org.jooq.impl.TableFieldImpl("NEXTCACHEFIRSTVALUE", org.jooq.impl.SQLDataType.DECIMAL, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CYCLE = new org.jooq.impl.TableFieldImpl("CYCLE", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CACHE = new org.jooq.impl.TableFieldImpl("CACHE", org.jooq.impl.SQLDataType.INTEGER, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDER = new org.jooq.impl.TableFieldImpl("ORDER", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DATATYPEID = new org.jooq.impl.TableFieldImpl("DATATYPEID", org.jooq.impl.SQLDataType.INTEGER, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCETYPEID = new org.jooq.impl.TableFieldImpl("SOURCETYPEID", org.jooq.impl.SQLDataType.INTEGER, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_TIME = new org.jooq.impl.TableFieldImpl("CREATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ALTER_TIME = new org.jooq.impl.TableFieldImpl("ALTER_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PRECISION = new org.jooq.impl.TableFieldImpl("PRECISION", org.jooq.impl.SQLDataType.SMALLINT, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORIGIN = new org.jooq.impl.TableFieldImpl("ORIGIN", org.jooq.impl.SQLDataType.CHAR, SEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("REMARKS", org.jooq.impl.SQLDataType.VARCHAR, SEQUENCES);
/**
* No further instances allowed
*/
private Sequences() {
super("SEQUENCES", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy