Uses of Class
cn.vertxup.jet.domain.tables.IApi
-
Packages that use IApi Package Description cn.vertxup.jet.domain cn.vertxup.jet.domain.tables -
-
Uses of IApi in cn.vertxup.jet.domain
Fields in cn.vertxup.jet.domain declared as IApi Modifier and Type Field Description IApiDb. I_APIThe tableDB_ETERNAL.I_API.static IApiTables. I_APIThe tableDB_ETERNAL.I_API. -
Uses of IApi in cn.vertxup.jet.domain.tables
Fields in cn.vertxup.jet.domain.tables declared as IApi Modifier and Type Field Description static IApiIApi. I_APIThe reference instance ofDB_ETERNAL.I_APIMethods in cn.vertxup.jet.domain.tables that return IApi Modifier and Type Method Description IApiIApi. as(String alias)IApiIApi. as(org.jooq.Name alias)IApiIApi. rename(String name)Rename this tableIApiIApi. rename(org.jooq.Name name)Rename this table
-