| Package | Description |
|---|---|
| org.eclipse.dirigible.databases.helpers |
| Modifier and Type | Method and Description |
|---|---|
static void |
DatabaseQueryHelper.executeQueryStatement(Connection connection,
String sql,
DatabaseQueryHelper.ResultSetIteratorCallback callback)
Unlike executeSingleStatement(String, boolean, RequestIteratorCallback), this method
iterates on the ResultSet and produces a table data structure in the form of a list of ordered key-value tuples.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.