GetResult

slick.jdbc.GetResult
See theGetResult companion object
trait GetResult[+T] extends PositionedResult => T

Basic conversions for extracting values from PositionedResults.

Attributes

Companion:
object
Source:
GetResult.scala
Graph
Supertypes
trait PositionedResult => T
class Object
trait Matchable
class Any
Known subtypes
object GetBigDecimal.type
object GetBoolean.type
object GetBooleanOption.type
object GetByte.type
object GetByteOption.type
object GetDate.type
object GetDateOption.type
object GetDouble.type
object GetDoubleOption.type
object GetFloat.type
object GetFloatOption.type
object GetInt.type
object GetIntOption.type
object GetLong.type
object GetLongOption.type
object GetShort.type
object GetShortOption.type
object GetString.type
object GetStringOption.type
object GetTime.type
object GetTimeOption.type
object GetTimestamp.type
object GetTimestampOption.type
Self type

Members list

Concise view

Value members

Concrete methods

override def andThen[A](g: T => A): GetResult[A]

Attributes

Definition Classes
Function1
Source:
GetResult.scala

Inherited methods

Attributes

Inherited from:
Function1
def compose[A](g: A => PositionedResult): A => R

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1