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 Serializabletrait Producttrait Equalsclass ConstColumn[T]class TypedRep[T]trait Rep[T]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Encode a reference into this Rep.
Encode a reference into this Rep.
Attributes
- Definition Classes
- Inherited from:
- ConstColumn
- Source
- Rep.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Get the Node for this Rep.
In this article