public interface JRUserDataSource
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getResultSet(String param)
Gets the data in ResultSet according to parameters.
|
void |
releaseResultSet()
Release the data and related resources.
|
ResultSet getResultSet(String param) throws JRUserDataSourceException
param, - the parameter as input to specify the data.JRUserDataSourceException - if a data access error occursvoid releaseResultSet()
throws JRUserDataSourceException
JRUserDataSourceException - if a data access error occurs© insightsoftware. All rights reserved.