org.jooq.util.db2.syscat.tables.Funcparms 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 Funcparms extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -966542464;
/**
* The singleton instance of FUNCPARMS
*/
public static final org.jooq.util.db2.syscat.tables.Funcparms FUNCPARMS = new org.jooq.util.db2.syscat.tables.Funcparms();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.FuncparmsRecord.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 FUNCSCHEMA = new org.jooq.impl.TableFieldImpl("FUNCSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FUNCNAME = new org.jooq.impl.TableFieldImpl("FUNCNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SPECIFICNAME = new org.jooq.impl.TableFieldImpl("SPECIFICNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField ROWTYPE = new org.jooq.impl.TableFieldImpl("ROWTYPE", org.jooq.impl.SQLDataType.CHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORDINAL = new org.jooq.impl.TableFieldImpl("ORDINAL", org.jooq.impl.SQLDataType.SMALLINT, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARMNAME = new org.jooq.impl.TableFieldImpl("PARMNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPESCHEMA = new org.jooq.impl.TableFieldImpl("TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPENAME = new org.jooq.impl.TableFieldImpl("TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField LENGTH = new org.jooq.impl.TableFieldImpl("LENGTH", org.jooq.impl.SQLDataType.INTEGER, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCALE = new org.jooq.impl.TableFieldImpl("SCALE", org.jooq.impl.SQLDataType.SMALLINT, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CODEPAGE = new org.jooq.impl.TableFieldImpl("CODEPAGE", org.jooq.impl.SQLDataType.SMALLINT, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CAST_FUNCID = new org.jooq.impl.TableFieldImpl("CAST_FUNCID", org.jooq.impl.SQLDataType.INTEGER, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField AS_LOCATOR = new org.jooq.impl.TableFieldImpl("AS_LOCATOR", org.jooq.impl.SQLDataType.CHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TARGET_TYPESCHEMA = new org.jooq.impl.TableFieldImpl("TARGET_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TARGET_TYPENAME = new org.jooq.impl.TableFieldImpl("TARGET_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCOPE_TABSCHEMA = new org.jooq.impl.TableFieldImpl("SCOPE_TABSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCOPE_TABNAME = new org.jooq.impl.TableFieldImpl("SCOPE_TABNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TRANSFORM_GRPNAME = new org.jooq.impl.TableFieldImpl("TRANSFORM_GRPNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCPARMS);
/**
* No further instances allowed
*/
private Funcparms() {
super("FUNCPARMS", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy