Packages

c

slick.lifted

ConstColumn

class ConstColumn[T] extends TypedRep[T]

A scalar value that is known at the client side at the time a query is executed. This is either a constant value (LiteralColumn) or a scalar parameter.

Source
Rep.scala
Linear Supertypes
TypedRep[T], Rep[T], AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstColumn
  2. TypedRep
  3. Rep
  4. AnyRef
  5. 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 ConstColumn(toNode: Node)(implicit arg0: TypedType[T])

Value Members

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

    Encode a reference into this Rep.

    Encode a reference into this Rep.

    Definition Classes
    ConstColumnTypedRepRep
  2. val toNode: Node

    Get the Node for this Rep.

    Get the Node for this Rep.

    Definition Classes
    ConstColumnRep
  3. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  4. implicit final val tpe: TypedType[T]
    Definition Classes
    TypedRep