BetweenExpression

org.squeryl.dsl.ast.BetweenExpression

Attributes

Source
ExpressionNode.scala
Graph
Supertypes
class FunctionNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def doWrite(sw: StatementWriter): Unit

Attributes

Definition Classes
Source
ExpressionNode.scala

Inherited methods

def ?: ExpressionNode.this.type

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def and(b: Option[LogicalBoolean]): LogicalBoolean

Attributes

Inherited from:
LogicalBoolean
Source
ExpressionNode.scala

Attributes

Inherited from:
LogicalBoolean
Source
ExpressionNode.scala
def cast[A, T](typ: String)(implicit tef: TypedExpressionFactory[A, T]): TypedExpression[A, T]

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
override def children: List[ExpressionNode]

Attributes

Definition Classes
Inherited from:
FunctionNode
Source
ExpressionNode.scala
def filterDescendants(predicate: ExpressionNode => Boolean): Iterable[ExpressionNode]

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def filterDescendantsOfType[T](implicit ClassTag: ClassTag[T]): Iterable[T]

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def id: String

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def inhibitWhen(inhibited: Boolean): ExpressionNode.this.type

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
override def inhibited: Boolean

Attributes

Definition Classes
Inherited from:
TernaryOperatorNode
Source
ExpressionNode.scala

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def or(b: Option[LogicalBoolean]): LogicalBoolean

Attributes

Inherited from:
LogicalBoolean
Source
ExpressionNode.scala

Attributes

Inherited from:
LogicalBoolean
Source
ExpressionNode.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def visitDescendants(visitor: (ExpressionNode, Option[ExpressionNode], Int) => Unit): Unit

visitor's args are : -the visited node, -it's parent -it's depth

visitor's args are : -the visited node, -it's parent -it's depth

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def write(sw: StatementWriter): Unit

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
def writeToString: String

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala

Inherited fields

protected var _inhibitedByWhen: Boolean

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala
val args: Seq[ExpressionNode]

Attributes

Inherited from:
FunctionNode
Source
ExpressionNode.scala
val name: String

Attributes

Inherited from:
FunctionNode
Source
ExpressionNode.scala
var parent: Option[ExpressionNode]

Attributes

Inherited from:
ExpressionNode
Source
ExpressionNode.scala