Rep

slick.lifted.Rep
See theRep companion trait
object Rep

Attributes

Companion
trait
Source
Rep.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rep.type

Members list

Type members

Classlikes

abstract class TypedRep[T](implicit val tpe: TypedType[T]) extends Rep[T]

Attributes

Source
Rep.scala
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any
Known subtypes
class TypedCase[B, T]
class ConstColumn[T]
class LiteralColumn[T]
abstract class UntypedRep[T] extends Rep[T]

Attributes

Source
Rep.scala
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def None[T](implicit tpe: TypedType[T]): Rep[Option[T]]

Create a Rep version of a None Option value. This is only supported for single-column values.

Create a Rep version of a None Option value. This is only supported for single-column values.

Attributes

Source
Rep.scala
def Some[M, O](v: M)(implicit od: OptionLift[M, O]): O

Lift a value inside a Rep into a Some Option value.

Lift a value inside a Rep into a Some Option value.

Attributes

Source
Rep.scala

Attributes

Source
Rep.scala
def forNode[T : TypedType](n: Node): Rep[T]

Attributes

Source
Rep.scala
def forNodeUntyped[T](n: Node): Rep[T]

Attributes

Source
Rep.scala