SpecializedJdbcResultConverter

slick.jdbc.SpecializedJdbcResultConverter$

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.

Attributes

Source:
SpecializedJdbcResultConverters.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def base[T](ti: JdbcType[T], name: String, idx: Int): BaseResultConverter[T]

Create a new type-specialized BaseResultConverter for the given type-specialized JdbcType

Create a new type-specialized BaseResultConverter for the given type-specialized JdbcType

Attributes

Source:
SpecializedJdbcResultConverters.scala