| Package | Description | 
|---|---|
| io.r2dbc.proxy.core | 
 Domain classes 
 | 
| io.r2dbc.proxy.support | 
 Misc support classes 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Bindings.IndexBinding
Represents index binding. 
 | 
static class  | 
Bindings.NamedBinding
Represents named(String) binding. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Binding | 
BindInfo.getBinding()
Get invoked bind operation details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<Binding> | 
Bindings.getIndexBindings()
Get a sorted set of index bindings. 
 | 
SortedSet<Binding> | 
Bindings.getNamedBindings()
Get a sorted set of named bindings. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
BiConsumer<SortedSet<Binding>,StringBuilder> | 
QueryExecutionInfoFormatter.onIndexBindings
Default implementation for formatting bindings by index. 
 | 
BiConsumer<SortedSet<Binding>,StringBuilder> | 
QueryExecutionInfoFormatter.onNamedBindings
Default implementation for formatting bindings by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryExecutionInfoFormatter | 
QueryExecutionInfoFormatter.indexBindings(BiConsumer<SortedSet<Binding>,StringBuilder> onIndexBindings)
 | 
QueryExecutionInfoFormatter | 
QueryExecutionInfoFormatter.namedBindings(BiConsumer<SortedSet<Binding>,StringBuilder> onNamedBindings)
 | 
Copyright © 2025. All rights reserved.