org.jooq.util.ingres.ingres.tables.Iicolumns 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://jooq.sourceforge.net",
comments = "This class is generated by jOOQ")
public class Iicolumns extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = 1378743259;
/**
* The singleton instance of iicolumns
*/
public static final org.jooq.util.ingres.ingres.tables.Iicolumns IICOLUMNS = new org.jooq.util.ingres.ingres.tables.Iicolumns();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.ingres.ingres.tables.records.IicolumnsRecord.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 TABLE_NAME = new org.jooq.impl.TableFieldImpl("table_name", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TABLE_OWNER = new org.jooq.impl.TableFieldImpl("table_owner", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_NAME = new org.jooq.impl.TableFieldImpl("column_name", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_DATATYPE = new org.jooq.impl.TableFieldImpl("column_datatype", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_LENGTH = new org.jooq.impl.TableFieldImpl("column_length", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_SCALE = new org.jooq.impl.TableFieldImpl("column_scale", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_COLLID = new org.jooq.impl.TableFieldImpl("column_collid", org.jooq.impl.SQLDataType.SMALLINT, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_NULLS = new org.jooq.impl.TableFieldImpl("column_nulls", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_DEFAULTS = new org.jooq.impl.TableFieldImpl("column_defaults", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_SEQUENCE = new org.jooq.impl.TableFieldImpl("column_sequence", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField KEY_SEQUENCE = new org.jooq.impl.TableFieldImpl("key_sequence", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SORT_DIRECTION = new org.jooq.impl.TableFieldImpl("sort_direction", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_INGDATATYPE = new org.jooq.impl.TableFieldImpl("column_ingdatatype", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_INTERNAL_DATATYPE = new org.jooq.impl.TableFieldImpl("column_internal_datatype", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_INTERNAL_LENGTH = new org.jooq.impl.TableFieldImpl("column_internal_length", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_INTERNAL_INGTYPE = new org.jooq.impl.TableFieldImpl("column_internal_ingtype", org.jooq.impl.SQLDataType.SMALLINT, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_SYSTEM_MAINTAINED = new org.jooq.impl.TableFieldImpl("column_system_maintained", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_UPDATEABLE = new org.jooq.impl.TableFieldImpl("column_updateable", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_HAS_DEFAULT = new org.jooq.impl.TableFieldImpl("column_has_default", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_DEFAULT_VAL = new org.jooq.impl.TableFieldImpl("column_default_val", org.jooq.impl.SQLDataType.VARCHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SECURITY_AUDIT_KEY = new org.jooq.impl.TableFieldImpl("security_audit_key", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ALWAYS_IDENT = new org.jooq.impl.TableFieldImpl("column_always_ident", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_BYDEFAULT_IDENT = new org.jooq.impl.TableFieldImpl("column_bydefault_ident", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ENCRYPTED = new org.jooq.impl.TableFieldImpl("column_encrypted", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ENCRYPT_WIDTH = new org.jooq.impl.TableFieldImpl("column_encrypt_width", org.jooq.impl.SQLDataType.INTEGER, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ENCRYPT_SALT = new org.jooq.impl.TableFieldImpl("column_encrypt_salt", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* An uncommented item
*/
public static final org.jooq.TableField COLUMN_ENCRYPT_CRC = new org.jooq.impl.TableFieldImpl("column_encrypt_crc", org.jooq.impl.SQLDataType.CHAR, IICOLUMNS);
/**
* No further instances allowed
*/
private Iicolumns() {
super("iicolumns", org.jooq.util.ingres.ingres.$ingres.$INGRES);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy