Package org.openstreetmap.osmosis.core.apidb.common

Interface Summary
IdentityValueLoader Retrieves last inserted identity columns.
 

Class Summary
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.
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.
MysqlIdentityValueLoader Mysql implementation of an identity value loader.
PostgresqlIdentityValueLoader Postgresql implementation of an identity value loader.