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

org.jooq.util.derby.sys.tables.Sysschemas Maven / Gradle / Ivy

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

	private static final long serialVersionUID = -1644614612;

	/**
	 * The singleton instance of SYSSCHEMAS
	 */
	public static final org.jooq.util.derby.sys.tables.Sysschemas SYSSCHEMAS = new org.jooq.util.derby.sys.tables.Sysschemas();

	/**
	 * The class holding records for this type
	 */
	private static final java.lang.Class __RECORD_TYPE = org.jooq.util.derby.sys.tables.records.SysschemasRecord.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 SCHEMAID = new org.jooq.impl.TableFieldImpl("SCHEMAID", org.jooq.impl.SQLDataType.CHAR, SYSSCHEMAS);

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

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

	/**
	 * No further instances allowed
	 */
	private Sysschemas() {
		super("SYSSCHEMAS", org.jooq.util.derby.sys.Sys.SYS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy