au.com.bytecode.opencsv
Class ResultSetHelperService

java.lang.Object
  extended by au.com.bytecode.opencsv.ResultSetHelperService
All Implemented Interfaces:
ResultSetHelper

public class ResultSetHelperService
extends java.lang.Object
implements ResultSetHelper

helper class for processing JDBC ResultSet objects


Field Summary
static int CLOBBUFFERSIZE
           
 
Constructor Summary
ResultSetHelperService()
           
 
Method Summary
 java.lang.String[] getColumnNames(java.sql.ResultSet rs)
           
 java.lang.String[] getColumnValues(java.sql.ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOBBUFFERSIZE

public static final int CLOBBUFFERSIZE
See Also:
Constant Field Values
Constructor Detail

ResultSetHelperService

public ResultSetHelperService()
Method Detail

getColumnNames

public java.lang.String[] getColumnNames(java.sql.ResultSet rs)
                                  throws java.sql.SQLException
Specified by:
getColumnNames in interface ResultSetHelper
Throws:
java.sql.SQLException

getColumnValues

public java.lang.String[] getColumnValues(java.sql.ResultSet rs)
                                   throws java.sql.SQLException,
                                          java.io.IOException
Specified by:
getColumnValues in interface ResultSetHelper
Throws:
java.sql.SQLException
java.io.IOException


Copyright © 2011. All Rights Reserved.