slick.lifted.LiteralColumn
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 Object
trait Matchable
class Any
Members list
Concise view
Value members
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
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
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
- Inherited from:
- Rep
- Source:
- Rep.scala
Get the Node for this Rep.