public interface DbGeoHandler extends DbHandler
DbGeoArea getGeoArea(Connection c, long id) throws SQLException
SQLException
DbGeoArea[] getGeoAreas(Connection c, long[] ids) throws SQLException
SQLException
DbGeoArea[] getGeoAreas(Connection c, long parentAreaId) throws SQLException
SQLException
DbGeoArea[] getGeoAreas(Connection c, long countryId, GeoAreaLevel level) throws SQLException
SQLException
DbGeoArea[] getGeoAreas(Connection c, long countryId, boolean recursive) throws SQLException
SQLException
DbGeoCountry getGeoCountry(Connection c, long id) throws SQLException
SQLException
DbGeoCountry getGeoCountry(Connection c, long geoDbId, String iso) throws SQLException
SQLException
DbGeoCountry[] getGeoCountries(Connection c, long[] ids) throws SQLException
SQLException
DbGeoCountry[] getGeoCountries(Connection c, long geoDbId) throws SQLException
SQLException
DbGeo getGeoDb(Connection c, long id) throws SQLException
SQLException
DbGeo getGeoDb(Connection c, String name) throws SQLException
SQLException
DbGeo[] getGeoDbs(Connection c) throws SQLException
SQLException
DbGeo[] getGeoDbs(Connection c, long[] ids) throws SQLException
SQLException
DbGeo[] getGeoDbs(Connection c, String[] names) throws SQLException
SQLException
void mergeFromXml(Connection c, GeoImpl geoXml) throws SQLException
SQLException
void removeGeoArea(Connection c, long id) throws SQLException
SQLException
void removeGeoAreas(Connection c, long[] ids) throws SQLException
SQLException
void removeGeoCountry(Connection c, long id) throws SQLException
SQLException
void removeGeoCountries(Connection c, long[] ids) throws SQLException
SQLException
void removeGeoDb(Connection c, long id) throws SQLException
SQLException
void removeGeoDbs(Connection c, long[] ids) throws SQLException
SQLException
void saveGeoArea(Connection c, DbGeoArea area, boolean recursive) throws SQLException
SQLException
void saveGeoCountry(Connection c, DbGeoCountry country, boolean recursive) throws SQLException
SQLException
void saveGeoDb(Connection c, DbGeo geo, boolean recursive) throws SQLException
SQLException
Copyright © 2019 OpenEstate. All rights reserved.