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

org.jooq.util.cubrid.dba.Keys 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;

/**
 * This class is generated by jOOQ.
 *
 * A class modelling foreign key relationships between tables of the  
 * schema
 */
@javax.annotation.Generated(value    = { "http://www.jooq.org", "3.4.0" },
                            comments = "This class is generated by jOOQ")
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Keys {

	// -------------------------------------------------------------------------
	// IDENTITY definitions
	// -------------------------------------------------------------------------


	// -------------------------------------------------------------------------
	// UNIQUE and PRIMARY KEY definitions
	// -------------------------------------------------------------------------

	public static final org.jooq.UniqueKey DB_SERIAL__PK_DB_SERIAL_NAME = UniqueKeys0.DB_SERIAL__PK_DB_SERIAL_NAME;

	// -------------------------------------------------------------------------
	// FOREIGN KEY definitions
	// -------------------------------------------------------------------------


	// -------------------------------------------------------------------------
	// [#1459] distribute members to avoid static initialisers > 64kb
	// -------------------------------------------------------------------------

	private static class UniqueKeys0 extends org.jooq.impl.AbstractKeys {
		public static final org.jooq.UniqueKey DB_SERIAL__PK_DB_SERIAL_NAME = createUniqueKey(org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL, org.jooq.util.cubrid.dba.tables.DbSerial.DB_SERIAL.NAME);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy