org.jooq.scala.example.h2.Sequences Maven / Gradle / Ivy
/**
* 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