com.jpattern.orm.session.reader
Class StringResultSetReader

java.lang.Object
  extended by com.jpattern.orm.session.reader.StringResultSetReader
All Implemented Interfaces:
ResultSetReader<String>

public class StringResultSetReader
extends Object
implements ResultSetReader<String>

Author:
ufo

Constructor Summary
StringResultSetReader()
           
 
Method Summary
 String read(ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResultSetReader

public StringResultSetReader()
Method Detail

read

public String read(ResultSet resultSet)
            throws SQLException
Specified by:
read in interface ResultSetReader<String>
Throws:
SQLException


Copyright © 2013. All Rights Reserved.