Class Db

java.lang.Object
org.jooq.impl.SchemaImpl
cn.vertxup.ambient.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

    Fields
    Modifier and Type
    Field
    Description
    static final Db
    The reference instance of DB_ETERNAL
    final XActivity
    The table DB_ETERNAL.X_ACTIVITY.
    The table DB_ETERNAL.X_ACTIVITY_CHANGE.
    The table DB_ETERNAL.X_ACTIVITY_RULE.
    final XApp
    The table DB_ETERNAL.X_APP.
    The table DB_ETERNAL.X_ATTACHMENT.
    final XCategory
    The table DB_ETERNAL.X_CATEGORY.
    final XLinkage
    The table DB_ETERNAL.X_LINKAGE.
    final XLog
    The table DB_ETERNAL.X_LOG.
    final XMenu
    The table DB_ETERNAL.X_MENU.
    final XModule
    The table DB_ETERNAL.X_MODULE.
    final XNotice
    The table DB_ETERNAL.X_NOTICE.
    final XNumber
    The table DB_ETERNAL.X_NUMBER.
    final XSource
    The table DB_ETERNAL.X_SOURCE.
    final XTabular
    The table DB_ETERNAL.X_TABULAR.
    final XTag
    The table DB_ETERNAL.X_TAG.
  • Method Summary

    Modifier and Type
    Method
    Description
    final org.jooq.Name
     
    protected final org.jooq.DSLContext
    Deprecated.
    protected final org.jooq.DSLContext
    create(org.jooq.Configuration arg0)
    Deprecated.
    protected final org.jooq.DSLContext
    create(org.jooq.Context<?> arg0)
    Deprecated.
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    org.jooq.Catalog
     
    final String
     
    final org.jooq.Comment
     
    final String
     
    org.jooq.Name
     
    final List<org.jooq.Table<?>>
     
    final org.jooq.Name
     
    int
     
    boolean
    rendersContent(org.jooq.Context<?> arg0)
     
     
    protected final org.jooq.exception.DataAccessException
     

    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, uniqueKeyStream

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jooq.Named

    $name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName

    Methods inherited from interface org.jooq.QueryPart

    hashCode, toString

    Methods inherited from interface org.jooq.QueryPartInternal

    declaresCTE, declaresFields, declaresTables, declaresWindows, generatesCast, rendersContent
  • Field Details

    • DB_ETERNAL

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

      public final XActivity X_ACTIVITY
      The table DB_ETERNAL.X_ACTIVITY.
    • X_ACTIVITY_CHANGE

      public final XActivityChange X_ACTIVITY_CHANGE
      The table DB_ETERNAL.X_ACTIVITY_CHANGE.
    • X_ACTIVITY_RULE

      public final XActivityRule X_ACTIVITY_RULE
      The table DB_ETERNAL.X_ACTIVITY_RULE.
    • X_APP

      public final XApp X_APP
      The table DB_ETERNAL.X_APP.
    • X_ATTACHMENT

      public final XAttachment X_ATTACHMENT
      The table DB_ETERNAL.X_ATTACHMENT.
    • X_CATEGORY

      public final XCategory X_CATEGORY
      The table DB_ETERNAL.X_CATEGORY.
    • X_LINKAGE

      public final XLinkage X_LINKAGE
      The table DB_ETERNAL.X_LINKAGE.
    • X_LOG

      public final XLog X_LOG
      The table DB_ETERNAL.X_LOG.
    • X_MENU

      public final XMenu X_MENU
      The table DB_ETERNAL.X_MENU.
    • X_MODULE

      public final XModule X_MODULE
      The table DB_ETERNAL.X_MODULE.
    • X_NOTICE

      public final XNotice X_NOTICE
      The table DB_ETERNAL.X_NOTICE.
    • X_NUMBER

      public final XNumber X_NUMBER
      The table DB_ETERNAL.X_NUMBER.
    • X_SOURCE

      public final XSource X_SOURCE
      The table DB_ETERNAL.X_SOURCE.
    • X_TABULAR

      public final XTabular X_TABULAR
      The table DB_ETERNAL.X_TABULAR.
    • X_TAG

      public final XTag X_TAG
      The table DB_ETERNAL.X_TAG.
  • 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)