slick.jdbc
Factory methods for JdbcResultConverters which are manually specialized on the underlying JdbcType. A generic implementation of this factory still provides allocation free call paths but performs almost 100% slower in the fast path benchmark.
Create a new type-specialized BaseResultConverter for the given type-specialized JdbcType
BaseResultConverter
JdbcType
Create a new type-specialized OptionResultConverter for the given type-specialized JdbcType
OptionResultConverter
Factory methods for JdbcResultConverters which are manually specialized on the underlying JdbcType. A generic implementation of this factory still provides allocation free call paths but performs almost 100% slower in the fast path benchmark.