|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResultSetFactory | |
---|---|
com.mockrunner.jdbc |
Uses of ResultSetFactory in com.mockrunner.jdbc |
---|
Classes in com.mockrunner.jdbc that implement ResultSetFactory | |
---|---|
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. |
Methods in com.mockrunner.jdbc with parameters of type ResultSetFactory | |
---|---|
MockResultSet |
AbstractResultSetHandler.createResultSet(ResultSetFactory factory)
Returns a new ResultSet created by the specified factory. |
MockResultSet |
AbstractResultSetHandler.createResultSet(java.lang.String id,
ResultSetFactory factory)
Returns a new ResultSet created by the specified factory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |