public class QueryValueFetcher extends Object implements ValueFetcher
| Modifier and Type | Field and Description |
|---|---|
protected static ResourceBundle |
messages
I18N support
|
| Constructor and Description |
|---|
QueryValueFetcher(Object[] parameters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(int whichOne)
Returns the parameter value for the specified parameter index
|
protected static final ResourceBundle messages
public QueryValueFetcher(Object[] parameters)
parameters - the actual parameter values.public Object getValue(int whichOne)
getValue in interface ValueFetcherwhichOne - the parameter indexCopyright © 2017. All rights reserved.