org.postgresql.pljava.example
Class ResultSetTest

java.lang.Object
  extended by org.postgresql.pljava.example.ResultSetTest

public class ResultSetTest
extends Object

Author:
Filip Hrbek

Constructor Summary
ResultSetTest(String selectSQL)
           
 
Method Summary
 void close()
           
static Iterator executeSelect(String selectSQL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetTest

public ResultSetTest(String selectSQL)
              throws SQLException
Throws:
SQLException
Method Detail

executeSelect

public static Iterator executeSelect(String selectSQL)
                              throws SQLException
Throws:
SQLException

close

public void close()