@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
This class is generated by jOOQ.
| 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. |
SPacket |
S_PACKET
The table
DB_ETERNAL.S_PACKET. |
SPath |
S_PATH
The table
DB_ETERNAL.S_PATH. |
SPermSet |
S_PERM_SET
The table
DB_ETERNAL.S_PERM_SET. |
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. |
SVisitant |
S_VISITANT
The table
DB_ETERNAL.S_VISITANT. |
| 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
The reference instance of DB_ETERNAL
public final OAccessToken O_ACCESS_TOKEN
The table DB_ETERNAL.O_ACCESS_TOKEN.
public final OUser O_USER
The table DB_ETERNAL.O_USER.
public final RGroupRole R_GROUP_ROLE
The table DB_ETERNAL.R_GROUP_ROLE.
public final RRolePerm R_ROLE_PERM
The table DB_ETERNAL.R_ROLE_PERM.
public final RUserGroup R_USER_GROUP
The table DB_ETERNAL.R_USER_GROUP.
public final RUserRole R_USER_ROLE
The table DB_ETERNAL.R_USER_ROLE.
public final SAction S_ACTION
The table DB_ETERNAL.S_ACTION.
public final SGroup S_GROUP
The table DB_ETERNAL.S_GROUP.
public final SPacket S_PACKET
The table DB_ETERNAL.S_PACKET.
public final SPath S_PATH
The table DB_ETERNAL.S_PATH.
public final SPermission S_PERMISSION
The table DB_ETERNAL.S_PERMISSION.
public final SPermSet S_PERM_SET
The table DB_ETERNAL.S_PERM_SET.
public final SResource S_RESOURCE
The table DB_ETERNAL.S_RESOURCE.
public final SRole S_ROLE
The table DB_ETERNAL.S_ROLE.
public final SUser S_USER
The table DB_ETERNAL.S_USER.
public final SView S_VIEW
The table DB_ETERNAL.S_VIEW.
public final SVisitant S_VISITANT
The table DB_ETERNAL.S_VISITANT.
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 © 2021. All rights reserved.