Package com.mockrunner.jdbc

Interface Summary
ResultSetFactory Interface for ResultSet factories.
 

Class Summary
AbstractOutParameterResultSetHandler Abstract base class for all statement types that support out parameters, i.e.
AbstractParameterResultSetHandler Abstract base class for all statement types that support parameters, i.e.
AbstractResultSetHandler Abstract base class for all ResultSet handlers.
ArrayResultSetFactory A ResultSetFactory implementation which will produce MockResultSet instances based on information given as String arrays.
BasicJDBCTestCaseAdapter Delegator for JDBCTestModule.
CallableStatementResultSetHandler Concrete handler for MockCallableStatement.
FileResultSetFactory Can be used to create a ResultSet based on a table specified in a CSV file.
JDBCTestCaseAdapter Delegator for JDBCTestModule.
JDBCTestModule Module for JDBC tests.
ParameterSets Encapsulates the parameter sets for an executed MockPreparedStatement or MockCallableStatement.
ParameterUtil Util class for PreparedStatement and ResultSet parameters.
PreparedStatementResultSetHandler Concrete handler for MockPreparedStatement.
SQLStatementMatcher Helper class for finding matching SQL statements based on various search parameters.
SQLUtil Simple util class for SQL statements
StatementResultSetHandler Concrete handler for AbstractResultSetHandler.
StringValuesTable A data structure providing tabular (row and column) access semantics to items within.
XMLResultSetFactory Can be used to create a ResultSet based on a an XML Document of the proper format.