BaseColumnExtensionMethods

slick.lifted.BaseColumnExtensionMethods
final class BaseColumnExtensionMethods[P1](val c: Rep[P1]) extends AnyVal with ColumnExtensionMethods[P1, P1] with BaseExtensionMethods[P1]

Attributes

Source:
ExtensionMethods.scala
Graph
Supertypes
trait ExtensionMethods[P1, P1]
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ?: Rep[Option[P1]]

Lift a column to an Option column. This is the same as calling slick.lifted.Rep.Some.

Lift a column to an Option column. This is the same as calling slick.lifted.Rep.Some.

Attributes

Source:
ExtensionMethods.scala

Inherited methods

def <[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def <=[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def =!=[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def ===[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def >[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def >=[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def between[P2, P3, R](start: Rep[P2], end: Rep[P3])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def ifNull[P2, R](e: Rep[P2])(implicit om: Boolean <none> R): Rep[P2]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def in[P2, R](first: Rep[P2], second: Rep[P2], rest: Rep[P2]*)(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def in[P2, R, C[_]](e: Query[Rep[P2], _, C])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def inSet[R](seq: Iterable[P1])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala
def inSetBind[R](seq: Iterable[P1])(implicit om: Boolean <none> R): Rep[R]

Attributes

Inherited from:
ColumnExtensionMethods
Source:
ExtensionMethods.scala

Concrete fields

val c: Rep[P1]

Attributes

Source:
ExtensionMethods.scala