|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlInputValue | |
|---|---|
| org.sqlproc.engine.impl | |
| Uses of SqlInputValue in org.sqlproc.engine.impl |
|---|
| Fields in org.sqlproc.engine.impl with type parameters of type SqlInputValue | |
|---|---|
private java.util.Map<java.lang.String,SqlInputValue> |
SqlProcessResult.inputValues
The list if dynamic input values. |
| Methods in org.sqlproc.engine.impl that return types with arguments of type SqlInputValue | |
|---|---|
(package private) java.util.Map<java.lang.String,SqlInputValue> |
SqlProcessResult.getInputValues()
Returns the collection of dynamic input values. |
| Methods in org.sqlproc.engine.impl with parameters of type SqlInputValue | |
|---|---|
(package private) void |
SqlProcessResult.addInputValue(java.lang.String key,
SqlInputValue value)
Adds a new dynamic input value. |
| Method parameters in org.sqlproc.engine.impl with type arguments of type SqlInputValue | |
|---|---|
(package private) void |
SqlProcessResult.addInputValues(java.util.Map<java.lang.String,SqlInputValue> inputValues)
Adds a new collection of dynamic input values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||