The full width of this converter (in columns), corresponding to the number of columns that will be read or written by it.
The full width of this converter (in columns), corresponding to the number of columns that will be read or written by it.
Return the next specialized child ResultConverter for the specified type.
Return the next specialized child ResultConverter for the specified type.
The width of this converter without AutoInc columns.
The width of this converter without AutoInc columns.
#fullWidth
(jdbcFastPath: StringAdd).self
(jdbcFastPath: StringFormat).self
(jdbcFastPath: ArrowAssoc[JdbcFastPath[T]]).x
(Since version 2.10.0) Use leftOfArrow instead
(jdbcFastPath: Ensuring[JdbcFastPath[T]]).x
(Since version 2.10.0) Use resultOfEnsuring instead
A
ResultConverterthat simplifies the implementation of fast path converters forJdbcProfile. It always wraps aTypeMappingResultConverteron top of aProductResultConverter, allowing direct access to the product elements.