public abstract class DbGeoHandlerImpl extends DbHandlerImpl implements DbGeoHandler
| Modifier | Constructor and Description |
|---|---|
protected |
DbGeoHandlerImpl() |
protected |
DbGeoHandlerImpl(String schema) |
getSchema, getSchemaPath, setSchemaprotected DbGeoHandlerImpl()
protected DbGeoHandlerImpl(String schema)
public final DbGeoArea getGeoArea(Connection c, long id) throws SQLException
getGeoArea in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoArea[] getGeoAreas(Connection c, long[] ids) throws SQLException
getGeoAreas in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoArea[] getGeoAreas(Connection c, long parentAreaId) throws SQLException
getGeoAreas in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoArea[] getGeoAreas(Connection c, long countryId, GeoAreaLevel level) throws SQLException
getGeoAreas in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoArea[] getGeoAreas(Connection c, long countryId, boolean recursive) throws SQLException
getGeoAreas in interface DbGeoHandlerSQLExceptionpublic final DbGeoCountry getGeoCountry(Connection c, long id) throws SQLException
getGeoCountry in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoCountry getGeoCountry(Connection c, long geoDbId, String iso) throws SQLException
getGeoCountry in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoCountry[] getGeoCountries(Connection c, long[] ids) throws SQLException
getGeoCountries in interface DbGeoHandlerSQLExceptionpublic abstract DbGeoCountry[] getGeoCountries(Connection c, long geoDbId) throws SQLException
getGeoCountries in interface DbGeoHandlerSQLExceptionpublic final DbGeo getGeoDb(Connection c, long id) throws SQLException
getGeoDb in interface DbGeoHandlerSQLExceptionpublic final DbGeo getGeoDb(Connection c, String name) throws SQLException
getGeoDb in interface DbGeoHandlerSQLExceptionpublic final DbGeo[] getGeoDbs(Connection c) throws SQLException
getGeoDbs in interface DbGeoHandlerSQLExceptionpublic abstract DbGeo[] getGeoDbs(Connection c, long[] ids) throws SQLException
getGeoDbs in interface DbGeoHandlerSQLExceptionpublic abstract DbGeo[] getGeoDbs(Connection c, String[] names) throws SQLException
getGeoDbs in interface DbGeoHandlerSQLExceptionpublic final void mergeFromXml(Connection c, GeoImpl geoXml) throws SQLException
mergeFromXml in interface DbGeoHandlerSQLExceptionpublic final void removeGeoArea(Connection c, long id) throws SQLException
removeGeoArea in interface DbGeoHandlerSQLExceptionpublic abstract void removeGeoAreas(Connection c, long[] ids) throws SQLException
removeGeoAreas in interface DbGeoHandlerSQLExceptionpublic final void removeGeoCountry(Connection c, long id) throws SQLException
removeGeoCountry in interface DbGeoHandlerSQLExceptionpublic abstract void removeGeoCountries(Connection c, long[] ids) throws SQLException
removeGeoCountries in interface DbGeoHandlerSQLExceptionpublic final void removeGeoDb(Connection c, long id) throws SQLException
removeGeoDb in interface DbGeoHandlerSQLExceptionpublic abstract void removeGeoDbs(Connection c, long[] ids) throws SQLException
removeGeoDbs in interface DbGeoHandlerSQLExceptionpublic abstract void saveGeoArea(Connection c, DbGeoArea area, boolean recursive) throws SQLException
saveGeoArea in interface DbGeoHandlerSQLExceptionpublic abstract void saveGeoCountry(Connection c, DbGeoCountry country, boolean recursive) throws SQLException
saveGeoCountry in interface DbGeoHandlerSQLExceptionpublic abstract void saveGeoDb(Connection c, DbGeo geo, boolean recursive) throws SQLException
saveGeoDb in interface DbGeoHandlerSQLExceptionCopyright © 2019 OpenEstate. All rights reserved.