Return the name, main info, attribute info and named children
Return the name, main info, attribute info and named children
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 (in columns), corresponding to the number of columns that will be read or written by it.
The width of this converter (in columns), corresponding to the number of columns that will be read or written by it.
(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
ResultConverter
that simplifies the implementation of fast path converters forJdbcProfile
. It always wraps aTypeMappingResultConverter
on top of aProductResultConverter
, allowing direct access to the product elements.