@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 |
UiColumn |
UI_COLUMN
The table
DB_ETERNAL.UI_COLUMN. |
UiControl |
UI_CONTROL
The table
DB_ETERNAL.UI_CONTROL. |
UiField |
UI_FIELD
The table
DB_ETERNAL.UI_FIELD. |
UiForm |
UI_FORM
The table
DB_ETERNAL.UI_FORM. |
UiLayout |
UI_LAYOUT
The table
DB_ETERNAL.UI_LAYOUT. |
UiList |
UI_LIST
The table
DB_ETERNAL.UI_LIST. |
UiOp |
UI_OP
The table
DB_ETERNAL.UI_OP. |
UiPage |
UI_PAGE
The table
DB_ETERNAL.UI_PAGE. |
VFragment |
V_FRAGMENT
The table
DB_ETERNAL.V_FRAGMENT. |
VQuery |
V_QUERY
The table
DB_ETERNAL.V_QUERY. |
VSearch |
V_SEARCH
The table
DB_ETERNAL.V_SEARCH. |
VTable |
V_TABLE
The table
DB_ETERNAL.V_TABLE. |
| 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 UiColumn UI_COLUMN
The table DB_ETERNAL.UI_COLUMN.
public final UiControl UI_CONTROL
The table DB_ETERNAL.UI_CONTROL.
public final UiField UI_FIELD
The table DB_ETERNAL.UI_FIELD.
public final UiForm UI_FORM
The table DB_ETERNAL.UI_FORM.
public final UiLayout UI_LAYOUT
The table DB_ETERNAL.UI_LAYOUT.
public final UiList UI_LIST
The table DB_ETERNAL.UI_LIST.
public final UiOp UI_OP
The table DB_ETERNAL.UI_OP.
public final UiPage UI_PAGE
The table DB_ETERNAL.UI_PAGE.
public final VFragment V_FRAGMENT
The table DB_ETERNAL.V_FRAGMENT.
public final VQuery V_QUERY
The table DB_ETERNAL.V_QUERY.
public final VSearch V_SEARCH
The table DB_ETERNAL.V_SEARCH.
public final VTable V_TABLE
The table DB_ETERNAL.V_TABLE.
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.