keywhiz.jooq.Tables Maven / Gradle / Ivy
/**
* This class is generated by jOOQ
*/
package keywhiz.jooq;
import javax.annotation.Generated;
import keywhiz.jooq.tables.Accessgrants;
import keywhiz.jooq.tables.Clients;
import keywhiz.jooq.tables.Groups;
import keywhiz.jooq.tables.Memberships;
import keywhiz.jooq.tables.SchemaVersion;
import keywhiz.jooq.tables.Secrets;
import keywhiz.jooq.tables.SecretsContent;
import keywhiz.jooq.tables.Users;
/**
* Convenience access to all tables in public
*/
@Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.6.2"
},
comments = "This class is generated by jOOQ"
)
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class Tables {
/**
* The table public.accessgrants
*/
public static final Accessgrants ACCESSGRANTS = keywhiz.jooq.tables.Accessgrants.ACCESSGRANTS;
/**
* The table public.clients
*/
public static final Clients CLIENTS = keywhiz.jooq.tables.Clients.CLIENTS;
/**
* The table public.groups
*/
public static final Groups GROUPS = keywhiz.jooq.tables.Groups.GROUPS;
/**
* The table public.memberships
*/
public static final Memberships MEMBERSHIPS = keywhiz.jooq.tables.Memberships.MEMBERSHIPS;
/**
* The table public.schema_version
*/
public static final SchemaVersion SCHEMA_VERSION = keywhiz.jooq.tables.SchemaVersion.SCHEMA_VERSION;
/**
* The table public.secrets
*/
public static final Secrets SECRETS = keywhiz.jooq.tables.Secrets.SECRETS;
/**
* The table public.secrets_content
*/
public static final SecretsContent SECRETS_CONTENT = keywhiz.jooq.tables.SecretsContent.SECRETS_CONTENT;
/**
* The table public.users
*/
public static final Users USERS = keywhiz.jooq.tables.Users.USERS;
}