au.com.bytecode.opencsv
Interface ResultSetHelper

All Known Implementing Classes:
ResultSetHelperService

public interface ResultSetHelper


Method Summary
 java.lang.String[] getColumnNames(java.sql.ResultSet rs)
           
 java.lang.String[] getColumnValues(java.sql.ResultSet rs)
           
 

Method Detail

getColumnNames

java.lang.String[] getColumnNames(java.sql.ResultSet rs)
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

getColumnValues

java.lang.String[] getColumnValues(java.sql.ResultSet rs)
                                   throws java.sql.SQLException,
                                          java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException


Copyright © 2011. All Rights Reserved.