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

org.jooq.scala.example.h2.Sequences Maven / Gradle / Ivy

There is a newer version: 3.9.6
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.scala.example.h2;

/**
 * Convenience access to all sequences in PUBLIC
 */
@javax.annotation.Generated(
	value = {
		"http://www.jooq.org",
		"jOOQ version:3.5.0"
	},
	comments = "This class is generated by jOOQ"
)
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Sequences {

	/**
	 * The sequence PUBLIC.S_AUTHOR_ID
	 */
	public static final org.jooq.Sequence S_AUTHOR_ID = new org.jooq.impl.SequenceImpl("S_AUTHOR_ID", org.jooq.scala.example.h2.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy