Uses of Class
cn.vertxup.ui.domain.tables.VQuery
-
Packages that use VQuery Package Description cn.vertxup.ui.domain cn.vertxup.ui.domain.tables -
-
Uses of VQuery in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain declared as VQuery Modifier and Type Field Description VQueryDb. V_QUERYThe tableDB_ETERNAL.V_QUERY.static VQueryTables. V_QUERYThe tableDB_ETERNAL.V_QUERY. -
Uses of VQuery in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables declared as VQuery Modifier and Type Field Description static VQueryVQuery. V_QUERYThe reference instance ofDB_ETERNAL.V_QUERYMethods in cn.vertxup.ui.domain.tables that return VQuery Modifier and Type Method Description VQueryVQuery. as(String alias)VQueryVQuery. as(org.jooq.Name alias)VQueryVQuery. rename(String name)Rename this tableVQueryVQuery. rename(org.jooq.Name name)Rename this table
-