au.com.bytecode.opencsv
Class MockResultSetBuilder

java.lang.Object
  extended by 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.


Constructor Summary
MockResultSetBuilder()
           
 
Method Summary
static ResultSet buildResultSet(ResultSetMetaData metaData, String[] columnValues, int[] columnTypes)
           
static ResultSet buildResultSet(String[] header, String[] values, int numRows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockResultSetBuilder

public MockResultSetBuilder()
Method Detail

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.