Package de.mguennewig.pobjects.jdbc

This package contains Container implementations that use a JDBC connection.

See:
          Description

Class Summary
ContainerPool Abstract base class for a JDBC container pool.
JdbcContainer Common base class for standard JDBC based database connections.
JdbcQuery Common base class for JDBC connection based queries.
JndiContainerPool Provides a pool of JdbcContainer that uses JNDI to get connections.
MySQLContainer Container implementation for MySQL databases.
MySQLContainer.MySQLEvalContext MySQL has a bug with OUTER JOINs and this special evaluation context works around it.
OracleContainer Container implementation for Oracle databases.
PostgreSQLContainer Container implementation for PostgreSQL databases.
PreparedStatementHandler An invocation handler for a PreparedStatement.
SQLiteContainer Container implementation for SQLite3 databases.
SQLiteContainer.SQLiteEvalContext  
SqlServerContainer Container implementation for MS-SQL Server databases.
 

Package de.mguennewig.pobjects.jdbc Description

This package contains Container implementations that use a JDBC connection.