org.jooq.util.ingres.ingres.tables.IirefConstraints 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://www.jooq.org", "2.0.2"},
comments = "This class is generated by jOOQ")
public class IirefConstraints extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 116746560;
/**
* The singleton instance of iiref_constraints
*/
public static final org.jooq.util.ingres.ingres.tables.IirefConstraints IIREF_CONSTRAINTS = new org.jooq.util.ingres.ingres.tables.IirefConstraints();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.ingres.ingres.tables.records.IirefConstraintsRecord.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 REF_CONSTRAINT_NAME = createField("ref_constraint_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField REF_SCHEMA_NAME = createField("ref_schema_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField REF_TABLE_NAME = createField("ref_table_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE_CONSTRAINT_NAME = createField("unique_constraint_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE_SCHEMA_NAME = createField("unique_schema_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* An uncommented item
*/
public static final org.jooq.TableField UNIQUE_TABLE_NAME = createField("unique_table_name", org.jooq.impl.SQLDataType.CHAR, IIREF_CONSTRAINTS);
/**
* No further instances allowed
*/
private IirefConstraints() {
super("iiref_constraints", org.jooq.util.ingres.ingres.$ingres.$INGRES);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy