@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public class Db extends org.jooq.impl.SchemaImpl
| Modifier and Type | Field and Description |
|---|---|
static Db |
DB_ETERNAL
The reference instance of
DB_ETERNAL |
OAccessToken |
O_ACCESS_TOKEN
The table
DB_ETERNAL.O_ACCESS_TOKEN. |
OUser |
O_USER
The table
DB_ETERNAL.O_USER. |
RGroupRole |
R_GROUP_ROLE
The table
DB_ETERNAL.R_GROUP_ROLE. |
RRolePerm |
R_ROLE_PERM
The table
DB_ETERNAL.R_ROLE_PERM. |
RUserGroup |
R_USER_GROUP
The table
DB_ETERNAL.R_USER_GROUP. |
RUserRole |
R_USER_ROLE
The table
DB_ETERNAL.R_USER_ROLE. |
SAction |
S_ACTION
The table
DB_ETERNAL.S_ACTION. |
SGroup |
S_GROUP
The table
DB_ETERNAL.S_GROUP. |
SPermission |
S_PERMISSION
The table
DB_ETERNAL.S_PERMISSION. |
SResource |
S_RESOURCE
The table
DB_ETERNAL.S_RESOURCE. |
SRole |
S_ROLE
The table
DB_ETERNAL.S_ROLE. |
SUser |
S_USER
The table
DB_ETERNAL.S_USER. |
SView |
S_VIEW
The table
DB_ETERNAL.S_VIEW. |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(org.jooq.BindContext arg0)
Deprecated.
|
protected org.jooq.DSLContext |
create() |
protected org.jooq.DSLContext |
create(org.jooq.Configuration arg0) |
protected org.jooq.DSLContext |
create(org.jooq.Context<?> arg0) |
org.jooq.Catalog |
getCatalog() |
List<org.jooq.Table<?>> |
getTables() |
void |
toSQL(org.jooq.RenderContext arg0)
Deprecated.
|
protected org.jooq.exception.DataAccessException |
translate(String arg0,
SQLException arg1) |
public static final Db DB_ETERNAL
DB_ETERNALpublic final OAccessToken O_ACCESS_TOKEN
DB_ETERNAL.O_ACCESS_TOKEN.public final OUser O_USER
DB_ETERNAL.O_USER.public final RGroupRole R_GROUP_ROLE
DB_ETERNAL.R_GROUP_ROLE.public final RRolePerm R_ROLE_PERM
DB_ETERNAL.R_ROLE_PERM.public final RUserGroup R_USER_GROUP
DB_ETERNAL.R_USER_GROUP.public final RUserRole R_USER_ROLE
DB_ETERNAL.R_USER_ROLE.public final SAction S_ACTION
DB_ETERNAL.S_ACTION.public final SGroup S_GROUP
DB_ETERNAL.S_GROUP.public final SPermission S_PERMISSION
DB_ETERNAL.S_PERMISSION.public final SResource S_RESOURCE
DB_ETERNAL.S_RESOURCE.public final SRole S_ROLE
DB_ETERNAL.S_ROLE.public final SUser S_USER
DB_ETERNAL.S_USER.public final SView S_VIEW
DB_ETERNAL.S_VIEW.public org.jooq.Catalog getCatalog()
getCatalog in interface org.jooq.SchemagetCatalog in class org.jooq.impl.SchemaImplpublic final List<org.jooq.Table<?>> getTables()
getTables in interface org.jooq.SchemagetTables in class org.jooq.impl.SchemaImpl@Deprecated public final void toSQL(org.jooq.RenderContext arg0)
toSQL in interface org.jooq.QueryPartInternal@Deprecated public final void bind(org.jooq.BindContext arg0) throws org.jooq.exception.DataAccessException
bind in interface org.jooq.QueryPartInternalorg.jooq.exception.DataAccessExceptionprotected final org.jooq.DSLContext create()
protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2019. All rights reserved.