Class Db

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

      public final OAccessToken O_ACCESS_TOKEN
      The table DB_ETERNAL.O_ACCESS_TOKEN.
    • O_USER

      public final OUser O_USER
      The table DB_ETERNAL.O_USER.
    • R_GROUP_ROLE

      public final RGroupRole R_GROUP_ROLE
      The table DB_ETERNAL.R_GROUP_ROLE.
    • R_ROLE_PERM

      public final RRolePerm R_ROLE_PERM
      The table DB_ETERNAL.R_ROLE_PERM.
    • R_USER_GROUP

      public final RUserGroup R_USER_GROUP
      The table DB_ETERNAL.R_USER_GROUP.
    • R_USER_ROLE

      public final RUserRole R_USER_ROLE
      The table DB_ETERNAL.R_USER_ROLE.
    • S_ACTION

      public final SAction S_ACTION
      The table DB_ETERNAL.S_ACTION.
    • S_GROUP

      public final SGroup S_GROUP
      The table DB_ETERNAL.S_GROUP.
    • S_PACKET

      public final SPacket S_PACKET
      The table DB_ETERNAL.S_PACKET.
    • S_PATH

      public final SPath S_PATH
      The table DB_ETERNAL.S_PATH.
    • S_PERM_SET

      public final SPermSet S_PERM_SET
      The table DB_ETERNAL.S_PERM_SET.
    • S_PERMISSION

      public final SPermission S_PERMISSION
      The table DB_ETERNAL.S_PERMISSION.
    • S_RESOURCE

      public final SResource S_RESOURCE
      The table DB_ETERNAL.S_RESOURCE.
    • S_ROLE

      public final SRole S_ROLE
      The table DB_ETERNAL.S_ROLE.
    • S_USER

      public final SUser S_USER
      The table DB_ETERNAL.S_USER.
    • S_VIEW

      public final SView S_VIEW
      The table DB_ETERNAL.S_VIEW.
    • S_VISITANT

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