public static class JdbcStorageDaoBlobImpl.CollectRows extends Object implements RowCallback
| Constructor and Description |
|---|
CollectRows(List<DataNode> result) |
| Modifier and Type | Method and Description |
|---|---|
List<DataNode> |
getResult() |
void |
processRow(ResultSet resultSet)
Gets called for every row
|
public void processRow(ResultSet resultSet) throws SQLException
RowCallback
ResultSet.next() was already called and must not be called by the
callback.
processRow in interface RowCallbackresultSet - The result holding the dataSQLException - the callback may throw an SQLExceptionCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.