LiteralColumn

slick.lifted.LiteralColumn
final case class LiteralColumn[T](value: T)(implicit tt: TypedType[T]) extends ConstColumn[T]

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

Attributes

Source:
Rep.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ConstColumn[T]
class TypedRep[T]
trait Rep[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def bind: Rep[T]

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

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

Attributes

Source:
Rep.scala

Inherited methods

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

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Definition Classes
Inherited from:
ConstColumn
Source:
Rep.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
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

Inherited fields

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Inherited from:
ConstColumn
Source:
Rep.scala

Implicits

Inherited implicits

final implicit val tpe: TypedType[T]

Attributes

Inherited from:
TypedRep
Source:
Rep.scala