public static class JdbcStorageDaoBase64Impl.AllProcessor extends Object implements RowCallback
| Constructor and Description |
|---|
JdbcStorageDaoBase64Impl.AllProcessor(Collection<DataNode> result) |
| Modifier and Type | Method and Description |
|---|---|
void |
finish() |
Collection<DataNode> |
getResult() |
void |
processRow(ResultSet resultSet)
Gets called for every row
|
public JdbcStorageDaoBase64Impl.AllProcessor(Collection<DataNode> result)
public Collection<DataNode> getResult()
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 SQLExceptionpublic void finish()
Copyright © 2015 Eclipse SCADA Project. All rights reserved.