Package org.openstreetmap.osmosis.core.pgsql.v0_5.impl

Class Summary
ActionChangeWriter Writes entities to a database according to a specific action.
ChangeWriter Writes changes to a database.
EntityTagTableReader Reads all tags for an entity from a tag table ordered by the entity identifier.
MemberTypeValueMapper This is a utility class for mapping between relation member type columns and the corresponding entity type.
NodeDao Performs all node-specific db operations.
NodeReader Reads all nodes from a database ordered by their identifier.
NodeTableReader Reads nodes from a database ordered by their identifier.
PostgreSqlDatasetReader Provides read-only access to a PostgreSQL dataset store.
RelationDao Performs all relation-specific db operations.
RelationMemberTableReader Reads all relation members from a database ordered by the relation identifier.
RelationReader Reads all relations from a database ordered by their identifier.
RelationTableReader Reads all relations from a database ordered by their identifier.
WayDao Performs all way-specific db operations.
WayNodeTableReader Reads all way nodes from a database ordered by the way identifier but not by the sequence.
WayReader Reads all ways from a database ordered by their identifier.
WayTableReader Reads all ways from a database ordered by their identifier.