T - the type parameterpublic interface R2dbcTypeHandlerAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
adaptClazz()
adapted class
|
T |
getResult(io.r2dbc.spi.Row row,
io.r2dbc.spi.RowMetadata rowMetadata,
int columnIndex)
get result by columnIndex
|
T |
getResult(io.r2dbc.spi.Row row,
io.r2dbc.spi.RowMetadata rowMetadata,
String columnName)
get result by columnName
|
void |
setParameter(io.r2dbc.spi.Statement statement,
ParameterHandlerContext parameterHandlerContext,
T parameter)
setParameter
|
void setParameter(io.r2dbc.spi.Statement statement,
ParameterHandlerContext parameterHandlerContext,
T parameter)
statement - the statementparameterHandlerContext - the parameter handler contextparameter - the parameterT getResult(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata rowMetadata, String columnName)
row - the rowrowMetadata - the row metadatacolumnName - the column nameT getResult(io.r2dbc.spi.Row row, io.r2dbc.spi.RowMetadata rowMetadata, int columnIndex)
row - the rowrowMetadata - the row metadatacolumnIndex - the column indexCopyright © 2022. All rights reserved.