Uses of Class
cn.vertxup.ambient.domain.tables.XTabular
-
Packages that use XTabular Package Description cn.vertxup.ambient.domain cn.vertxup.ambient.domain.tables -
-
Uses of XTabular in cn.vertxup.ambient.domain
Fields in cn.vertxup.ambient.domain declared as XTabular Modifier and Type Field Description XTabularDb. X_TABULARThe tableDB_ETERNAL.X_TABULAR.static XTabularTables. X_TABULARThe tableDB_ETERNAL.X_TABULAR. -
Uses of XTabular in cn.vertxup.ambient.domain.tables
Fields in cn.vertxup.ambient.domain.tables declared as XTabular Modifier and Type Field Description static XTabularXTabular. X_TABULARThe reference instance ofDB_ETERNAL.X_TABULARMethods in cn.vertxup.ambient.domain.tables that return XTabular Modifier and Type Method Description XTabularXTabular. as(String alias)XTabularXTabular. as(org.jooq.Name alias)XTabularXTabular. rename(String name)Rename this tableXTabularXTabular. rename(org.jooq.Name name)Rename this table
-