org.jooq.util.maven.example.postgres
Class Sequences

java.lang.Object
  extended by org.jooq.util.maven.example.postgres.Sequences

@Generated(value={"http://www.jooq.org","2.3.3"},
           comments="This class is generated by jOOQ")
public final class Sequences
extends Object

This class is generated by jOOQ. Convenience access to all sequences in public


Field Summary
static org.jooq.Sequence<Long> S_AUTHOR_ID
          The sequence public.s_author_id
static org.jooq.Sequence<Long> T_IDENTITY_ID_SEQ
          The sequence public.t_identity_id_seq
static org.jooq.Sequence<Long> T_IDENTITY_PK_ID_SEQ
          The sequence public.t_identity_pk_id_seq
static org.jooq.Sequence<Long> T_TRIGGERS_ID_GENERATED_SEQ
          The sequence public.t_triggers_id_generated_seq
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S_AUTHOR_ID

public static final org.jooq.Sequence<Long> S_AUTHOR_ID
The sequence public.s_author_id


T_IDENTITY_ID_SEQ

public static final org.jooq.Sequence<Long> T_IDENTITY_ID_SEQ
The sequence public.t_identity_id_seq


T_IDENTITY_PK_ID_SEQ

public static final org.jooq.Sequence<Long> T_IDENTITY_PK_ID_SEQ
The sequence public.t_identity_pk_id_seq


T_TRIGGERS_ID_GENERATED_SEQ

public static final org.jooq.Sequence<Long> T_TRIGGERS_ID_GENERATED_SEQ
The sequence public.t_triggers_id_generated_seq



Copyright © 2012. All Rights Reserved.