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 Details

    • DB_ETERNAL

      public static final Db DB_ETERNAL
      The reference instance of DB_ETERNAL
    • E_ASSET

      public final EAsset E_ASSET
      The table DB_ETERNAL.E_ASSET.
    • E_BRAND

      public final EBrand E_BRAND
      The table DB_ETERNAL.E_BRAND.
    • E_COMPANY

      public final ECompany E_COMPANY
      The table DB_ETERNAL.E_COMPANY.
    • E_CONTRACT

      public final EContract E_CONTRACT
      The table DB_ETERNAL.E_CONTRACT.
    • E_CUSTOMER

      public final ECustomer E_CUSTOMER
      The table DB_ETERNAL.E_CUSTOMER.
    • E_DEPT

      public final EDept E_DEPT
      The table DB_ETERNAL.E_DEPT.
    • E_EMPLOYEE

      public final EEmployee E_EMPLOYEE
      The table DB_ETERNAL.E_EMPLOYEE.
    • E_IDENTITY

      public final EIdentity E_IDENTITY
      The table DB_ETERNAL.E_IDENTITY.
    • E_PROJECT

      public final EProject E_PROJECT
      The table DB_ETERNAL.E_PROJECT.
    • E_TEAM

      public final ETeam E_TEAM
      The table DB_ETERNAL.E_TEAM.
    • R_ASSET_SHARE

      public final RAssetShare R_ASSET_SHARE
      The table DB_ETERNAL.R_ASSET_SHARE.
    • R_COMPANY_CUSTOMER

      public final RCompanyCustomer R_COMPANY_CUSTOMER
      The table DB_ETERNAL.R_COMPANY_CUSTOMER.
    • R_TEAM_EMPLOYEE

      public final RTeamEmployee R_TEAM_EMPLOYEE
      The table DB_ETERNAL.R_TEAM_EMPLOYEE.
    • T_OA_ASSIGNMENT

      public final TOaAssignment T_OA_ASSIGNMENT
      The table DB_ETERNAL.T_OA_ASSIGNMENT.
    • T_OA_TRAINING

      public final TOaTraining T_OA_TRAINING
      The table DB_ETERNAL.T_OA_TRAINING.
    • T_OA_TRIP

      public final TOaTrip T_OA_TRIP
      The table DB_ETERNAL.T_OA_TRIP.
    • T_OA_VACATION

      public final TOaVacation T_OA_VACATION
      The table DB_ETERNAL.T_OA_VACATION.
    • T_VENDOR_ASSESSMENT

      public final TVendorAssessment T_VENDOR_ASSESSMENT
      The table DB_ETERNAL.T_VENDOR_ASSESSMENT.
    • T_VENDOR_CHECK_IN

      public final TVendorCheckIn T_VENDOR_CHECK_IN
      The table DB_ETERNAL.T_VENDOR_CHECK_IN.
    • T_VENDOR_CHECK_OUT

      public final TVendorCheckOut T_VENDOR_CHECK_OUT
      The table DB_ETERNAL.T_VENDOR_CHECK_OUT.
    • T_VENDOR_HOUR

      public final TVendorHour T_VENDOR_HOUR
      The table DB_ETERNAL.T_VENDOR_HOUR.
  • Method Details

    • getCatalog

      public org.jooq.Catalog getCatalog()
      Specified by:
      getCatalog in interface org.jooq.Schema
      Overrides:
      getCatalog in class org.jooq.impl.SchemaImpl
    • getTables

      public final List<org.jooq.Table<?>> getTables()
      Specified by:
      getTables in interface org.jooq.Schema
      Overrides:
      getTables in class org.jooq.impl.SchemaImpl
    • getName

      public final String getName()
      Specified by:
      getName in interface org.jooq.Named
    • getQualifiedName

      public org.jooq.Name getQualifiedName()
      Specified by:
      getQualifiedName in interface org.jooq.Named
    • getUnqualifiedName

      public final org.jooq.Name getUnqualifiedName()
      Specified by:
      getUnqualifiedName in interface org.jooq.Named
    • getComment

      public final String getComment()
      Specified by:
      getComment in interface org.jooq.Named
    • getCommentPart

      public final org.jooq.Comment getCommentPart()
      Specified by:
      getCommentPart in interface org.jooq.Named
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.jooq.QueryPart
    • $name

      public final org.jooq.Name $name()
      Specified by:
      $name in interface org.jooq.Named
    • rendersContent

      public boolean rendersContent(org.jooq.Context<?> arg0)
      Specified by:
      rendersContent in interface org.jooq.QueryPartInternal
    • declaresFields

      public boolean declaresFields()
      Specified by:
      declaresFields in interface org.jooq.QueryPartInternal
    • declaresTables

      public boolean declaresTables()
      Specified by:
      declaresTables in interface org.jooq.QueryPartInternal
    • declaresWindows

      public boolean declaresWindows()
      Specified by:
      declaresWindows in interface org.jooq.QueryPartInternal
    • declaresCTE

      public boolean declaresCTE()
      Specified by:
      declaresCTE in interface org.jooq.QueryPartInternal
    • generatesCast

      public boolean generatesCast()
      Specified by:
      generatesCast in interface org.jooq.QueryPartInternal
    • toString

      public String toString()
      Specified by:
      toString in interface org.jooq.QueryPart
      Overrides:
      toString in class Object
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      Deprecated.
    • create

      @Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
      Deprecated.
    • create

      @Deprecated protected final org.jooq.DSLContext create(org.jooq.Context<?> arg0)
      Deprecated.
    • translate

      protected final org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)