| Package | Description |
|---|---|
| net.ttddyy.dsproxy | |
| net.ttddyy.dsproxy.listener.logging | |
| net.ttddyy.dsproxy.proxy | |
| net.ttddyy.dsproxy.transform |
| Modifier and Type | Method and Description |
|---|---|
List<List<ParameterSetOperation>> |
QueryInfo.getParametersList()
List of parameter-operation-list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryInfo.setParametersList(List<List<ParameterSetOperation>> parametersList) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractQueryLogEntryCreator.getDisplayValue(ParameterSetOperation param) |
String |
AbstractQueryLogEntryCreator.getDisplayValueForRegisterOutParameter(ParameterSetOperation param) |
String |
AbstractQueryLogEntryCreator.getDisplayValueForSetNull(ParameterSetOperation param) |
String |
AbstractQueryLogEntryCreator.getParameterKeyToDisplay(ParameterSetOperation param) |
protected String |
AbstractQueryLogEntryCreator.getParameterValueToDisplay(ParameterSetOperation param) |
String |
SetNullParameterValueConverter.getValue(ParameterSetOperation param) |
String |
RegisterOutParameterValueConverter.getValue(ParameterSetOperation param) |
String |
ParameterValueConverter.getValue(ParameterSetOperation param) |
| Modifier and Type | Method and Description |
|---|---|
protected SortedMap<String,String> |
AbstractQueryLogEntryCreator.getParametersToDisplay(List<ParameterSetOperation> params)
populate param map with sorted by key.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ParameterSetOperation.isRegisterOutParameterOperation(ParameterSetOperation operation)
Check the given operation is
CallableStatement.registerOutParameter(int, int) method by method name. |
static boolean |
ParameterSetOperation.isSetNullParameterOperation(ParameterSetOperation operation)
Check the given operation is
setNull method by method name. |
| Modifier and Type | Method and Description |
|---|---|
Map<ParameterKey,ParameterSetOperation> |
ParameterReplacer.getModifiedParameters() |
| Constructor and Description |
|---|
ParameterReplacer(Map<ParameterKey,ParameterSetOperation> parameters) |
Copyright © 2023. All rights reserved.