Modifier and Type | Method and Description |
---|---|
Object |
execute()
Execute the query.
|
Object |
execute(String[] names,
Object[] values)
Execute the query using local parameters.
|
Object |
execute(String name,
Object value)
Execute the query using a local parameter.
|
Object |
getValue()
Evaluate the expression.
|
getModelElement
Object getValue()
Object execute()
Object execute(String name, Object value)
name
- The name of the local parameter.value
- The value of the local parameter.Copyright © 2012. All Rights Reserved.