SqlColumnTerm

case class SqlColumnTerm(col: SqlColumn) extends Term[Option[Unit]]

Wraps an SqlColumn as a Term which can appear in a Predicate

Source:
SqlMapping.scala
trait Term[Option[Unit]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def exists(f: Term[_] => Boolean): Boolean
Inherited from:
Term
Source:
predicate.scala
def fold[Acc](acc: Acc)(f: (Acc, Term[_]) => Acc): Acc
Inherited from:
Term
Source:
predicate.scala
def forall(f: Term[_] => Boolean): Boolean
Inherited from:
Term
Source:
predicate.scala
Inherited from:
Product