Package com.mockrunner.mock.jdbc

Class Summary
JDBCMockObjectFactory Used to create all types of JDBC mock objects.
MockArray Mock implementation of Array.
MockBlob Mock implementation of Blob.
MockCallableStatement Mock implementation of CallableStatement.
MockClob Mock implementation of Clob.
MockConnection Mock implementation of Connection.
MockDatabaseMetaData Mock implementation of DatabaseMetaData.
MockDataSource Mock implementation of DatSource.
MockDriver Mock implementation of a JDBC Driver.
MockParameterMetaData Mock implementation of ParameterMetaData.
MockPreparedStatement Mock implementation of PreparedStatement.
MockRef Mock implementation of Ref.
MockResultSet Mock implementation of ResultSet.
MockResultSetMetaData Mock implementation of ResultSetMetaData.
MockSavepoint Mock implementation of Savepoint.
MockStatement Mock implementation of Statement.
MockStruct Mock implementation of Struct.