public interface RowHandler
sqlMap.queryWithRowHandler ("findAllEmployees", null, new MyRowHandler()));
| Modifier and Type | Method and Description |
|---|---|
Integer |
getRows() |
void |
handleRow(Object valueObject)
Handles a single row of a result set.
|
void handleRow(Object valueObject) throws SQLException
valueObject - The object representing a single row from the query.SQLExceptionSqlMapSessionInteger getRows()
Copyright © 2084–2018 dukeware.com. All rights reserved.