Packages

t

slick.relational

ResultConverter

trait ResultConverter[M <: ResultConverterDomain, T] extends Dumpable

A ResultConverter is used to read data from a result, update a result, and set parameters of a query.

Source
ResultConverter.scala
Linear Supertypes
Dumpable, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultConverter
  2. Dumpable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def read(pr: Reader): T
  2. abstract def set(value: T, pp: Writer): Unit
  3. abstract def update(value: T, pr: Updater): Unit
  4. abstract def width: Int

    The width of this converter (in columns), corresponding to the number of columns that will be read or written by it.

Concrete Value Members

  1. def getDumpInfo: DumpInfo

    Return the name, main info, attribute info and named children

    Return the name, main info, attribute info and named children

    Definition Classes
    ResultConverterDumpable
  2. def toString(): String
    Definition Classes
    ResultConverter → AnyRef → Any