R2dbcRow

constructor(row: Row, typeMapping: R2dbcTypeMapping)

Parameters

row

The actual underlying wrapped Row that is being accessed.

typeMapping

The type mapper logic being used to get values from a Row.