|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SqlInputValue | |
|---|---|
| org.sqlproc.engine.impl | The private part of the SQL Processor implementation. |
| 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.identities
List of all identities, which have values generated using sequences. |
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.getIdentities()
Returns the collection of identities. |
(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.addIdentity(java.lang.String key,
SqlInputValue value)
Adds a new identity. |
(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.addIdentities(java.util.Map<java.lang.String,SqlInputValue> identities)
Adds a new collection of identities. |
(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 | |||||||||