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