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