Package cn.vertxup.rbac.domain
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.SchemaImplThis class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DbDB_ETERNALThe reference instance ofDB_ETERNALOAccessTokenO_ACCESS_TOKENThe tableDB_ETERNAL.O_ACCESS_TOKEN.OUserO_USERThe tableDB_ETERNAL.O_USER.RGroupRoleR_GROUP_ROLEThe tableDB_ETERNAL.R_GROUP_ROLE.RRolePermR_ROLE_PERMThe tableDB_ETERNAL.R_ROLE_PERM.RUserGroupR_USER_GROUPThe tableDB_ETERNAL.R_USER_GROUP.RUserRoleR_USER_ROLEThe tableDB_ETERNAL.R_USER_ROLE.SActionS_ACTIONThe tableDB_ETERNAL.S_ACTION.SGroupS_GROUPThe tableDB_ETERNAL.S_GROUP.SPacketS_PACKETThe tableDB_ETERNAL.S_PACKET.SPathS_PATHThe tableDB_ETERNAL.S_PATH.SPermSetS_PERM_SETThe tableDB_ETERNAL.S_PERM_SET.SPermissionS_PERMISSIONThe tableDB_ETERNAL.S_PERMISSION.SResourceS_RESOURCEThe tableDB_ETERNAL.S_RESOURCE.SRoleS_ROLEThe tableDB_ETERNAL.S_ROLE.SUserS_USERThe tableDB_ETERNAL.S_USER.SViewS_VIEWThe tableDB_ETERNAL.S_VIEW.SVisitantS_VISITANTThe tableDB_ETERNAL.S_VISITANT.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jooq.Name$name()protected org.jooq.DSLContextcreate()Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Configuration arg0)Deprecated.protected org.jooq.DSLContextcreate(org.jooq.Context<?> arg0)Deprecated.booleandeclaresCTE()booleandeclaresFields()booleandeclaresTables()booleandeclaresWindows()booleangeneratesCast()org.jooq.CataloggetCatalog()StringgetComment()org.jooq.CommentgetCommentPart()StringgetName()org.jooq.NamegetQualifiedName()List<org.jooq.Table<?>>getTables()org.jooq.NamegetUnqualifiedName()inthashCode()booleanrendersContent(org.jooq.Context<?> arg0)StringtoString()protected org.jooq.exception.DataAccessExceptiontranslate(String arg0, SQLException arg1)-
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
-
-
-
-
Field Detail
-
DB_ETERNAL
public static final Db DB_ETERNAL
The reference instance ofDB_ETERNAL
-
O_ACCESS_TOKEN
public final OAccessToken O_ACCESS_TOKEN
The tableDB_ETERNAL.O_ACCESS_TOKEN.
-
O_USER
public final OUser O_USER
The tableDB_ETERNAL.O_USER.
-
R_GROUP_ROLE
public final RGroupRole R_GROUP_ROLE
The tableDB_ETERNAL.R_GROUP_ROLE.
-
R_ROLE_PERM
public final RRolePerm R_ROLE_PERM
The tableDB_ETERNAL.R_ROLE_PERM.
-
R_USER_GROUP
public final RUserGroup R_USER_GROUP
The tableDB_ETERNAL.R_USER_GROUP.
-
R_USER_ROLE
public final RUserRole R_USER_ROLE
The tableDB_ETERNAL.R_USER_ROLE.
-
S_ACTION
public final SAction S_ACTION
The tableDB_ETERNAL.S_ACTION.
-
S_GROUP
public final SGroup S_GROUP
The tableDB_ETERNAL.S_GROUP.
-
S_PACKET
public final SPacket S_PACKET
The tableDB_ETERNAL.S_PACKET.
-
S_PATH
public final SPath S_PATH
The tableDB_ETERNAL.S_PATH.
-
S_PERM_SET
public final SPermSet S_PERM_SET
The tableDB_ETERNAL.S_PERM_SET.
-
S_PERMISSION
public final SPermission S_PERMISSION
The tableDB_ETERNAL.S_PERMISSION.
-
S_RESOURCE
public final SResource S_RESOURCE
The tableDB_ETERNAL.S_RESOURCE.
-
S_ROLE
public final SRole S_ROLE
The tableDB_ETERNAL.S_ROLE.
-
S_USER
public final SUser S_USER
The tableDB_ETERNAL.S_USER.
-
S_VIEW
public final SView S_VIEW
The tableDB_ETERNAL.S_VIEW.
-
S_VISITANT
public final SVisitant S_VISITANT
The tableDB_ETERNAL.S_VISITANT.
-
-
Method Detail
-
getCatalog
public org.jooq.Catalog getCatalog()
- Specified by:
getCatalogin interfaceorg.jooq.Schema- Overrides:
getCatalogin classorg.jooq.impl.SchemaImpl
-
getTables
public final List<org.jooq.Table<?>> getTables()
- Specified by:
getTablesin interfaceorg.jooq.Schema- Overrides:
getTablesin classorg.jooq.impl.SchemaImpl
-
getName
public final String getName()
- Specified by:
getNamein interfaceorg.jooq.Named
-
getQualifiedName
public org.jooq.Name getQualifiedName()
- Specified by:
getQualifiedNamein interfaceorg.jooq.Named
-
getUnqualifiedName
public final org.jooq.Name getUnqualifiedName()
- Specified by:
getUnqualifiedNamein interfaceorg.jooq.Named
-
getComment
public final String getComment()
- Specified by:
getCommentin interfaceorg.jooq.Named
-
getCommentPart
public final org.jooq.Comment getCommentPart()
- Specified by:
getCommentPartin interfaceorg.jooq.Named
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceorg.jooq.QueryPart
-
$name
public final org.jooq.Name $name()
- Specified by:
$namein interfaceorg.jooq.Named
-
rendersContent
public boolean rendersContent(org.jooq.Context<?> arg0)
- Specified by:
rendersContentin interfaceorg.jooq.QueryPartInternal
-
declaresFields
public boolean declaresFields()
- Specified by:
declaresFieldsin interfaceorg.jooq.QueryPartInternal
-
declaresTables
public boolean declaresTables()
- Specified by:
declaresTablesin interfaceorg.jooq.QueryPartInternal
-
declaresWindows
public boolean declaresWindows()
- Specified by:
declaresWindowsin interfaceorg.jooq.QueryPartInternal
-
declaresCTE
public boolean declaresCTE()
- Specified by:
declaresCTEin interfaceorg.jooq.QueryPartInternal
-
generatesCast
public boolean generatesCast()
- Specified by:
generatesCastin interfaceorg.jooq.QueryPartInternal
-
toString
public String toString()
-
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)
-
-