SqlColumnTerm

edu.gemini.grackle.sql.SqlMappingLike.SqlColumnTerm
case class SqlColumnTerm(col: SqlColumn) extends Term[Option[Unit]]

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
SqlMapping.scala
def children: List[Term[_]]

Attributes

Source:
SqlMapping.scala

Inherited methods

def exists(f: Term[_] => Boolean): Boolean

Attributes

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

Attributes

Inherited from:
Term
Source:
predicate.scala
def forall(f: Term[_] => Boolean): Boolean

Attributes

Inherited from:
Term
Source:
predicate.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product