org.jooq.util.derby.sys.tables.Syssequences Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package org.jooq.util.derby.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 Syssequences extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 723349137;
/**
* The singleton instance of SYSSEQUENCES
*/
public static final org.jooq.util.derby.sys.tables.Syssequences SYSSEQUENCES = new org.jooq.util.derby.sys.tables.Syssequences();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SyssequencesRecord.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 SEQUENCEID = new org.jooq.impl.TableFieldImpl("SEQUENCEID", org.jooq.impl.SQLDataType.CHAR, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQUENCENAME = new org.jooq.impl.TableFieldImpl("SEQUENCENAME", org.jooq.impl.SQLDataType.VARCHAR, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCHEMAID = new org.jooq.impl.TableFieldImpl("SCHEMAID", org.jooq.impl.SQLDataType.CHAR, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SEQUENCEDATATYPE = new org.jooq.impl.TableFieldImpl("SEQUENCEDATATYPE", org.jooq.impl.SQLDataType.CLOB, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CURRENTVALUE = new org.jooq.impl.TableFieldImpl("CURRENTVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField STARTVALUE = new org.jooq.impl.TableFieldImpl("STARTVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MINIMUMVALUE = new org.jooq.impl.TableFieldImpl("MINIMUMVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField MAXIMUMVALUE = new org.jooq.impl.TableFieldImpl("MAXIMUMVALUE", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField INCREMENT = new org.jooq.impl.TableFieldImpl("INCREMENT", org.jooq.impl.SQLDataType.BIGINT, SYSSEQUENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CYCLEOPTION = new org.jooq.impl.TableFieldImpl("CYCLEOPTION", org.jooq.impl.SQLDataType.CHAR, SYSSEQUENCES);
/**
* No further instances allowed
*/
private Syssequences() {
super("SYSSEQUENCES", org.jooq.util.derby.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy