Uses of Class
cn.vertxup.ui.domain.tables.VTable
-
Packages that use VTable Package Description cn.vertxup.ui.domain cn.vertxup.ui.domain.tables -
-
Uses of VTable in cn.vertxup.ui.domain
Fields in cn.vertxup.ui.domain declared as VTable Modifier and Type Field Description VTableDb. V_TABLEThe tableDB_ETERNAL.V_TABLE.static VTableTables. V_TABLEThe tableDB_ETERNAL.V_TABLE. -
Uses of VTable in cn.vertxup.ui.domain.tables
Fields in cn.vertxup.ui.domain.tables declared as VTable Modifier and Type Field Description static VTableVTable. V_TABLEThe reference instance ofDB_ETERNAL.V_TABLEMethods in cn.vertxup.ui.domain.tables that return VTable Modifier and Type Method Description VTableVTable. as(String alias)VTableVTable. as(org.jooq.Name alias)VTableVTable. rename(String name)Rename this tableVTableVTable. rename(org.jooq.Name name)Rename this table
-