Package org.openstreetmap.osmosis.core.pgsql.common

Class Summary
BaseDao Provides functionality common to all dao implementations.
BaseTableReader<T> Provides the base implementation of all database table readers.
BaseTableReader.ReadResult<T> Represents the result of an entity read from the result set at the current position.
CopyFileWriter This class provides the capability to write a file that contains data for a database COPY statement for loading a single table into the database.
DatabaseContext This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
PointBuilder Builds PostGIS Point objects based on a set of coordinates.
PolygonBuilder Builds PostGIS Polygon objects based on a series of points.
SchemaVersionValidator Reads the version number stored in the schema_info table and verifies that it matches the expected version.
 

Exception Summary
NoSuchRecordException A runtime exception indicating that the requested database record doesn't exist.