org.postgresql.jdbc2
Class ResultWrapper

java.lang.Object
  extended by org.postgresql.jdbc2.ResultWrapper

public class ResultWrapper
extends Object

Helper class that storing result info. This handles both the ResultSet and no-ResultSet result cases with a single interface for inspecting and stepping through them.

Author:
Oliver Jowett (oliver@opencloud.com)

Constructor Summary
ResultWrapper(int updateCount, long insertOID)
           
ResultWrapper(ResultSet rs)
           
 
Method Summary
 void append(ResultWrapper newResult)
           
 long getInsertOID()
           
 ResultWrapper getNext()
           
 ResultSet getResultSet()
           
 int getUpdateCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultWrapper

public ResultWrapper(ResultSet rs)

ResultWrapper

public ResultWrapper(int updateCount,
                     long insertOID)
Method Detail

getResultSet

public ResultSet getResultSet()

getUpdateCount

public int getUpdateCount()

getInsertOID

public long getInsertOID()

getNext

public ResultWrapper getNext()

append

public void append(ResultWrapper newResult)


Copyright © 2013. All Rights Reserved.