Trait

org.squeryl.dsl

TypedExpression

Related Doc: package dsl

Permalink

trait TypedExpression[A1, T1] extends ExpressionNode

Self Type
TypedExpression[A1, T1]
Source
TypedExpression.scala
Linear Supertypes
ExpressionNode, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedExpression
  2. ExpressionNode
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def doWrite(sw: StatementWriter): Unit

    Permalink
    Definition Classes
    ExpressionNode
  2. abstract def mapper: OutMapper[A1]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  4. def +[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  5. def -[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  6. def /[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3, A4, T4](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3], tf: Floatifier[T3, A4, T4]): TypedExpression[A4, T4]

    Permalink
  7. def :=(q: Query[Measures[A1]]): UpdateAssignment

    Permalink
  8. def :=[B](b: B)(implicit B: (B) ⇒ TypedExpression[A1, T1]): UpdateAssignment

    Permalink
  9. def <[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  10. def <[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  11. def <=[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  12. def <=[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  13. def <>[A2, T2](q: Query[Measures[A2]])(implicit tef: TypedExpressionFactory[A2, T2], ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  14. def <>[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  15. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def ===[A2, T2](q: Query[Measures[A2]])(implicit tef: TypedExpressionFactory[A2, T2], ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  17. def ===[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): EqualityExpression

    Permalink
  18. def >[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  19. def >[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  20. def >=[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  21. def >=[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  22. def ?: TypedExpression.this.type

    Permalink
    Definition Classes
    ExpressionNode
  23. var _inhibitedByWhen: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ExpressionNode
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def between[A2, T2, A3, T3](b1: TypedExpression[A2, T2], b2: TypedExpression[A3, T3])(implicit ev1: CanCompare[T1, T2], ev2: CanCompare[T2, T3]): BetweenExpression

    Permalink
  26. def cast[A, T](typ: String)(implicit tef: TypedExpressionFactory[A, T]): TypedExpression[A, T]

    Permalink
    Definition Classes
    ExpressionNode
  27. def children: List[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def defaultsTo[B](b: B)(implicit B: (B) ⇒ TypedExpression[A1, T1]): DefaultValueAssignment

    Permalink
  30. def div[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3, A4, T4](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3], tf: Floatifier[T3, A4, T4]): TypedExpression[A4, T4]

    Permalink
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def filterDescendants(predicate: (ExpressionNode) ⇒ Boolean): Iterable[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  34. def filterDescendantsOfType[T](implicit manifest: Manifest[T]): Iterable[T]

    Permalink
    Definition Classes
    ExpressionNode
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def gt[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  38. def gt[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  39. def gte[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  40. def gte[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  41. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  42. def id: String

    Permalink
    Definition Classes
    ExpressionNode
  43. def ilike[A2, T2 <: TOptionString](s: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  44. def in[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  45. def in[A2, T2](t: Traversable[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  46. def inhibitWhen(inhibited: Boolean): TypedExpression.this.type

    Permalink
    Definition Classes
    ExpressionNode
  47. def inhibited: Boolean

    Permalink
    Definition Classes
    ExpressionNode
  48. def inhibitedFlagForAstDump: String

    Permalink
    Definition Classes
    ExpressionNode
  49. def is(columnAttributes: AttributeValidOnNumericalColumn*)(implicit restrictUsageWithinSchema: Schema): ColumnAttributeAssignment

    Permalink
  50. def isDistinctFrom[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. def isNotDistinctFrom[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  53. def isNotNull: PostfixOperatorNode with LogicalBoolean

    Permalink
  54. def isNull: PostfixOperatorNode with LogicalBoolean

    Permalink
  55. def like[A2, T2 <: TOptionString](s: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  56. def lt[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  57. def lt[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  58. def lte[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  59. def lte[A2, T2](b: TypedExpression[A2, T2])(implicit ev: CanCompare[T1, T2]): BinaryOperatorNodeLogicalBoolean

    Permalink
  60. def minus[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  61. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. def notIn[A2, T2](q: Query[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  63. def notIn[A2, T2](t: Traversable[A2])(implicit cc: CanCompare[T1, T2]): LogicalBoolean

    Permalink
  64. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  66. var parent: Option[ExpressionNode]

    Permalink
    Definition Classes
    ExpressionNode
  67. def plus[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  68. def regex(pattern: String): FunctionNode with LogicalBoolean

    Permalink
  69. def sample: A1

    Permalink
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  71. def times[T3 >: T1 <: TNumeric, T2 <: T3, A2, A3](e: TypedExpression[A2, T2])(implicit f: TypedExpressionFactory[A3, T3]): TypedExpression[A3, T3]

    Permalink
  72. def toString(): String

    Permalink
    Definition Classes
    ExpressionNode → AnyRef → Any
  73. def visitDescendants(visitor: (ExpressionNode, Option[ExpressionNode], Int) ⇒ Unit): Unit

    Permalink

    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

    Definition Classes
    ExpressionNode
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def write(sw: StatementWriter): Unit

    Permalink
    Definition Classes
    ExpressionNode
  78. def writeToString: String

    Permalink
    Definition Classes
    ExpressionNode
  79. def ||[A2, T2](e: TypedExpression[A2, T2]): ConcatOp[A1, A2, T1, T2]

    Permalink
  80. def ~: TypedExpression[A1, T1]

    Permalink

Inherited from ExpressionNode

Inherited from AnyRef

Inherited from Any

Ungrouped