|
Class Summary |
| DBType |
A database type for use within the MockResultSet |
| DBTypeGroup |
A database type for use within the MockResultSet |
| MockResultSet |
A Mock implementation of ResultSet that takes an array of column
names and an array or rows, where rows are arrays of data. |
| MockResultSetMetaData |
An implementation of DatabaseMetaData that partners with ResultSet to
provide database-disconnected fixed results for testing via the JDBC
APIs. |
| MockResultSetMetaData.ColSpec |
|
| Row |
An object representing row data in a MockResultSet. |