/** * This class is generated by jOOQ */ package org.jooq.example.gradle.db.public_; /** * This class is generated by jOOQ. */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.5.0" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Public extends org.jooq.impl.SchemaImpl { private static final long serialVersionUID = 1169661822; /** * The singleton instance of <code>PUBLIC</code> */ public static final Public PUBLIC = new Public(); /** * No further instances allowed */ private Public() { super("PUBLIC"); } }