java.lang.Object
org.jooq.impl.SchemaImpl
xyz.raylab.organization.infrastructure.persistent.DefaultSchema
所有已实现的接口:
Serializable, org.jooq.Named, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.Schema

public class DefaultSchema extends org.jooq.impl.SchemaImpl
This class is generated by jOOQ.
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final DefaultSchema
    The reference instance of DEFAULT_SCHEMA
    部门
  • 方法概要

    修饰符和类型
    方法
    说明
    final org.jooq.Name
     
    protected final org.jooq.DSLContext
    已过时。
    protected final org.jooq.DSLContext
    create(org.jooq.Configuration arg0)
    已过时。
    protected final org.jooq.DSLContext
    create(org.jooq.Context<?> arg0)
    已过时。
    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
     

    从类继承的方法 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

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 org.jooq.Named

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

    从接口继承的方法 org.jooq.QueryPart

    hashCode, toString
  • 字段详细资料

    • DEFAULT_SCHEMA

      public static final DefaultSchema DEFAULT_SCHEMA
      The reference instance of DEFAULT_SCHEMA
    • R_DEPARTMENT

      public final RDepartment R_DEPARTMENT
      部门
  • 方法详细资料

    • getCatalog

      public org.jooq.Catalog getCatalog()
      指定者:
      getCatalog 在接口中 org.jooq.Schema
      覆盖:
      getCatalog 在类中 org.jooq.impl.SchemaImpl
    • getTables

      public final List<org.jooq.Table<?>> getTables()
      指定者:
      getTables 在接口中 org.jooq.Schema
      覆盖:
      getTables 在类中 org.jooq.impl.SchemaImpl
    • getName

      public final String getName()
      指定者:
      getName 在接口中 org.jooq.Named
    • getQualifiedName

      public org.jooq.Name getQualifiedName()
      指定者:
      getQualifiedName 在接口中 org.jooq.Named
    • getUnqualifiedName

      public final org.jooq.Name getUnqualifiedName()
      指定者:
      getUnqualifiedName 在接口中 org.jooq.Named
    • getComment

      public final String getComment()
      指定者:
      getComment 在接口中 org.jooq.Named
    • getCommentPart

      public final org.jooq.Comment getCommentPart()
      指定者:
      getCommentPart 在接口中 org.jooq.Named
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 org.jooq.QueryPart
    • $name

      public final org.jooq.Name $name()
      指定者:
      $name 在接口中 org.jooq.Named
    • rendersContent

      public boolean rendersContent(org.jooq.Context<?> arg0)
      指定者:
      rendersContent 在接口中 org.jooq.QueryPartInternal
    • declaresFields

      public boolean declaresFields()
      指定者:
      declaresFields 在接口中 org.jooq.QueryPartInternal
    • declaresTables

      public boolean declaresTables()
      指定者:
      declaresTables 在接口中 org.jooq.QueryPartInternal
    • declaresWindows

      public boolean declaresWindows()
      指定者:
      declaresWindows 在接口中 org.jooq.QueryPartInternal
    • declaresCTE

      public boolean declaresCTE()
      指定者:
      declaresCTE 在接口中 org.jooq.QueryPartInternal
    • generatesCast

      public boolean generatesCast()
      指定者:
      generatesCast 在接口中 org.jooq.QueryPartInternal
    • toString

      public String toString()
      指定者:
      toString 在接口中 org.jooq.QueryPart
      覆盖:
      toString 在类中 Object
    • create

      @Deprecated protected final org.jooq.DSLContext create()
      已过时。
    • create

      @Deprecated protected final org.jooq.DSLContext create(org.jooq.Configuration arg0)
      已过时。
    • create

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

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