/** * This class is generated by jOOQ */ package jfxapp; import javax.annotation.Generated; import jfxapp.tables.Udaje; /** * Convenience access to all tables in public */ @Generated( value = { "http://www.jooq.org", "jOOQ version:3.7.1" }, comments = "This class is generated by jOOQ" ) @SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Tables { /** * The table public.udaje */ public static final Udaje UDAJE = Udaje.UDAJE; }