public static interface SqlControl.SqlExecutionCallback
Modifier and Type | Method and Description |
---|---|
void |
handleInputValues(Object inputValues)
Enables the input values and the final SQL command modification before the required database command
execution.
|
void |
handleOutputValues(Object outputValues)
Enables the output values modification after the required database command execution.
|
void handleInputValues(Object inputValues)
inputValues
- the input values, which can be modifiedvoid handleOutputValues(Object outputValues)
outputValues
- the output values, which can be modifiedCopyright © 2017. All rights reserved.