org.jooq.util.db2.syscat.tables.Functions 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 Functions extends org.jooq.impl.TableImpl {
private static final long serialVersionUID = -996830858;
/**
* The singleton instance of FUNCTIONS
*/
public static final org.jooq.util.db2.syscat.tables.Functions FUNCTIONS = new org.jooq.util.db2.syscat.tables.Functions();
/**
* The class holding records for this type
*/
private static final java.lang.Class __RECORD_TYPE = org.jooq.util.db2.syscat.tables.records.FunctionsRecord.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, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FUNCNAME = new org.jooq.impl.TableFieldImpl("FUNCNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SPECIFICNAME = new org.jooq.impl.TableFieldImpl("SPECIFICNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField DEFINER = new org.jooq.impl.TableFieldImpl("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FUNCID = new org.jooq.impl.TableFieldImpl("FUNCID", org.jooq.impl.SQLDataType.INTEGER, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField RETURN_TYPE = new org.jooq.impl.TableFieldImpl("RETURN_TYPE", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField ORIGIN = new org.jooq.impl.TableFieldImpl("ORIGIN", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPE = new org.jooq.impl.TableFieldImpl("TYPE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField METHOD = new org.jooq.impl.TableFieldImpl("METHOD", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField EFFECT = new org.jooq.impl.TableFieldImpl("EFFECT", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARM_COUNT = new org.jooq.impl.TableFieldImpl("PARM_COUNT", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARM_SIGNATURE = new org.jooq.impl.TableFieldImpl("PARM_SIGNATURE", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CREATE_TIME = new org.jooq.impl.TableFieldImpl("CREATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField QUALIFIER = new org.jooq.impl.TableFieldImpl("QUALIFIER", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField WITH_FUNC_ACCESS = new org.jooq.impl.TableFieldImpl("WITH_FUNC_ACCESS", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField TYPE_PRESERVING = new org.jooq.impl.TableFieldImpl("TYPE_PRESERVING", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField VARIANT = new org.jooq.impl.TableFieldImpl("VARIANT", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SIDE_EFFECTS = new org.jooq.impl.TableFieldImpl("SIDE_EFFECTS", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FENCED = new org.jooq.impl.TableFieldImpl("FENCED", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField NULLCALL = new org.jooq.impl.TableFieldImpl("NULLCALL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CAST_FUNCTION = new org.jooq.impl.TableFieldImpl("CAST_FUNCTION", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField ASSIGN_FUNCTION = new org.jooq.impl.TableFieldImpl("ASSIGN_FUNCTION", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SCRATCHPAD = new org.jooq.impl.TableFieldImpl("SCRATCHPAD", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FINAL_CALL = new org.jooq.impl.TableFieldImpl("FINAL_CALL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARALLELIZABLE = new org.jooq.impl.TableFieldImpl("PARALLELIZABLE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CONTAINS_SQL = new org.jooq.impl.TableFieldImpl("CONTAINS_SQL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField DBINFO = new org.jooq.impl.TableFieldImpl("DBINFO", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField RESULT_COLS = new org.jooq.impl.TableFieldImpl("RESULT_COLS", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField LANGUAGE = new org.jooq.impl.TableFieldImpl("LANGUAGE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField IMPLEMENTATION = new org.jooq.impl.TableFieldImpl("IMPLEMENTATION", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CLASS = new org.jooq.impl.TableFieldImpl("CLASS", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField JAR_ID = new org.jooq.impl.TableFieldImpl("JAR_ID", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PARM_STYLE = new org.jooq.impl.TableFieldImpl("PARM_STYLE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE_SCHEMA = new org.jooq.impl.TableFieldImpl("SOURCE_SCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SOURCE_SPECIFIC = new org.jooq.impl.TableFieldImpl("SOURCE_SPECIFIC", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField IOS_PER_INVOC = new org.jooq.impl.TableFieldImpl("IOS_PER_INVOC", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField INSTS_PER_INVOC = new org.jooq.impl.TableFieldImpl("INSTS_PER_INVOC", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField IOS_PER_ARGBYTE = new org.jooq.impl.TableFieldImpl("IOS_PER_ARGBYTE", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField INSTS_PER_ARGBYTE = new org.jooq.impl.TableFieldImpl("INSTS_PER_ARGBYTE", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField PERCENT_ARGBYTES = new org.jooq.impl.TableFieldImpl("PERCENT_ARGBYTES", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField INITIAL_IOS = new org.jooq.impl.TableFieldImpl("INITIAL_IOS", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField INITIAL_INSTS = new org.jooq.impl.TableFieldImpl("INITIAL_INSTS", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField CARDINALITY = new org.jooq.impl.TableFieldImpl("CARDINALITY", org.jooq.impl.SQLDataType.BIGINT, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField IMPLEMENTED = new org.jooq.impl.TableFieldImpl("IMPLEMENTED", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SELECTIVITY = new org.jooq.impl.TableFieldImpl("SELECTIVITY", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField OVERRIDDEN_FUNCID = new org.jooq.impl.TableFieldImpl("OVERRIDDEN_FUNCID", org.jooq.impl.SQLDataType.INTEGER, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SUBJECT_TYPESCHEMA = new org.jooq.impl.TableFieldImpl("SUBJECT_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField SUBJECT_TYPENAME = new org.jooq.impl.TableFieldImpl("SUBJECT_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField FUNC_PATH = new org.jooq.impl.TableFieldImpl("FUNC_PATH", org.jooq.impl.SQLDataType.CLOB, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField BODY = new org.jooq.impl.TableFieldImpl("BODY", org.jooq.impl.SQLDataType.CLOB, FUNCTIONS);
/**
* An uncommented item
*/
public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("REMARKS", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);
/**
* No further instances allowed
*/
private Functions() {
super("FUNCTIONS", org.jooq.util.db2.syscat.Syscat.SYSCAT);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy