Packages

c

slick.lifted

LiteralColumn

final case class LiteralColumn[T](value: T)(implicit tt: TypedType[T]) extends ConstColumn[T] with Product with Serializable

A column with a constant value which is inserted into an SQL statement as a literal.

Source
Rep.scala
Linear Supertypes
Serializable, Product, Equals, ConstColumn[T], TypedRep[T], Rep[T], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiteralColumn
  2. Serializable
  3. Product
  4. Equals
  5. ConstColumn
  6. TypedRep
  7. Rep
  8. AnyRef
  9. 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

Instance Constructors

  1. new LiteralColumn(value: T)(implicit tt: TypedType[T])

Value Members

  1. def bind: Rep[T]

    Request that a bind variable be used instead of inserting a literal

  2. def encodeRef(path: Node): ConstColumn[T]

    Encode a reference into this Rep.

    Encode a reference into this Rep.

    Definition Classes
    ConstColumnTypedRepRep
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. val toNode: Node

    Get the Node for this Rep.

    Get the Node for this Rep.

    Definition Classes
    ConstColumnRep
  5. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  6. implicit final val tpe: TypedType[T]
    Definition Classes
    TypedRep
  7. val value: T