Interface | Description |
---|---|
BindInfo |
Hold contextual information for bind operations(
bind and bindNull ). |
Binding |
Represent an operation of
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>) . |
BoundValue |
Represent a value for
Statement.bind(int, java.lang.Object) and Statement.bindNull(int, java.lang.Class<?>) operations. |
ConnectionInfo |
Hold
Connection related information. |
MethodExecutionInfo |
Hold method execution related information.
|
QueryExecutionInfo |
Hold query execution related information.
|
StatementInfo |
Hold
Statement related information. |
ValueStore |
Custom value store.
|
Class | Description |
---|---|
Bindings |
Represent set of
Binding for each batch. |
Bindings.IndexBinding |
Represents index binding.
|
Bindings.NamedBinding |
Represents named(String) binding.
|
BoundValue.DefaultBoundValue |
Default implementation of
BoundValue . |
DefaultValueStore |
Default implementation of
ValueStore . |
QueryInfo |
Hold each query related info.
|
Enum | Description |
---|---|
ExecutionType |
Query execution type.
|
ProxyEventType |
Proxy callback event type.
|
Exception | Description |
---|---|
R2dbcProxyException |
Generic r2dbc-proxy exception.
|
Copyright © 2024. All rights reserved.