| Modifier and Type | Interface and Description |
|---|---|
static interface |
Type.InferredType
Marker interface to indicate type inference.
|
| Modifier and Type | Class and Description |
|---|---|
class |
R2dbcType
Definition of generic SQL types.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
ReadableMetadata.getType()
Returns the database
Type. |
Type |
Parameter.getType()
Returns the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
Parameters.in(Type type)
Create a
NULL IN parameter using the given Type. |
static Parameter |
Parameters.in(Type type,
Object value)
|
static Parameter |
Parameters.inOut(Type type)
Create a
NULL IN/OUT parameter using the given Type. |
static Parameter |
Parameters.inOut(Type type,
Object value)
|
static Parameter |
Parameters.out(Type type)
Create a
OUT parameter using the given Type. |
Copyright © 2022. All rights reserved.