public class JdbcStorageDao.RowHandler extends Object implements RowCallback
| Constructor and Description |
|---|
JdbcStorageDao.RowHandler(ConnectionContext connectionContext) |
public JdbcStorageDao.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 RowCallbackresultSet - The result holding the dataSQLException - the callback may throw an SQLExceptionpublic int getCount()
Copyright © 2016 Eclipse SCADA Project. All rights reserved.