public interface ResultSetProcessor
Modifier and Type | Method and Description |
---|---|
void |
processResult(ResultSet resultSet)
Process the result set
|
void processResult(ResultSet resultSet) throws SQLException
Note that you need to call ResultSet.next()
first!
There is no need to close the result set.
resultSet
- the result set to processSQLException
- any SQL exceptionCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.