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

org.jooq.scala.example.h2.Tables Maven / Gradle / Ivy

/**
 * This class is generated by jOOQ
 */
package org.jooq.scala.example.h2;

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

	/**
	 * The table PUBLIC.T_AUTHOR
	 */
	public static final org.jooq.scala.example.h2.tables.TAuthor T_AUTHOR = org.jooq.scala.example.h2.tables.TAuthor.T_AUTHOR;

	/**
	 * The table PUBLIC.T_BOOK
	 */
	public static final org.jooq.scala.example.h2.tables.TBook T_BOOK = org.jooq.scala.example.h2.tables.TBook.T_BOOK;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy