- Enclosing interface:
Report
public static interface Report.Result
A single result of a report query.
-
Method Summary
Modifier and TypeMethodDescriptionList
<? extends Report.Column> Gets the result columns.Gets the result data.
-
Method Details
-
getColumns
Gets the result columns.- Throws:
SQLException
-
getTableData
Gets the result data.- Throws:
SQLException
-