| Package | Description | 
|---|---|
| io.r2dbc.proxy.core | 
 Domain classes 
 | 
| io.r2dbc.proxy.support | 
 Misc support classes 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BoundValue.DefaultBoundValue
Default implementation of  
BoundValue. | 
| Modifier and Type | Method and Description | 
|---|---|
BoundValue | 
Bindings.IndexBinding.getBoundValue()  | 
BoundValue | 
Bindings.NamedBinding.getBoundValue()  | 
BoundValue | 
Binding.getBoundValue()
Get a  
BoundValue. | 
static BoundValue | 
BoundValue.nullValue(Class<?> nullType)
Create a  
BoundValue that represents Statement.bindNull(int, java.lang.Class<?>). | 
static BoundValue | 
BoundValue.value(Object value)
Create a  
BoundValue that represents Statement.bind(int, java.lang.Object). | 
| Modifier and Type | Method and Description | 
|---|---|
static Bindings.IndexBinding | 
Bindings.indexBinding(int index,
            BoundValue boundValue)
Factory method to create  
Bindings.IndexBinding. | 
static Bindings.NamedBinding | 
Bindings.namedBinding(String name,
            BoundValue boundValue)
Factory method to create  
Bindings.NamedBinding. | 
| Modifier and Type | Field and Description | 
|---|---|
BiConsumer<BoundValue,StringBuilder> | 
QueryExecutionInfoFormatter.onBoundValue
Default implementation for formatting bound value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryExecutionInfoFormatter | 
QueryExecutionInfoFormatter.boundValue(BiConsumer<BoundValue,StringBuilder> onBoundValue)
Set a consumer for converting  
BoundValue. | 
Copyright © 2025. All rights reserved.