| Package | Description |
|---|---|
| com.mockrunner.jdbc | |
| com.mockrunner.mock.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. |
static class |
ResultSetFactory.Default |
class |
XMLResultSetFactory
Can be used to create a
ResultSet based on
a an XML Document of the proper format. |
class |
XMLResultSetFactorySQLDeveloperSupport
Adds support for the XML export format that Oracle SQLDeveloper (at least version 17.2.0.188) creates.
|
| Modifier and Type | Field and Description |
|---|---|
static ResultSetFactory |
ResultSetFactory.Default.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ResultSetFactory |
AbstractResultSetHandler.getResultSetFactory() |
| 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. |
void |
AbstractResultSetHandler.setResultSetFactory(ResultSetFactory resultSetFactory)
Set factory used for
AbstractResultSetHandler.createResultSet() and AbstractResultSetHandler.createResultSet(String) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluableResultSet.Factory |
Copyright © 2003–2023. All rights reserved.