Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.modules.data.sql.SQLReportData
Fields inherited from interface org.jfree.report.ReportData | |
BEFORE_FIRST_ROW |
Constructor Summary | |
|
Method Summary | |
void |
|
Object |
|
int | |
String |
|
int | |
int | |
boolean |
|
boolean | |
boolean | |
boolean |
|
boolean |
|
public SQLReportData(ResultSet resultSet, boolean labelMapping) throws SQLException, DataSourceException
public int getColumnCount() throws DataSourceException
- Specified by:
- getColumnCount in interface DataSet
public String getColumnName(int column) throws DataSourceException
- Specified by:
- getColumnName in interface DataSet
public int getCursorPosition() throws DataSourceException
- Specified by:
- getCursorPosition in interface ReportData
public boolean isAdvanceable() throws DataSourceException
This operation checks, whether a call to next will be likely to succeed. If there is a next data row, this should return true.
- Specified by:
- isAdvanceable in interface ReportData
- Returns:
- Throws:
DataSourceException
-
public boolean isReadable() throws DataSourceException
- Specified by:
- isReadable in interface ReportData
public boolean setCursorPosition(int row) throws DataSourceException
- Specified by:
- setCursorPosition in interface ReportData