All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.util.db2.syscat.tables.Functions Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.db2.syscat.tables;

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = {"http://www.jooq.org", "3.0.0"},
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings("all")
public class Functions extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 2135651450;

	/**
	 * The singleton instance of SYSCAT.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
	 */
	@Override
	public java.lang.Class getRecordType() {
		return org.jooq.Record.class;
	}

	/**
	 * The column SYSCAT.FUNCTIONS.FUNCSCHEMA. 
	 */
	public static final org.jooq.TableField FUNCSCHEMA = createField("FUNCSCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.FUNCNAME. 
	 */
	public static final org.jooq.TableField FUNCNAME = createField("FUNCNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SPECIFICNAME. 
	 */
	public static final org.jooq.TableField SPECIFICNAME = createField("SPECIFICNAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.DEFINER. 
	 */
	public static final org.jooq.TableField DEFINER = createField("DEFINER", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.FUNCID. 
	 */
	public static final org.jooq.TableField FUNCID = createField("FUNCID", org.jooq.impl.SQLDataType.INTEGER, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.RETURN_TYPE. 
	 */
	public static final org.jooq.TableField RETURN_TYPE = createField("RETURN_TYPE", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.ORIGIN. 
	 */
	public static final org.jooq.TableField ORIGIN = createField("ORIGIN", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.TYPE. 
	 */
	public static final org.jooq.TableField TYPE = createField("TYPE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.METHOD. 
	 */
	public static final org.jooq.TableField METHOD = createField("METHOD", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.EFFECT. 
	 */
	public static final org.jooq.TableField EFFECT = createField("EFFECT", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.PARM_COUNT. 
	 */
	public static final org.jooq.TableField PARM_COUNT = createField("PARM_COUNT", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.PARM_SIGNATURE. 
	 */
	public static final org.jooq.TableField PARM_SIGNATURE = createField("PARM_SIGNATURE", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.CREATE_TIME. 
	 */
	public static final org.jooq.TableField CREATE_TIME = createField("CREATE_TIME", org.jooq.impl.SQLDataType.TIMESTAMP, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.QUALIFIER. 
	 */
	public static final org.jooq.TableField QUALIFIER = createField("QUALIFIER", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.WITH_FUNC_ACCESS. 
	 */
	public static final org.jooq.TableField WITH_FUNC_ACCESS = createField("WITH_FUNC_ACCESS", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.TYPE_PRESERVING. 
	 */
	public static final org.jooq.TableField TYPE_PRESERVING = createField("TYPE_PRESERVING", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.VARIANT. 
	 */
	public static final org.jooq.TableField VARIANT = createField("VARIANT", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SIDE_EFFECTS. 
	 */
	public static final org.jooq.TableField SIDE_EFFECTS = createField("SIDE_EFFECTS", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.FENCED. 
	 */
	public static final org.jooq.TableField FENCED = createField("FENCED", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.NULLCALL. 
	 */
	public static final org.jooq.TableField NULLCALL = createField("NULLCALL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.CAST_FUNCTION. 
	 */
	public static final org.jooq.TableField CAST_FUNCTION = createField("CAST_FUNCTION", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.ASSIGN_FUNCTION. 
	 */
	public static final org.jooq.TableField ASSIGN_FUNCTION = createField("ASSIGN_FUNCTION", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SCRATCHPAD. 
	 */
	public static final org.jooq.TableField SCRATCHPAD = createField("SCRATCHPAD", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.FINAL_CALL. 
	 */
	public static final org.jooq.TableField FINAL_CALL = createField("FINAL_CALL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.PARALLELIZABLE. 
	 */
	public static final org.jooq.TableField PARALLELIZABLE = createField("PARALLELIZABLE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.CONTAINS_SQL. 
	 */
	public static final org.jooq.TableField CONTAINS_SQL = createField("CONTAINS_SQL", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.DBINFO. 
	 */
	public static final org.jooq.TableField DBINFO = createField("DBINFO", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.RESULT_COLS. 
	 */
	public static final org.jooq.TableField RESULT_COLS = createField("RESULT_COLS", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.LANGUAGE. 
	 */
	public static final org.jooq.TableField LANGUAGE = createField("LANGUAGE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.IMPLEMENTATION. 
	 */
	public static final org.jooq.TableField IMPLEMENTATION = createField("IMPLEMENTATION", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.CLASS. 
	 */
	public static final org.jooq.TableField CLASS = createField("CLASS", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.JAR_ID. 
	 */
	public static final org.jooq.TableField JAR_ID = createField("JAR_ID", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.PARM_STYLE. 
	 */
	public static final org.jooq.TableField PARM_STYLE = createField("PARM_STYLE", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SOURCE_SCHEMA. 
	 */
	public static final org.jooq.TableField SOURCE_SCHEMA = createField("SOURCE_SCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SOURCE_SPECIFIC. 
	 */
	public static final org.jooq.TableField SOURCE_SPECIFIC = createField("SOURCE_SPECIFIC", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.IOS_PER_INVOC. 
	 */
	public static final org.jooq.TableField IOS_PER_INVOC = createField("IOS_PER_INVOC", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.INSTS_PER_INVOC. 
	 */
	public static final org.jooq.TableField INSTS_PER_INVOC = createField("INSTS_PER_INVOC", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.IOS_PER_ARGBYTE. 
	 */
	public static final org.jooq.TableField IOS_PER_ARGBYTE = createField("IOS_PER_ARGBYTE", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.INSTS_PER_ARGBYTE. 
	 */
	public static final org.jooq.TableField INSTS_PER_ARGBYTE = createField("INSTS_PER_ARGBYTE", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.PERCENT_ARGBYTES. 
	 */
	public static final org.jooq.TableField PERCENT_ARGBYTES = createField("PERCENT_ARGBYTES", org.jooq.impl.SQLDataType.SMALLINT, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.INITIAL_IOS. 
	 */
	public static final org.jooq.TableField INITIAL_IOS = createField("INITIAL_IOS", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.INITIAL_INSTS. 
	 */
	public static final org.jooq.TableField INITIAL_INSTS = createField("INITIAL_INSTS", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.CARDINALITY. 
	 */
	public static final org.jooq.TableField CARDINALITY = createField("CARDINALITY", org.jooq.impl.SQLDataType.BIGINT, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.IMPLEMENTED. 
	 */
	public static final org.jooq.TableField IMPLEMENTED = createField("IMPLEMENTED", org.jooq.impl.SQLDataType.CHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SELECTIVITY. 
	 */
	public static final org.jooq.TableField SELECTIVITY = createField("SELECTIVITY", org.jooq.impl.SQLDataType.DOUBLE, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.OVERRIDDEN_FUNCID. 
	 */
	public static final org.jooq.TableField OVERRIDDEN_FUNCID = createField("OVERRIDDEN_FUNCID", org.jooq.impl.SQLDataType.INTEGER, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SUBJECT_TYPESCHEMA. 
	 */
	public static final org.jooq.TableField SUBJECT_TYPESCHEMA = createField("SUBJECT_TYPESCHEMA", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.SUBJECT_TYPENAME. 
	 */
	public static final org.jooq.TableField SUBJECT_TYPENAME = createField("SUBJECT_TYPENAME", org.jooq.impl.SQLDataType.VARCHAR, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.FUNC_PATH. 
	 */
	public static final org.jooq.TableField FUNC_PATH = createField("FUNC_PATH", org.jooq.impl.SQLDataType.CLOB, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.BODY. 
	 */
	public static final org.jooq.TableField BODY = createField("BODY", org.jooq.impl.SQLDataType.CLOB, FUNCTIONS);

	/**
	 * The column SYSCAT.FUNCTIONS.REMARKS. 
	 */
	public static final org.jooq.TableField REMARKS = createField("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