org.xerial.db.sql
Class JSONObjectReader

java.lang.Object
  extended by org.xerial.db.sql.ResultSetHandler<JSONObject>
      extended by org.xerial.db.sql.JSONObjectReader

public class JSONObjectReader
extends ResultSetHandler<JSONObject>


Constructor Summary
JSONObjectReader()
           
 
Method Summary
 JSONObject 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

JSONObjectReader

public JSONObjectReader()
Method Detail

handle

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


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