| Package | Description |
|---|---|
| com.helger.db.jdbc.executor |
| Modifier and Type | Method and Description |
|---|---|
protected static long |
DBExecutor.iterateResultSet(ResultSet aRS,
IResultSetRowCallback aCallback)
Iterate the passed result set, collect all values of a single result row,
and call the callback for each row of result objects.
|
com.helger.commons.state.ESuccess |
DBExecutor.queryAll(String sSQL,
IPreparedStatementDataProvider aPSDP,
IResultSetRowCallback aResultItemCallback)
Perform an SQL query that does contains parameters to be filled with the
provided
IPreparedStatementDataProvider. |
com.helger.commons.state.ESuccess |
DBExecutor.queryAll(String sSQL,
IResultSetRowCallback aResultItemCallback)
Perform an SQL query that does not contain any parameters.
|
Copyright © 2014–2021 Philip Helger. All rights reserved.