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