java.lang.Object
org.jooq.impl.SchemaImpl
xyz.raylab.systemcommon.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.
另请参阅:
  • 字段详细资料

    • DEFAULT_SCHEMA

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

      public final RDictionary R_DICTIONARY
      字典
    • R_DICTIONARY_ITEM

      public final RDictionaryItem R_DICTIONARY_ITEM
      字典项
    • R_SYSTEM_MENU

      public final RSystemMenu R_SYSTEM_MENU
      系统菜单
  • 方法详细资料

    • 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)