/** * This class is generated by jOOQ */ package org.jooq.groovy.example.h2; /** * This class is generated by jOOQ. * * Convenience access to all tables 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 Tables { /** * The table PUBLIC.T_AUTHOR */ public static final org.jooq.groovy.example.h2.tables.TAuthor T_AUTHOR = org.jooq.groovy.example.h2.tables.TAuthor.T_AUTHOR; /** * The table PUBLIC.T_BOOK */ public static final org.jooq.groovy.example.h2.tables.TBook T_BOOK = org.jooq.groovy.example.h2.tables.TBook.T_BOOK; }