org.jfree.report.modules.data.sql
public class SQLReportData extends Object implements ReportData
Constructor Summary | |
---|---|
SQLReportData(ResultSet resultSet, boolean labelMapping) |
Method Summary | |
---|---|
void | close() |
Object | get(int column) |
int | getColumnCount() |
String | getColumnName(int column) |
int | getCursorPosition() |
int | getRowCount() |
boolean | isAdvanceable()
This operation checks, whether a call to next will be likely to succeed. |
boolean | isLabelMapping() |
boolean | isReadable() |
boolean | next() |
boolean | setCursorPosition(int row) |
Returns:
Throws: org.jfree.report.DataSourceException