public class MockResultSetBuilder extends Object
| Constructor and Description |
|---|
MockResultSetBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
buildResultSet(ResultSetMetaData metaData,
String[] columnValues,
int[] columnTypes) |
static ResultSet |
buildResultSet(String[] header,
String[] values,
int numRows) |
public static ResultSet buildResultSet(ResultSetMetaData metaData, String[] columnValues, int[] columnTypes) throws SQLException
SQLExceptionpublic static ResultSet buildResultSet(String[] header, String[] values, int numRows) throws SQLException
SQLExceptionCopyright © 2005–2025. All rights reserved.