ResolveExprSet

molecule.sql.core.query.ResolveExprSet
trait ResolveExprSet extends ResolveExpr

Attributes

Source
ResolveExprSet.scala
Graph
Supertypes
trait ResolveExpr
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

protected def has[T : ClassTag](col: String, sets: Seq[Set[T]], res: <none>[T], one2sql: T => String, mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def has2[T](col: String, filterAttr: String, filterCardOne: Boolean, tpe: String, res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def hasNo[T](col: String, sets: Seq[Set[T]], res: <none>[T], one2sql: T => String, mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def hasNo2[T](col: String, filterAttr: String, filterCardOne: Boolean, tpe: String, res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def matchSet(col: String, set: Set[String]): String

Attributes

Source
ResolveExprSet.scala
protected def matchSets[T](col: String, sets: Seq[Set[T]], set2sqls: Set[T] => Set[String]): String

Attributes

Source
ResolveExprSet.scala
protected def noBooleanSetAggr[T](res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def noBooleanSetCounts(n: Int): Unit

Attributes

Source
ResolveExprSet.scala
protected def optHas[T : ClassTag](col: String, optSets: Option[Seq[Set[T]]], res: <none>[T], one2sql: T => String): Unit

Attributes

Source
ResolveExprSet.scala
protected def optHasNo[T : ClassTag](col: String, optSets: Option[Seq[Set[T]]], res: <none>[T], one2sql: T => String): Unit

Attributes

Source
ResolveExprSet.scala
override protected def resolveAttrSetMan(attr: AttrSetMan): Unit

Attributes

Definition Classes
Source
ResolveExprSet.scala
override protected def resolveAttrSetOpt(attr: AttrSetOpt): Unit

Attributes

Definition Classes
Source
ResolveExprSet.scala
override protected def resolveAttrSetTac(attr: AttrSetTac): Unit

Attributes

Definition Classes
Source
ResolveExprSet.scala
protected def setAggr[T : ClassTag](col: String, fn: String, optN: Option[Int], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setAttr[T : ClassTag](col: String, res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def setEqual[T](col: String, sets: Seq[Set[T]], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setEqual2[T](col: String, filterAttr: String, res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def setExpr[T : ClassTag](col: String, op: Op, sets: Seq[Set[T]], res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def setExpr2[T](col: String, op: Op, filterAttr: String, cardOne: Boolean, tpe: String, res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def setMan[T : ClassTag](attr: Attr, tpe: String, args: Seq[Set[T]], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setNeq[T](col: String, sets: Seq[Set[T]], res: <none>[T], mandatory: Boolean): Unit

Attributes

Source
ResolveExprSet.scala
protected def setNeq2(col: String, filterAttr: String): Unit

Attributes

Source
ResolveExprSet.scala
protected def setNoValue(col: String): Unit

Attributes

Source
ResolveExprSet.scala
protected def setOpt[T : ClassTag](attr: Attr, optSets: Option[Seq[Set[T]]], resOpt: <none>[T], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setOptAttr[T](col: String, res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setOptEqual[T](col: String, optSets: Option[Seq[Set[T]]], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setOptNeq[T](col: String, optSets: Option[Seq[Set[T]]], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala
protected def setTac[T : ClassTag](attr: Attr, tpe: String, args: Seq[Set[T]], res: <none>[T]): Unit

Attributes

Source
ResolveExprSet.scala

Inherited methods

protected def resolveAttrOneMan(attr: AttrOneMan): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveAttrOneOpt(attr: AttrOneOpt): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveAttrOneTac(attr: AttrOneTac): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveRefAttrSetMan(attr: AttrSetMan): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveRefAttrSetOpt(attr: AttrSetOpt): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveRefAttrSetTac(attr: AttrSetTac): Unit

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala