public static interface DatabaseQueryHelper.ResultSetIteratorCallback
DatabaseQueryHelper.executeQueryStatement(Connection, String, ResultSetIteratorCallback)
method.| Modifier and Type | Method and Description |
|---|---|
void |
onError(Connection conn,
Throwable t)
On error.
|
void |
onQueryDone(Connection conn,
List<NavigableMap<String,Object>> table)
On query done.
|
void |
onRowConstruction(Connection conn,
NavigableMap<String,Object> row)
On row construction.
|
void onQueryDone(Connection conn, List<NavigableMap<String,Object>> table)
conn - the conntable - the tablevoid onRowConstruction(Connection conn, NavigableMap<String,Object> row)
conn - the connrow - the rowvoid onError(Connection conn, Throwable t)
conn - the connt - the tCopyright © 2010–2018 Eclipse Foundation. All rights reserved.