javax.faces.model
Class ResultSetDataModel
public class ResultSetDataModel
$Revision: 267200 $ $Date: 2005-09-02 15:30:47 +0200 (Fri, 02 Sep 2005) $- Thomas Spiegl (latest modification by $Author: oros $)
- Martin Marinschek
ResultSetDataModel
public ResultSetDataModel()
ResultSetDataModel
public ResultSetDataModel(ResultSet resultSet)
getRowCount
public int getRowCount()
We don't know how many rows the result set has without scrolling
through the whole thing.
- getRowCount in interface DataModel
getRowData
public Object getRowData()
Get the actual data of this row
wrapped into a map.
The specification is very strict about what has to be
returned from here, so check the spec before
modifying anything here.
- getRowData in interface DataModel