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

org.jooq.util.cubrid.dba.tables.DbUser Maven / Gradle / Ivy

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

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

	private static final long serialVersionUID = -154927421;

	/**
	 * The singleton instance of DBA.db_user
	 */
	public static final org.jooq.util.cubrid.dba.tables.DbUser DB_USER = new org.jooq.util.cubrid.dba.tables.DbUser();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.Record.class;

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

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this);

	/**
	 * An uncommented item
	 */
	public final org.jooq.TableField ID = createField("id", org.jooq.impl.SQLDataType.INTEGER, this);

	/**
	 * An uncommented item
	 * 
	 * The SQL type of this item (OBJECT) could not be mapped.
* Deserialising this field might not work! */ public final org.jooq.TableField PASSWORD = createField("password", org.jooq.impl.SQLDataType.OTHER, this); /** * An uncommented item * * The SQL type of this item (SET) could not be mapped.
* Deserialising this field might not work! */ public final org.jooq.TableField DIRECT_GROUPS = createField("direct_groups", org.jooq.impl.SQLDataType.OTHER, this); /** * An uncommented item * * The SQL type of this item (SET) could not be mapped.
* Deserialising this field might not work! */ public final org.jooq.TableField GROUPS = createField("groups", org.jooq.impl.SQLDataType.OTHER, this); /** * An uncommented item * * The SQL type of this item (OBJECT) could not be mapped.
* Deserialising this field might not work! */ public final org.jooq.TableField AUTHORIZATION = createField("authorization", org.jooq.impl.SQLDataType.OTHER, this); /** * An uncommented item * * The SQL type of this item (SEQUENCE) could not be mapped.
* Deserialising this field might not work! */ public final org.jooq.TableField TRIGGERS = createField("triggers", org.jooq.impl.SQLDataType.OTHER, this); public DbUser() { super("db_user", org.jooq.util.cubrid.dba.Dba.DBA); } public DbUser(java.lang.String alias) { super(alias, org.jooq.util.cubrid.dba.Dba.DBA, org.jooq.util.cubrid.dba.tables.DbUser.DB_USER); } @Override public org.jooq.util.cubrid.dba.tables.DbUser as(java.lang.String alias) { return new org.jooq.util.cubrid.dba.tables.DbUser(alias); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy