public interface ParametersCallback
Note: Currently Scriptella has a limitation which does not allow to distinguish between a value of null and an absence of the variable. This will be addressed in future versions.
| Modifier and Type | Method and Description |
|---|---|
Object |
getParameter(String name)
Returns the value of parameter specified by name.
|
Object getParameter(String name)
The callback internally delegates a call to parent callbacks if the parameter cannot be found.
name - parameter name. Providers are allowed (but not required) to ignore a case of the name parameter
to comply with their internal model. For example JDBC drivers are case-insensitive to column names.Copyright © 2006-2012. All Rights Reserved.