Packages

o

slick.jdbc

SpecializedJdbcResultConverter

object 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.

Source
SpecializedJdbcResultConverters.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpecializedJdbcResultConverter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def base[T](ti: JdbcType[T], name: String, idx: Int): ResultConverter[JdbcResultConverterDomain, T]

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

  2. def option[T](ti: JdbcType[T], idx: Int): ResultConverter[JdbcResultConverterDomain, Option[T]]

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