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

org.jooq.util.sybase.sys.tables.Sysprocedure Maven / Gradle / Ivy

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

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = "http://jooq.sourceforge.net",
                            comments = "This class is generated by jOOQ")
public class Sysprocedure extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -263629220;

	/**
	 * The singleton instance of SYSPROCEDURE
	 */
	public static final org.jooq.util.sybase.sys.tables.Sysprocedure SYSPROCEDURE = new org.jooq.util.sybase.sys.tables.Sysprocedure();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysprocedureRecord.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 PROC_ID = new org.jooq.impl.TableFieldImpl("proc_id", org.jooq.impl.SQLDataType.INTEGER, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField CREATOR = new org.jooq.impl.TableFieldImpl("creator", org.jooq.impl.SQLDataType.INTEGER, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField OBJECT_ID = new org.jooq.impl.TableFieldImpl("object_id", org.jooq.impl.SQLDataType.BIGINT, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PROC_NAME = new org.jooq.impl.TableFieldImpl("proc_name", org.jooq.impl.SQLDataType.CHAR, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PROC_DEFN = new org.jooq.impl.TableFieldImpl("proc_defn", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField REMARKS = new org.jooq.impl.TableFieldImpl("remarks", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField REPLICATE = new org.jooq.impl.TableFieldImpl("replicate", org.jooq.impl.SQLDataType.CHAR, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SRVID = new org.jooq.impl.TableFieldImpl("srvid", org.jooq.impl.SQLDataType.INTEGER, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SOURCE = new org.jooq.impl.TableFieldImpl("source", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AVG_NUM_ROWS = new org.jooq.impl.TableFieldImpl("avg_num_rows", org.jooq.impl.SQLDataType.FLOAT, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField AVG_COST = new org.jooq.impl.TableFieldImpl("avg_cost", org.jooq.impl.SQLDataType.FLOAT, SYSPROCEDURE);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField STATS = new org.jooq.impl.TableFieldImpl("stats", org.jooq.impl.SQLDataType.LONGVARBINARY, SYSPROCEDURE);

	/**
	 * No further instances allowed
	 */
	private Sysprocedure() {
		super("SYSPROCEDURE", org.jooq.util.sybase.sys.Sys.SYS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy