Package cn.vertxup.erp.domain
Class Db
java.lang.Object
org.jooq.impl.SchemaImpl
cn.vertxup.erp.domain.Db
- All Implemented Interfaces:
Serializable,org.jooq.Named,org.jooq.QueryPart,org.jooq.QueryPartInternal,org.jooq.Schema
public class Db
extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DbThe reference instance ofDB_ETERNALfinal EAssetThe tableDB_ETERNAL.E_ASSET.final EBrandThe tableDB_ETERNAL.E_BRAND.final ECompanyThe tableDB_ETERNAL.E_COMPANY.final EContractThe tableDB_ETERNAL.E_CONTRACT.final ECustomerThe tableDB_ETERNAL.E_CUSTOMER.final EDeptThe tableDB_ETERNAL.E_DEPT.final EEmployeeThe tableDB_ETERNAL.E_EMPLOYEE.final EIdentityThe tableDB_ETERNAL.E_IDENTITY.final EProjectThe tableDB_ETERNAL.E_PROJECT.final ETeamThe tableDB_ETERNAL.E_TEAM.final RAssetShareThe tableDB_ETERNAL.R_ASSET_SHARE.final RCompanyCustomerThe tableDB_ETERNAL.R_COMPANY_CUSTOMER.final RTeamEmployeeThe tableDB_ETERNAL.R_TEAM_EMPLOYEE.final TOaAssignmentThe tableDB_ETERNAL.T_OA_ASSIGNMENT.final TOaTrainingThe tableDB_ETERNAL.T_OA_TRAINING.final TOaTripThe tableDB_ETERNAL.T_OA_TRIP.final TOaVacationThe tableDB_ETERNAL.T_OA_VACATION.final TVendorAssessmentThe tableDB_ETERNAL.T_VENDOR_ASSESSMENT.final TVendorCheckInThe tableDB_ETERNAL.T_VENDOR_CHECK_IN.final TVendorCheckOutThe tableDB_ETERNAL.T_VENDOR_CHECK_OUT.final TVendorHourThe tableDB_ETERNAL.T_VENDOR_HOUR. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.jooq.Name$name()protected final org.jooq.DSLContextcreate()Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Configuration arg0) Deprecated.protected final org.jooq.DSLContextcreate(org.jooq.Context<?> arg0) Deprecated.booleanbooleanbooleanbooleanbooleanorg.jooq.Catalogfinal Stringfinal org.jooq.Commentfinal StringgetName()org.jooq.Namefinal List<org.jooq.Table<?>>final org.jooq.NameinthashCode()booleanrendersContent(org.jooq.Context<?> arg0) toString()protected final org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1) Methods inherited from class org.jooq.impl.SchemaImpl
accept, clauses, domainStream, equals, foreignKeyStream, getDomain, getDomain, getDomains, getForeignKeys, getForeignKeys, getForeignKeys, getIndexes, getIndexes, getIndexes, getPrimaryKeys, getPrimaryKeys, getPrimaryKeys, getSequence, getSequence, getSequences, getTable, getTable, getUDT, getUDT, getUDTs, getUniqueKeys, getUniqueKeys, getUniqueKeys, indexStream, primaryKeyStream, sequenceStream, tableStream, udtStream, uniqueKeyStreamMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jooq.Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface org.jooq.QueryPart
hashCode, toStringMethods inherited from interface org.jooq.QueryPartInternal
declaresCTE, declaresFields, declaresTables, declaresWindows, generatesCast, rendersContent
-
Field Details
-
DB_ETERNAL
The reference instance ofDB_ETERNAL -
E_ASSET
The tableDB_ETERNAL.E_ASSET. -
E_BRAND
The tableDB_ETERNAL.E_BRAND. -
E_COMPANY
The tableDB_ETERNAL.E_COMPANY. -
E_CONTRACT
The tableDB_ETERNAL.E_CONTRACT. -
E_CUSTOMER
The tableDB_ETERNAL.E_CUSTOMER. -
E_DEPT
The tableDB_ETERNAL.E_DEPT. -
E_EMPLOYEE
The tableDB_ETERNAL.E_EMPLOYEE. -
E_IDENTITY
The tableDB_ETERNAL.E_IDENTITY. -
E_PROJECT
The tableDB_ETERNAL.E_PROJECT. -
E_TEAM
The tableDB_ETERNAL.E_TEAM. -
R_ASSET_SHARE
The tableDB_ETERNAL.R_ASSET_SHARE. -
R_COMPANY_CUSTOMER
The tableDB_ETERNAL.R_COMPANY_CUSTOMER. -
R_TEAM_EMPLOYEE
The tableDB_ETERNAL.R_TEAM_EMPLOYEE. -
T_OA_ASSIGNMENT
The tableDB_ETERNAL.T_OA_ASSIGNMENT. -
T_OA_TRAINING
The tableDB_ETERNAL.T_OA_TRAINING. -
T_OA_TRIP
The tableDB_ETERNAL.T_OA_TRIP. -
T_OA_VACATION
The tableDB_ETERNAL.T_OA_VACATION. -
T_VENDOR_ASSESSMENT
The tableDB_ETERNAL.T_VENDOR_ASSESSMENT. -
T_VENDOR_CHECK_IN
The tableDB_ETERNAL.T_VENDOR_CHECK_IN. -
T_VENDOR_CHECK_OUT
The tableDB_ETERNAL.T_VENDOR_CHECK_OUT. -
T_VENDOR_HOUR
The tableDB_ETERNAL.T_VENDOR_HOUR.
-
-
Method Details
-
getCatalog
public org.jooq.Catalog getCatalog()- Specified by:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
getName
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
- Specified by:
getCommentin interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()- Specified by:
getCommentPartin interfaceorg.jooq.Named
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()- Specified by:
$namein interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0) - Specified by:
rendersContentin interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()- Specified by:
declaresTablesin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
translate
-