| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Type.InferredTypeMarker interface to indicate type inference. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | R2dbcTypeDefinition 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 INparameter using the givenType. | 
| static Parameter | Parameters. in(Type type,
  Object value) | 
| static Parameter | Parameters. inOut(Type type)Create a  NULL IN/OUTparameter using the givenType. | 
| static Parameter | Parameters. inOut(Type type,
     Object value) | 
| static Parameter | Parameters. out(Type type)Create a  OUTparameter using the givenType. | 
Copyright © 2021. All rights reserved.