public class RS extends Object
Constructor and Description |
---|
RS() |
Modifier and Type | Method and Description |
---|---|
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) |
public static void close(ResultSetJDBC rs)
public static void close(Statement s)
public static void consume(ResultSet resultSet) throws SQLException
SQLException
public static void printResultSet(ResultSet resultSet) throws SQLException
SQLException
public static void printResultSet(PrintStream out, ResultSet resultSet) throws SQLException
SQLException
Licenced under the Apache License, Version 2.0