Package org.openstreetmap.osmosis.core.apidb.v0_6

Interface Summary
ApidbVersionConstants Defines constants specific to the specific schema version.
 

Class Summary
ApidbChangeReader A change source reading from database history tables.
ApidbChangeReaderFactory The task manager factory for a database change reader.
ApidbChangeWriter A change sink writing to database tables.
ApidbChangeWriterFactory The task manager factory for a database change writer.
ApidbCurrentReader An OSM data source reading from a databases current tables.
ApidbCurrentReaderFactory The task manager factory for a database reader.
ApidbFileReplicator Performs replication from an API database into change files.
ApidbFileReplicatorFactory The task factory for a file-based database replicator.
ApidbReader An OSM data source reading from a database.
ApidbReaderFactory The task manager factory for a database reader.
ApidbTruncator A standalone OSM task with no inputs or outputs that truncates tables in a apidb database.
ApidbTruncatorFactory The task manager factory for a database table truncator.
ApidbWriter An OSM data sink for storing all data to a database.
ApidbWriterFactory The task manager factory for a database writer.