ConstColumn

slick.lifted.ConstColumn
class ConstColumn[T](val toNode: Node)(implicit evidence$1: TypedType[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.

Attributes

Source:
Rep.scala
Graph
Supertypes
class TypedRep[T]
trait Rep[T]
class Object
trait Matchable
class Any
Known subtypes
class LiteralColumn[T]

Members list

Concise view

Value members

Concrete methods

override def encodeRef(path: Node): ConstColumn[T]

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Definition Classes
Source:
Rep.scala

Inherited methods

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
Rep -> Any
Inherited from:
Rep
Source:
Rep.scala

Concrete fields

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Source:
Rep.scala

Implicits

Inherited implicits

final implicit val tpe: TypedType[T]

Attributes

Inherited from:
TypedRep
Source:
Rep.scala