public interface IParameterizedDataSource
getParameters()
method will provide information about the parameters stored within
IQueryInParam
objects.IQueryInParam
objects should initially have the parameter values set to null.
After the user choose the actual values at run-time, the values are set with the
setValue()
method (If the parameter is multi-valued, then the
setValues()
method is used). After the values are set, the array is passed into the
getResultSet()
method to retrieve the actual result set.Modifier and Type | Method and Description |
---|---|
IQueryInParam[] |
getParameters()
Return information about the parameters.
|
IResultSet |
getResultSet(IQueryInParam[] params)
Return the actual result set base on the parameters.
|
IQueryInParam[] getParameters()
IResultSet getResultSet(IQueryInParam[] params)