public interface RowCallback
Modifier and Type | Method and Description |
---|---|
void |
processRow(ResultSet resultSet)
Gets called for every row
|
void processRow(ResultSet resultSet) throws SQLException
ResultSet.next()
was already called and must not be called by the
callback.
resultSet
- The result holding the dataSQLException
- the callback may throw an SQLException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.