ResolveExprOne

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

Attributes

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

Members list

Value members

Concrete methods

protected def addSort(attr: Attr, col: String): Unit

Attributes

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

Attributes

Source
ResolveExprOne.scala
protected def compare[T](col: String, arg: T, op: String, one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def compare2(col: String, op: String, filterAttr: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def contains[T](col: String, arg: T): Unit

Attributes

Source
ResolveExprOne.scala
protected def endsWith[T](col: String, arg: T): Unit

Attributes

Source
ResolveExprOne.scala
protected def equal[T : ClassTag](col: String, args: Seq[T], one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def equal2(col: String, filterAttr: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def even(col: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def expr[T : ClassTag](col: String, op: Op, args: Seq[T], res: <none>[T]): Unit

Attributes

Source
ResolveExprOne.scala
protected def expr2(col: String, op: Op, filterAttr: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def man[T : ClassTag](attr: Attr, args: Seq[T], res: <none>[T]): Unit

Attributes

Source
ResolveExprOne.scala
protected def matches(col: String, regex: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def neq[T](col: String, args: Seq[T], one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def neq2(col: String, filterAttr: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def noValue(col: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def odd(col: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def opt[T : ClassTag](attr: Attr, optArgs: Option[Seq[T]], resOpt: <none>[T]): Unit

Attributes

Source
ResolveExprOne.scala
protected def optCompare[T](col: String, optArgs: Option[Seq[T]], op: String, one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def optEqual[T : ClassTag](col: String, optArgs: Option[Seq[T]], one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def optNeq[T](col: String, optArgs: Option[Seq[T]], one2sql: T => String): Unit

Attributes

Source
ResolveExprOne.scala
protected def remainder[T](col: String, args: Seq[T]): Unit

Attributes

Source
ResolveExprOne.scala
override protected def resolveAttrOneMan(attr: AttrOneMan): Unit

Attributes

Definition Classes
Source
ResolveExprOne.scala
override protected def resolveAttrOneOpt(attr: AttrOneOpt): Unit

Attributes

Definition Classes
Source
ResolveExprOne.scala
override protected def resolveAttrOneTac(attr: AttrOneTac): Unit

Attributes

Definition Classes
Source
ResolveExprOne.scala
protected def selectWithOrder(col: String, fn: String, distinct: String, cast: String): Unit

Attributes

Source
ResolveExprOne.scala
protected def startsWith[T](col: String, arg: T): Unit

Attributes

Source
ResolveExprOne.scala
protected def tac[T : ClassTag](attr: Attr, args: Seq[T], res: <none>[T]): Unit

Attributes

Source
ResolveExprOne.scala

Inherited methods

protected def resolveAttrSetMan(attr: AttrSetMan): Unit

Attributes

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

Attributes

Inherited from:
ResolveExpr
Source
ResolveExpr.scala
protected def resolveAttrSetTac(attr: AttrSetTac): 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