![JAR search and dependency download from the Maven repository](/logo.png)
net.redpipe.example.wiki.keycloakJooq.jooq.Tables Maven / Gradle / Ivy
/*
* This file is generated by jOOQ.
*/
package net.redpipe.example.wiki.keycloakJooq.jooq;
import javax.annotation.Generated;
import net.redpipe.example.wiki.keycloakJooq.jooq.tables.Pages;
/**
* Convenience access to all tables in public
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.9.2"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table public.pages
.
*/
public static final Pages PAGES = net.redpipe.example.wiki.keycloakJooq.jooq.tables.Pages.PAGES;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy