org.jooq.util.db2.syscat.tables.References 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 References extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 1394284936;
/**
* The singleton instance of REFERENCES
*/
public static final org.jooq.util.db2.syscat.tables.References REFERENCES = new org.jooq.util.db2.syscat.tables.References();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.ReferencesRecord.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 CONSTNAME = new org.jooq.impl.TableFieldImpl("CONSTNAME", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABSCHEMA = new org.jooq.impl.TableFieldImpl("TABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABNAME = new org.jooq.impl.TableFieldImpl("TABNAME", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNER = new org.jooq.impl.TableFieldImpl("OWNER", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField OWNERTYPE = new org.jooq.impl.TableFieldImpl("OWNERTYPE", org.jooq.impl.SQLDataType.CHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REFKEYNAME = new org.jooq.impl.TableFieldImpl("REFKEYNAME", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REFTABSCHEMA = new org.jooq.impl.TableFieldImpl("REFTABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField REFTABNAME = new org.jooq.impl.TableFieldImpl("REFTABNAME", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLCOUNT = new org.jooq.impl.TableFieldImpl("COLCOUNT", org.jooq.impl.SQLDataType.SMALLINT, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DELETERULE = new org.jooq.impl.TableFieldImpl("DELETERULE", org.jooq.impl.SQLDataType.CHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField UPDATERULE = new org.jooq.impl.TableFieldImpl("UPDATERULE", org.jooq.impl.SQLDataType.CHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_TIME = new org.jooq.impl.TableFieldImpl("CREATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField FK_COLNAMES = new org.jooq.impl.TableFieldImpl("FK_COLNAMES", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField PK_COLNAMES = new org.jooq.impl.TableFieldImpl("PK_COLNAMES", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFINER = new org.jooq.impl.TableFieldImpl("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, REFERENCES);
/**
* No further instances allowed
*/
private References() {
super("REFERENCES", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy