| Package | Description |
|---|---|
| com.mockrunner.jdbc |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayResultSetFactory
A
ResultSetFactory implementation which will produce
MockResultSet instances based on information given as
String arrays. |
class |
FileResultSetFactory
Can be used to create a
ResultSet based on
a table specified in a CSV file. |
class |
XMLResultSetFactory
Can be used to create a
ResultSet based on
a an XML Document of the proper format. |
| Modifier and Type | Method and Description |
|---|---|
MockResultSet |
AbstractResultSetHandler.createResultSet(ResultSetFactory factory)
Returns a new
ResultSet created by the specified factory. |
MockResultSet |
AbstractResultSetHandler.createResultSet(String id,
ResultSetFactory factory)
Returns a new
ResultSet created by the specified factory. |
Copyright © 2003-2014. All Rights Reserved.