@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 |
MAttribute |
M_ATTRIBUTE
The table
DB_ETERNAL.M_ATTRIBUTE. |
MEntity |
M_ENTITY
The table
DB_ETERNAL.M_ENTITY. |
MField |
M_FIELD
The table
DB_ETERNAL.M_FIELD. |
MIndex |
M_INDEX
The table
DB_ETERNAL.M_INDEX. |
MJoin |
M_JOIN
The table
DB_ETERNAL.M_JOIN. |
MKey |
M_KEY
The table
DB_ETERNAL.M_KEY. |
MModel |
M_MODEL
The table
DB_ETERNAL.M_MODEL. |
MRelation |
M_RELATION
The table
DB_ETERNAL.M_RELATION. |
| 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 MAttribute M_ATTRIBUTE
The table DB_ETERNAL.M_ATTRIBUTE.
public final MEntity M_ENTITY
The table DB_ETERNAL.M_ENTITY.
public final MField M_FIELD
The table DB_ETERNAL.M_FIELD.
public final MIndex M_INDEX
The table DB_ETERNAL.M_INDEX.
public final MJoin M_JOIN
The table DB_ETERNAL.M_JOIN.
public final MKey M_KEY
The table DB_ETERNAL.M_KEY.
public final MModel M_MODEL
The table DB_ETERNAL.M_MODEL.
public final MRelation M_RELATION
The table DB_ETERNAL.M_RELATION.
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 © 2020. All rights reserved.