|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSourceParameters
The DataSourceParameters interface defines a collection of DataSourceParameter.
DataSource.getParameters()| Method Summary | |
|---|---|
DataSourceParameterValues |
createValues()
Returns a DataSourceParameterValues collection providing
access to this data source parameter values. |
int |
getCount()
Returns the count of data source parameters in this collection. |
DataSourceParameter |
getParameter(int index)
Returns the data source parameter at the specified index. |
| Method Detail |
|---|
int getCount()
DataSourceParameter getParameter(int index)
index - the requested index.
DataSourceParameter instance.DataSourceParameterValues createValues()
DataSourceParameterValues collection providing
access to this data source parameter values.
DataSourceParameterValues instance, containing
DataSourceParameterValue elements initialized with their default values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||