| Package | Description |
|---|---|
| com.gooddata.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
JdbcUtil.DummyResultSetHandler
Dummy resultset handler callback; literally does nothing
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JdbcUtil.executeQuery(Connection c,
String sql,
JdbcUtil.ResultSetHandler handler,
int fetchSize)
Execute query an passes the ResultSet to the given handler on each record
|
static void |
JdbcUtil.executeQuery(Connection c,
String sql,
JdbcUtil.ResultSetHandler handler,
int limit,
int fetchSize)
Execute query an passes the ResultSet to the given handler on each record
|
Copyright © 2014. All rights reserved.