au.com.bytecode.opencsv
Class MockResultSetBuilder
java.lang.Object
au.com.bytecode.opencsv.MockResultSetBuilder
public class MockResultSetBuilder
- extends Object
Created by IntelliJ IDEA.
User: sconway
Date: 6/14/11
Time: 10:40 PM
To change this template use File | Settings | File Templates.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockResultSetBuilder
public MockResultSetBuilder()
buildResultSet
public static ResultSet buildResultSet(ResultSetMetaData metaData,
String[] columnValues,
int[] columnTypes)
throws SQLException
- Throws:
SQLException
buildResultSet
public static ResultSet buildResultSet(String[] header,
String[] values,
int numRows)
throws SQLException
- Throws:
SQLException
Copyright © 2011. All Rights Reserved.