org.jooq.util.derby.sys.tables.Syskeys 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://www.jooq.org", "2.0.0"},
comments = "This class is generated by jOOQ")
public class Syskeys extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -435757483;
/**
* The singleton instance of SYSKEYS
*/
public static final org.jooq.util.derby.sys.tables.Syskeys SYSKEYS = new org.jooq.util.derby.sys.tables.Syskeys();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SyskeysRecord.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 CONSTRAINTID = createField("CONSTRAINTID", org.jooq.impl.SQLDataType.CHAR, SYSKEYS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CONGLOMERATEID = createField("CONGLOMERATEID", org.jooq.impl.SQLDataType.CHAR, SYSKEYS);
/**
* No further instances allowed
*/
private Syskeys() {
super("SYSKEYS", org.jooq.util.derby.sys.Sys.SYS);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy