public interface JRUserDataSource
| Modifier and Type | Method and Description | 
|---|---|
java.sql.ResultSet | 
getResultSet(java.lang.String param)
Gets the data in ResultSet according to parameters. 
 | 
void | 
releaseResultSet()
Release the data and related resources. 
 | 
java.sql.ResultSet getResultSet(java.lang.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