All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.ght1pc9kc.testy.dsl.public_.Tables Maven / Gradle / Ivy

The newest version!
/*
 * This file is generated by jOOQ.
 */
package fr.ght1pc9kc.testy.dsl.public_;


import fr.ght1pc9kc.testy.dsl.public_.tables.Jedi;
import fr.ght1pc9kc.testy.dsl.public_.tables.LightSaber;

import javax.annotation.processing.Generated;


/**
 * Convenience access to all tables in PUBLIC.
 */
@Generated(
    value = {
        "https://www.jooq.org",
        "jOOQ version:3.18.7"
    },
    comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * The table PUBLIC.JEDI.
     */
    public static final Jedi JEDI = Jedi.JEDI;

    /**
     * The table PUBLIC.LIGHT_SABER.
     */
    public static final LightSaber LIGHT_SABER = LightSaber.LIGHT_SABER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy