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

org.jooq.meta.mysql.mysql.Tables Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version
/**
 * This class is generated by jOOQ
 */
package org.jooq.meta.mysql.mysql;


import org.jooq.meta.mysql.mysql.tables.Proc;
import org.jooq.meta.mysql.mysql.tables.ProcsPriv;


/**
 * Convenience access to all tables in mysql
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {

    /**
     * Stored Procedures
     */
    public static final Proc PROC = org.jooq.meta.mysql.mysql.tables.Proc.PROC;

    /**
     * Procedure privileges
     */
    public static final ProcsPriv PROCS_PRIV = org.jooq.meta.mysql.mysql.tables.ProcsPriv.PROCS_PRIV;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy