| Package | Description |
|---|---|
| net.ttddyy.dsproxy.r2dbc.core | |
| net.ttddyy.dsproxy.r2dbc.support |
| Modifier and Type | Class and Description |
|---|---|
static class |
BindingValue.NullBindingValue |
static class |
BindingValue.SimpleBindingValue |
| Modifier and Type | Method and Description |
|---|---|
BindingValue |
Bindings.IndexBinding.getBindingValue() |
BindingValue |
Bindings.IdentifierBinding.getBindingValue() |
BindingValue |
Binding.getBindingValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.addIdentifierBinding(Object identifier,
BindingValue value) |
void |
Bindings.addIndexBinding(int index,
BindingValue value) |
| Constructor and Description |
|---|
IdentifierBinding(Object identifier,
BindingValue value) |
IndexBinding(int index,
BindingValue value) |
| Modifier and Type | Field and Description |
|---|---|
BiConsumer<BindingValue,StringBuilder> |
QueryExecutionInfoFormatter.onBindingValue
Default implementation for formatting binding value.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionInfoFormatter |
QueryExecutionInfoFormatter.bindingValue(BiConsumer<BindingValue,StringBuilder> onBindingValue)
Set a consumer for converting
BindingValue. |
Copyright © 2018. All rights reserved.