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

org.jooq.util.sybase.sys.tables.Sysprocparm 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 Sysprocparm extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = 1100134786;

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

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.sybase.sys.tables.records.SysprocparmRecord.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, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARM_ID = new org.jooq.impl.TableFieldImpl("parm_id", org.jooq.impl.SQLDataType.SMALLINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARM_TYPE = new org.jooq.impl.TableFieldImpl("parm_type", org.jooq.impl.SQLDataType.SMALLINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARM_MODE_IN = new org.jooq.impl.TableFieldImpl("parm_mode_in", org.jooq.impl.SQLDataType.CHAR, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARM_MODE_OUT = new org.jooq.impl.TableFieldImpl("parm_mode_out", org.jooq.impl.SQLDataType.CHAR, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField DOMAIN_ID = new org.jooq.impl.TableFieldImpl("domain_id", org.jooq.impl.SQLDataType.SMALLINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField WIDTH = new org.jooq.impl.TableFieldImpl("width", org.jooq.impl.SQLDataType.BIGINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField SCALE = new org.jooq.impl.TableFieldImpl("scale", org.jooq.impl.SQLDataType.SMALLINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField USER_TYPE = new org.jooq.impl.TableFieldImpl("user_type", org.jooq.impl.SQLDataType.SMALLINT, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField PARM_NAME = new org.jooq.impl.TableFieldImpl("parm_name", org.jooq.impl.SQLDataType.CHAR, SYSPROCPARM);

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField DEFAULT = new org.jooq.impl.TableFieldImpl("default", org.jooq.impl.SQLDataType.LONGVARCHAR, SYSPROCPARM);

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

	/**
	 * An uncommented item
	 */
	public static final org.jooq.TableField BASE_TYPE_STR = new org.jooq.impl.TableFieldImpl("base_type_str", org.jooq.impl.SQLDataType.VARCHAR, SYSPROCPARM);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy