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

org.jooq.util.ase.sys.tables.Sysusers Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.util.ase.sys.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 Sysusers extends org.jooq.impl.TableImpl {

	private static final long serialVersionUID = -1370581174;

	/**
	 * The singleton instance of dbo.sysusers
	 */
	public static final org.jooq.util.ase.sys.tables.Sysusers SYSUSERS = new org.jooq.util.ase.sys.tables.Sysusers();

	/**
	 * The class holding records for this type
	 */
	@Override
	public java.lang.Class getRecordType() {
		return org.jooq.Record.class;
	}

	/**
	 * The column dbo.sysusers.suid. 
	 */
	public static final org.jooq.TableField SUID = createField("suid", org.jooq.impl.SQLDataType.INTEGER, SYSUSERS);

	/**
	 * The column dbo.sysusers.uid. 
	 */
	public static final org.jooq.TableField UID = createField("uid", org.jooq.impl.SQLDataType.INTEGER, SYSUSERS);

	/**
	 * The column dbo.sysusers.gid. 
	 */
	public static final org.jooq.TableField GID = createField("gid", org.jooq.impl.SQLDataType.INTEGER, SYSUSERS);

	/**
	 * The column dbo.sysusers.name. 
	 */
	public static final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, SYSUSERS);

	/**
	 * The column dbo.sysusers.environ. 
	 */
	public static final org.jooq.TableField ENVIRON = createField("environ", org.jooq.impl.SQLDataType.VARCHAR, SYSUSERS);

	/**
	 * No further instances allowed
	 */
	private Sysusers() {
		super("sysusers", org.jooq.util.ase.sys.Dbo.DBO);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy