@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 |
EBrand |
E_BRAND
The table
DB_ETERNAL.E_BRAND. |
ECompany |
E_COMPANY
The table
DB_ETERNAL.E_COMPANY. |
EContract |
E_CONTRACT
The table
DB_ETERNAL.E_CONTRACT. |
ECustomer |
E_CUSTOMER
The table
DB_ETERNAL.E_CUSTOMER. |
EDept |
E_DEPT
The table
DB_ETERNAL.E_DEPT. |
EEmployee |
E_EMPLOYEE
The table
DB_ETERNAL.E_EMPLOYEE. |
EIdentity |
E_IDENTITY
The table
DB_ETERNAL.E_IDENTITY. |
ETeam |
E_TEAM
The table
DB_ETERNAL.E_TEAM. |
RCompanyCustomer |
R_COMPANY_CUSTOMER
The table
DB_ETERNAL.R_COMPANY_CUSTOMER. |
RTeamEmployee |
R_TEAM_EMPLOYEE
The table
DB_ETERNAL.R_TEAM_EMPLOYEE. |
| 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 EBrand E_BRAND
The table DB_ETERNAL.E_BRAND.
public final ECompany E_COMPANY
The table DB_ETERNAL.E_COMPANY.
public final EContract E_CONTRACT
The table DB_ETERNAL.E_CONTRACT.
public final ECustomer E_CUSTOMER
The table DB_ETERNAL.E_CUSTOMER.
public final EDept E_DEPT
The table DB_ETERNAL.E_DEPT.
public final EEmployee E_EMPLOYEE
The table DB_ETERNAL.E_EMPLOYEE.
public final EIdentity E_IDENTITY
The table DB_ETERNAL.E_IDENTITY.
public final ETeam E_TEAM
The table DB_ETERNAL.E_TEAM.
public final RCompanyCustomer R_COMPANY_CUSTOMER
The table DB_ETERNAL.R_COMPANY_CUSTOMER.
public final RTeamEmployee R_TEAM_EMPLOYEE
The table DB_ETERNAL.R_TEAM_EMPLOYEE.
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.