/** * This class is generated by jOOQ */ package org.jooq.groovy.example.h2; /** * This class is generated by jOOQ. * * Convenience access to all sequences in PUBLIC */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.2.1" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Sequences { /** * The sequence <code>PUBLIC.S_AUTHOR_ID</code> */ public static final org.jooq.Sequence<java.lang.Long> S_AUTHOR_ID = new org.jooq.impl.SequenceImpl<java.lang.Long>("S_AUTHOR_ID", org.jooq.groovy.example.h2.Public.PUBLIC, org.jooq.impl.SQLDataType.BIGINT); }