org.jooq.util.db2.syscat.tables.Attributes 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 Attributes extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -949360112;
/**
* The singleton instance of ATTRIBUTES
*/
public static final org.jooq.util.db2.syscat.tables.Attributes ATTRIBUTES = new org.jooq.util.db2.syscat.tables.Attributes();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.AttributesRecord.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 TYPESCHEMA = new org.jooq.impl.TableFieldImpl("TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPEMODULENAME = new org.jooq.impl.TableFieldImpl("TYPEMODULENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPENAME = new org.jooq.impl.TableFieldImpl("TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ATTR_NAME = new org.jooq.impl.TableFieldImpl("ATTR_NAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ATTR_TYPESCHEMA = new org.jooq.impl.TableFieldImpl("ATTR_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ATTR_TYPEMODULENAME = new org.jooq.impl.TableFieldImpl("ATTR_TYPEMODULENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ATTR_TYPENAME = new org.jooq.impl.TableFieldImpl("ATTR_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TARGET_TYPESCHEMA = new org.jooq.impl.TableFieldImpl("TARGET_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TARGET_TYPEMODULENAME = new org.jooq.impl.TableFieldImpl("TARGET_TYPEMODULENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField TARGET_TYPENAME = new org.jooq.impl.TableFieldImpl("TARGET_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE_TYPESCHEMA = new org.jooq.impl.TableFieldImpl("SOURCE_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE_TYPEMODULENAME = new org.jooq.impl.TableFieldImpl("SOURCE_TYPEMODULENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE_TYPENAME = new org.jooq.impl.TableFieldImpl("SOURCE_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDINAL = new org.jooq.impl.TableFieldImpl("ORDINAL", org.jooq.impl.SQLDataType.SMALLINT, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LENGTH = new org.jooq.impl.TableFieldImpl("LENGTH", org.jooq.impl.SQLDataType.INTEGER, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCALE = new org.jooq.impl.TableFieldImpl("SCALE", org.jooq.impl.SQLDataType.SMALLINT, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField CODEPAGE = new org.jooq.impl.TableFieldImpl("CODEPAGE", org.jooq.impl.SQLDataType.SMALLINT, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONSCHEMA = new org.jooq.impl.TableFieldImpl("COLLATIONSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLLATIONNAME = new org.jooq.impl.TableFieldImpl("COLLATIONNAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField LOGGED = new org.jooq.impl.TableFieldImpl("LOGGED", org.jooq.impl.SQLDataType.CHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField COMPACT = new org.jooq.impl.TableFieldImpl("COMPACT", org.jooq.impl.SQLDataType.CHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField DL_FEATURES = new org.jooq.impl.TableFieldImpl("DL_FEATURES", org.jooq.impl.SQLDataType.CHAR, ATTRIBUTES);
/**
* An uncommented item
*/
public static final org.jooq.TableField JAVA_FIELDNAME = new org.jooq.impl.TableFieldImpl("JAVA_FIELDNAME", org.jooq.impl.SQLDataType.VARCHAR, ATTRIBUTES);
/**
* No further instances allowed
*/
private Attributes() {
super("ATTRIBUTES", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy