
org.jooq.util.maven.example.postgres.Sequences Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jooq-codegen-maven-example Show documentation
Show all versions of jooq-codegen-maven-example Show documentation
jOOQ effectively combines complex SQL, typesafety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
The newest version!
/**
* This class is generated by jOOQ
*/
package org.jooq.util.maven.example.postgres;
/**
* This class is generated by jOOQ.
*
* Convenience access to all sequences in public
*/
@javax.annotation.Generated(value = {"http://www.jooq.org", "2.3.3"},
comments = "This class is generated by jOOQ")
public final 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.util.maven.example.postgres.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT);
/**
* The sequence public.t_identity_id_seq
*/
public static final org.jooq.Sequence T_IDENTITY_ID_SEQ = new org.jooq.impl.SequenceImpl("t_identity_id_seq", org.jooq.util.maven.example.postgres.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT);
/**
* The sequence public.t_identity_pk_id_seq
*/
public static final org.jooq.Sequence T_IDENTITY_PK_ID_SEQ = new org.jooq.impl.SequenceImpl("t_identity_pk_id_seq", org.jooq.util.maven.example.postgres.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT);
/**
* The sequence public.t_triggers_id_generated_seq
*/
public static final org.jooq.Sequence T_TRIGGERS_ID_GENERATED_SEQ = new org.jooq.impl.SequenceImpl("t_triggers_id_generated_seq", org.jooq.util.maven.example.postgres.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT);
/**
* No instances
*/
private Sequences() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy