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.
DatabaseContext2 This class manages the lifecycle of JDBC objects to minimise the risk of connection leaks and to support a consistent approach to database access.
DataSourceFactory Produces data sources based on a set of database credentials.
MysqlIdentityValueLoader Mysql implementation of an identity value loader.
MysqlIdentityValueLoader2 Mysql implementation of an identity value loader.
PostgresqlIdentityValueLoader Postgresql implementation of an identity value loader.
PostgresqlIdentityValueLoader2 Postgresql implementation of an identity value loader.