Uses of Class
cn.vertxup.rbac.domain.tables.SView
-
Packages that use SView Package Description cn.vertxup.rbac.domain cn.vertxup.rbac.domain.tables -
-
Uses of SView in cn.vertxup.rbac.domain
Fields in cn.vertxup.rbac.domain declared as SView Modifier and Type Field Description SViewDb. S_VIEWThe tableDB_ETERNAL.S_VIEW.static SViewTables. S_VIEWThe tableDB_ETERNAL.S_VIEW. -
Uses of SView in cn.vertxup.rbac.domain.tables
Fields in cn.vertxup.rbac.domain.tables declared as SView Modifier and Type Field Description static SViewSView. S_VIEWThe reference instance ofDB_ETERNAL.S_VIEWMethods in cn.vertxup.rbac.domain.tables that return SView Modifier and Type Method Description SViewSView. as(String alias)SViewSView. as(org.jooq.Name alias)SViewSView. rename(String name)Rename this tableSViewSView. rename(org.jooq.Name name)Rename this table
-