com.hp.hpl.jena.sdb.sql
Class RS

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.RS

public class RS
extends Object

SQL Utilities


Constructor Summary
RS()
           
 
Method Summary
static void close(ResultSetJDBC rs)
           
static void close(Statement s)
           
static void consume(ResultSet resultSet)
           
static void printResultSet(PrintStream out, ResultSet resultSet)
           
static void printResultSet(ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RS

public RS()
Method Detail

close

public static void close(ResultSetJDBC rs)

close

public static void close(Statement s)

consume

public static void consume(ResultSet resultSet)
                    throws SQLException
Throws:
SQLException

printResultSet

public static void printResultSet(ResultSet resultSet)
                           throws SQLException
Throws:
SQLException

printResultSet

public static void printResultSet(PrintStream out,
                                  ResultSet resultSet)
                           throws SQLException
Throws:
SQLException


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.