public static interface SqlControl.LowLevelSqlCallback
| Modifier and Type | Method and Description |
|---|---|
String |
handleInputValues(String sqlCommand,
Map<String,Object> inputValues)
Enables the input values and the final SQL command modification before the required database command
execution.
|
void |
handleOutputValues(Map<String,Object> outputValues)
Enables the output values modification after the required database command execution.
|
String handleInputValues(String sqlCommand, Map<String,Object> inputValues)
sqlCommand - the final SQL command, which can be modifiedinputValues - the input values, which can be modifiedCopyright © 2018. All rights reserved.