public class RowSetHandler extends Object implements RowHandler
Date: 2015-04-01,12:57:32 +0800
| Constructor and Description |
|---|
RowSetHandler() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getRows() |
ResultSet |
getRowSet() |
void |
handleResultSet(ResultSet rset) |
void |
handleRow(Object valueObject)
Handles a single row of a result set.
|
public void handleResultSet(ResultSet rset) throws SQLException
SQLExceptionpublic ResultSet getRowSet()
public void handleRow(Object valueObject) throws SQLException
RowHandlerhandleRow in interface RowHandlervalueObject - The object representing a single row from the query.SQLExceptionSqlMapSessionpublic Integer getRows()
getRows in interface RowHandlerCopyright © 2084–2018 dukeware.com. All rights reserved.