Package cn.vertxup.lbs.domain
Class Tables
java.lang.Object
cn.vertxup.lbs.domain.Tables
Convenience access to all tables in DB_ETERNAL.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LCityThe tableDB_ETERNAL.L_CITY.static final LCountryThe tableDB_ETERNAL.L_COUNTRY.static final LFloorThe tableDB_ETERNAL.L_FLOOR.static final LLocationThe tableDB_ETERNAL.L_LOCATION.static final LRegionThe tableDB_ETERNAL.L_REGION.static final LStateThe tableDB_ETERNAL.L_STATE.static final LTentThe tableDB_ETERNAL.L_TENT.static final LYardThe tableDB_ETERNAL.L_YARD. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
L_CITY
The tableDB_ETERNAL.L_CITY. -
L_COUNTRY
The tableDB_ETERNAL.L_COUNTRY. -
L_FLOOR
The tableDB_ETERNAL.L_FLOOR. -
L_LOCATION
The tableDB_ETERNAL.L_LOCATION. -
L_REGION
The tableDB_ETERNAL.L_REGION. -
L_STATE
The tableDB_ETERNAL.L_STATE. -
L_TENT
The tableDB_ETERNAL.L_TENT. -
L_YARD
The tableDB_ETERNAL.L_YARD.
-
-
Constructor Details
-
Tables
public Tables()
-