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

org.jooq.util.mysql.mysql.Mysql Maven / Gradle / Ivy

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

/**
 * This class is generated by jOOQ.
 */
@javax.annotation.Generated(value    = "http://jooq.sourceforge.net",
                            comments = "This class is generated by jOOQ")
public class Mysql extends org.jooq.impl.SchemaImpl {

	private static final long serialVersionUID = -1349493513;

	/**
	 * The singleton instance of mysql
	 */
	public static final Mysql MYSQL = new Mysql();

	/**
	 * No further instances allowed
	 */
	private Mysql() {
		super("mysql");
	}

	@Override
	public final java.util.List> getTables() {
		return java.util.Arrays.>asList(
			org.jooq.util.mysql.mysql.tables.Proc.PROC,
			org.jooq.util.mysql.mysql.tables.ProcsPriv.PROCS_PRIV);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy