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

org.jooq.util.firebird.rdb.Sequences Maven / Gradle / Ivy

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

/**
 * Convenience access to all sequences in 
 */
@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 RDB$PROCEDURES
	 */
	public static final org.jooq.Sequence RDB$PROCEDURES = new org.jooq.impl.SequenceImpl("RDB$PROCEDURES", org.jooq.util.firebird.rdb.DefaultSchema.DEFAULT_SCHEMA, org.jooq.impl.SQLDataType.BIGINT);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy