org.xerial.db.sql
Class JSONValueReader

java.lang.Object
  extended by org.xerial.db.sql.ResultSetHandler<JSONValue>
      extended by org.xerial.db.sql.JSONValueReader

public class JSONValueReader
extends ResultSetHandler<JSONValue>


Constructor Summary
JSONValueReader(String targetColumn)
           
 
Method Summary
 JSONValue handle(ResultSet rs)
           
 
Methods inherited from class org.xerial.db.sql.ResultSetHandler
finish, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONValueReader

public JSONValueReader(String targetColumn)
Method Detail

handle

public JSONValue handle(ResultSet rs)
                 throws SQLException
Specified by:
handle in class ResultSetHandler<JSONValue>
Throws:
SQLException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.