| Package | Description |
|---|---|
| com.openindex.openestate.impl.db | |
| com.openindex.openestate.impl.db.hsql |
| Modifier and Type | Field and Description |
|---|---|
DbGeoCountry |
DbGeoArea.country |
| Modifier and Type | Field and Description |
|---|---|
List<DbGeoCountry> |
DbGeo.countries |
| Modifier and Type | Method and Description |
|---|---|
static DbGeoCountry |
DbGeoCountry.createFromXml(GeoCountryImpl xml) |
abstract DbGeoCountry[] |
DbGeoHandlerImpl.getGeoCountries(Connection c,
long geoDbId) |
DbGeoCountry[] |
DbGeoHandler.getGeoCountries(Connection c,
long geoDbId) |
abstract DbGeoCountry[] |
DbGeoHandlerImpl.getGeoCountries(Connection c,
long[] ids) |
DbGeoCountry[] |
DbGeoHandler.getGeoCountries(Connection c,
long[] ids) |
DbGeoCountry |
DbGeoHandlerImpl.getGeoCountry(Connection c,
long id) |
DbGeoCountry |
DbGeoHandler.getGeoCountry(Connection c,
long id) |
abstract DbGeoCountry |
DbGeoHandlerImpl.getGeoCountry(Connection c,
long geoDbId,
String iso) |
DbGeoCountry |
DbGeoHandler.getGeoCountry(Connection c,
long geoDbId,
String iso) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
DbGeoHandlerImpl.saveGeoCountry(Connection c,
DbGeoCountry country,
boolean recursive) |
void |
DbGeoHandler.saveGeoCountry(Connection c,
DbGeoCountry country,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
DbGeoCountry[] |
HSqlDbGeoHandler.getGeoCountries(Connection c,
long geoDbId) |
DbGeoCountry[] |
HSqlDbGeoHandler.getGeoCountries(Connection c,
long[] ids) |
DbGeoCountry |
HSqlDbGeoHandler.getGeoCountry(Connection c,
long geoDbId,
String iso) |
| Modifier and Type | Method and Description |
|---|---|
void |
HSqlDbGeoHandler.saveGeoCountry(Connection c,
DbGeoCountry country,
boolean recursive) |
Copyright © 2019 OpenEstate. All rights reserved.