org.squeryl.dsl

QueryDsl

trait QueryDsl extends DslFactory with WhereState[Unconditioned] with ComputeMeasuresSignaturesFromStartOrWhereState with StartState with QueryElements[Unconditioned] with JoinSignatures with FromSignatures

linear super types: FromSignatures, JoinSignatures, QueryElements[Unconditioned], StartState, WhereState[Unconditioned], ComputeMeasuresSignaturesFromStartOrWhereState, GroupBySignatures, DslFactory, SqlFunctions, TypeArithmetic, FieldTypes, AnyRef, Any
known subclasses: CustomTypesMode, CustomTypesMode, PrimitiveTypeMode, PrimitiveTypeMode
self type: QueryDsl
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. QueryDsl
  2. FromSignatures
  3. JoinSignatures
  4. QueryElements
  5. StartState
  6. WhereState
  7. ComputeMeasuresSignaturesFromStartOrWhereState
  8. GroupBySignatures
  9. DslFactory
  10. SqlFunctions
  11. TypeArithmetic
  12. FieldTypes
  13. AnyRef
  14. Any
Visibility
  1. Public
  2. All
Impl.
  1. Concrete
  2. Abstract

Type Members

  1. type BigDecimalType

    attributes: abstract
    definition classes: FieldTypes
  2. type BinaryType

    attributes: abstract
    definition classes: FieldTypes
  3. type BooleanType

    attributes: abstract
    definition classes: FieldTypes
  4. type ByteType

    attributes: abstract
    definition classes: FieldTypes
  5. class CountFunction extends FunctionNode[LongType] with NumericalExpression[LongType]

  6. class CountSubQueryableQuery extends Query[LongType] with ScalarQuery[LongType]

  7. type DateType

    attributes: abstract
    definition classes: FieldTypes
  8. type DoubleType

    attributes: abstract
    definition classes: FieldTypes
  9. type EnumerationValueType

    attributes: abstract
    definition classes: FieldTypes
  10. type FloatType

    attributes: abstract
    definition classes: FieldTypes
  11. type IntType

    attributes: abstract
    definition classes: FieldTypes
  12. class JoinPrecursor [A] extends AnyRef

  13. type LongType

    attributes: abstract
    definition classes: FieldTypes
  14. class ManyToManyRelationBuilder [L <: org.squeryl.KeyedEntity[_], R <: org.squeryl.KeyedEntity[_]] extends AnyRef

  15. class ManyToManyRelationImpl [L <: org.squeryl.KeyedEntity[_], R <: org.squeryl.KeyedEntity[_], A <: org.squeryl.KeyedEntity[_]] extends Table[A] with ManyToManyRelation[L, R, A]

  16. class OneToManyRelationBuilder [O <: org.squeryl.KeyedEntity[_], M] extends AnyRef

  17. class OneToManyRelationImpl [O <: org.squeryl.KeyedEntity[_], M] extends OneToManyRelation[O, M]

  18. class ScalarMeasureQuery [T] extends Query[T] with ScalarQuery[T]

  19. trait ScalarQuery [T] extends Query[T] with SingleColumnQuery[T] with SingleRowQuery[T]

  20. trait SingleColumnQuery [T] extends AnyRef

  21. trait SingleRowQuery [R] extends AnyRef

  22. type StringType

    attributes: abstract
    definition classes: FieldTypes
  23. type TimestampType

    attributes: abstract
    definition classes: FieldTypes
  24. type UuidType

    attributes: abstract
    definition classes: FieldTypes

Value Members

  1. def != (arg0: AnyRef) : Boolean

    attributes: final
    definition classes: AnyRef
  2. def != (arg0: Any) : Boolean

    o != arg0 is the same as !(o == (arg0)).

    o != arg0 is the same as !(o == (arg0)).

    arg0

    the object to compare against this object for dis-equality.

    returns

    false if the receiver object is equivalent to the argument; true otherwise.

    attributes: final
    definition classes: Any
  3. def ## () : Int

    attributes: final
    definition classes: AnyRef → Any
  4. def $asInstanceOf [T0] () : T0

    attributes: final
    definition classes: AnyRef
  5. def $isInstanceOf [T0] () : Boolean

    attributes: final
    definition classes: AnyRef
  6. def & [A] (i: ⇒ TypedExpressionNode[A]) : A

  7. def == (arg0: AnyRef) : Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: AnyRef
  8. def == (arg0: Any) : Boolean

    o == arg0 is the same as o.equals(arg0).

    o == arg0 is the same as o.equals(arg0).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    attributes: final
    definition classes: Any
  9. implicit def __thisDsl : QueryDsl

    attributes: implicit
  10. def asInstanceOf [T0] : T0

    This method is used to cast the receiver object to be of type T0.

    This method is used to cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expressionList(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    the receiver object.

    attributes: final
    definition classes: Any
  11. def avg [A] (e: NumericalExpression[A]) : UnaryAgregateFloatOp[A]

    definition classes: SqlFunctions
  12. implicit def bigDecimal2ScalarBigDecimal (b: BigDecimalType) : NumericalExpression[BigDecimalType]

    attributes: implicit
    definition classes: DslFactory
  13. implicit def binary2ScalarBinary (b: BinaryType) : BinaryExpression[BinaryType]

    attributes: implicit
    definition classes: DslFactory
  14. implicit def binaryOpConv1 (op: BinaryDivOp[ByteType, ByteType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  15. implicit def binaryOpConv1 (op: BinaryAMSOp[ByteType, ByteType]) : NumericalTypeConversion[ByteType]

    attributes: implicit
    definition classes: TypeArithmetic
  16. implicit def binaryOpConv10 (op: BinaryDivOp[ByteType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  17. implicit def binaryOpConv10 (op: BinaryAMSOp[ByteType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  18. implicit def binaryOpConv100 (op: BinaryDivOp[Option[DoubleType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  19. implicit def binaryOpConv100 (op: BinaryAMSOp[Option[DoubleType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  20. implicit def binaryOpConv100bd (op: BinaryDivOp[Option[DoubleType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  21. implicit def binaryOpConv100bd (op: BinaryAMSOp[Option[DoubleType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  22. implicit def binaryOpConv101 (op: BinaryDivOp[BigDecimalType, ByteType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  23. implicit def binaryOpConv101 (op: BinaryAMSOp[BigDecimalType, ByteType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  24. implicit def binaryOpConv102 (op: BinaryDivOp[BigDecimalType, IntType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  25. implicit def binaryOpConv102 (op: BinaryAMSOp[BigDecimalType, IntType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  26. implicit def binaryOpConv103 (op: BinaryDivOp[BigDecimalType, LongType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  27. implicit def binaryOpConv103 (op: BinaryAMSOp[BigDecimalType, LongType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  28. implicit def binaryOpConv104 (op: BinaryDivOp[BigDecimalType, FloatType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  29. implicit def binaryOpConv104 (op: BinaryAMSOp[BigDecimalType, FloatType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  30. implicit def binaryOpConv105 (op: BinaryDivOp[BigDecimalType, DoubleType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  31. implicit def binaryOpConv105 (op: BinaryAMSOp[BigDecimalType, DoubleType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  32. implicit def binaryOpConv106 (op: BinaryDivOp[BigDecimalType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  33. implicit def binaryOpConv106 (op: BinaryAMSOp[BigDecimalType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  34. implicit def binaryOpConv107 (op: BinaryDivOp[BigDecimalType, Option[ByteType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  35. implicit def binaryOpConv107 (op: BinaryAMSOp[BigDecimalType, Option[ByteType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  36. implicit def binaryOpConv108 (op: BinaryDivOp[BigDecimalType, Option[IntType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  37. implicit def binaryOpConv108 (op: BinaryAMSOp[BigDecimalType, Option[IntType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  38. implicit def binaryOpConv109 (op: BinaryDivOp[BigDecimalType, Option[LongType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  39. implicit def binaryOpConv109 (op: BinaryAMSOp[BigDecimalType, Option[LongType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  40. implicit def binaryOpConv10bd (op: BinaryDivOp[ByteType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  41. implicit def binaryOpConv10bd (op: BinaryAMSOp[ByteType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  42. implicit def binaryOpConv11 (op: BinaryDivOp[IntType, ByteType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  43. implicit def binaryOpConv11 (op: BinaryAMSOp[IntType, ByteType]) : NumericalTypeConversion[IntType]

    attributes: implicit
    definition classes: TypeArithmetic
  44. implicit def binaryOpConv110 (op: BinaryDivOp[BigDecimalType, Option[FloatType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  45. implicit def binaryOpConv110 (op: BinaryAMSOp[BigDecimalType, Option[FloatType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  46. implicit def binaryOpConv111 (op: BinaryDivOp[BigDecimalType, Option[DoubleType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  47. implicit def binaryOpConv111 (op: BinaryAMSOp[BigDecimalType, Option[DoubleType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  48. implicit def binaryOpConv112 (op: BinaryDivOp[BigDecimalType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  49. implicit def binaryOpConv112 (op: BinaryAMSOp[BigDecimalType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  50. implicit def binaryOpConv113 (op: BinaryDivOp[Option[BigDecimalType], ByteType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  51. implicit def binaryOpConv113 (op: BinaryAMSOp[Option[BigDecimalType], ByteType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  52. implicit def binaryOpConv114 (op: BinaryDivOp[Option[BigDecimalType], IntType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  53. implicit def binaryOpConv114 (op: BinaryAMSOp[Option[BigDecimalType], IntType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  54. implicit def binaryOpConv115 (op: BinaryDivOp[Option[BigDecimalType], LongType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  55. implicit def binaryOpConv115 (op: BinaryAMSOp[Option[BigDecimalType], LongType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  56. implicit def binaryOpConv116 (op: BinaryDivOp[Option[BigDecimalType], FloatType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  57. implicit def binaryOpConv116 (op: BinaryAMSOp[Option[BigDecimalType], FloatType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  58. implicit def binaryOpConv117 (op: BinaryDivOp[Option[BigDecimalType], DoubleType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  59. implicit def binaryOpConv117 (op: BinaryAMSOp[Option[BigDecimalType], DoubleType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  60. implicit def binaryOpConv118 (op: BinaryDivOp[Option[BigDecimalType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  61. implicit def binaryOpConv118 (op: BinaryAMSOp[Option[BigDecimalType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  62. implicit def binaryOpConv119 (op: BinaryDivOp[Option[BigDecimalType], Option[ByteType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  63. implicit def binaryOpConv119 (op: BinaryAMSOp[Option[BigDecimalType], Option[ByteType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  64. implicit def binaryOpConv12 (op: BinaryDivOp[IntType, IntType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  65. implicit def binaryOpConv12 (op: BinaryAMSOp[IntType, IntType]) : NumericalTypeConversion[IntType]

    attributes: implicit
    definition classes: TypeArithmetic
  66. implicit def binaryOpConv120 (op: BinaryDivOp[Option[BigDecimalType], Option[IntType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  67. implicit def binaryOpConv120 (op: BinaryAMSOp[Option[BigDecimalType], Option[IntType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  68. implicit def binaryOpConv121 (op: BinaryDivOp[Option[BigDecimalType], Option[LongType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  69. implicit def binaryOpConv121 (op: BinaryAMSOp[Option[BigDecimalType], Option[LongType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  70. implicit def binaryOpConv122 (op: BinaryDivOp[Option[BigDecimalType], Option[FloatType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  71. implicit def binaryOpConv122 (op: BinaryAMSOp[Option[BigDecimalType], Option[FloatType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  72. implicit def binaryOpConv123 (op: BinaryDivOp[Option[BigDecimalType], Option[DoubleType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  73. implicit def binaryOpConv123 (op: BinaryAMSOp[Option[BigDecimalType], Option[DoubleType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  74. implicit def binaryOpConv124 (op: BinaryDivOp[Option[BigDecimalType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  75. implicit def binaryOpConv124 (op: BinaryAMSOp[Option[BigDecimalType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  76. implicit def binaryOpConv13 (op: BinaryDivOp[IntType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  77. implicit def binaryOpConv13 (op: BinaryAMSOp[IntType, LongType]) : NumericalTypeConversion[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  78. implicit def binaryOpConv14 (op: BinaryDivOp[IntType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  79. implicit def binaryOpConv14 (op: BinaryAMSOp[IntType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  80. implicit def binaryOpConv15 (op: BinaryDivOp[IntType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  81. implicit def binaryOpConv15 (op: BinaryAMSOp[IntType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  82. implicit def binaryOpConv15bd (op: BinaryDivOp[IntType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  83. implicit def binaryOpConv15bd (op: BinaryAMSOp[IntType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  84. implicit def binaryOpConv16 (op: BinaryDivOp[IntType, Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  85. implicit def binaryOpConv16 (op: BinaryAMSOp[IntType, Option[ByteType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  86. implicit def binaryOpConv17 (op: BinaryDivOp[IntType, Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  87. implicit def binaryOpConv17 (op: BinaryAMSOp[IntType, Option[IntType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  88. implicit def binaryOpConv18 (op: BinaryDivOp[IntType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  89. implicit def binaryOpConv18 (op: BinaryAMSOp[IntType, Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  90. implicit def binaryOpConv19 (op: BinaryDivOp[IntType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  91. implicit def binaryOpConv19 (op: BinaryAMSOp[IntType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  92. implicit def binaryOpConv2 (op: BinaryDivOp[ByteType, IntType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  93. implicit def binaryOpConv2 (op: BinaryAMSOp[ByteType, IntType]) : NumericalTypeConversion[IntType]

    attributes: implicit
    definition classes: TypeArithmetic
  94. implicit def binaryOpConv20 (op: BinaryDivOp[IntType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  95. implicit def binaryOpConv20 (op: BinaryAMSOp[IntType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  96. implicit def binaryOpConv20bd (op: BinaryDivOp[IntType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  97. implicit def binaryOpConv20bd (op: BinaryAMSOp[IntType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  98. implicit def binaryOpConv21 (op: BinaryDivOp[LongType, ByteType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  99. implicit def binaryOpConv21 (op: BinaryAMSOp[LongType, ByteType]) : NumericalTypeConversion[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  100. implicit def binaryOpConv22 (op: BinaryDivOp[LongType, IntType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  101. implicit def binaryOpConv22 (op: BinaryAMSOp[LongType, IntType]) : NumericalTypeConversion[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  102. implicit def binaryOpConv23 (op: BinaryDivOp[LongType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  103. implicit def binaryOpConv23 (op: BinaryAMSOp[LongType, LongType]) : NumericalTypeConversion[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  104. implicit def binaryOpConv24 (op: BinaryDivOp[LongType, FloatType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  105. implicit def binaryOpConv24 (op: BinaryAMSOp[LongType, FloatType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  106. implicit def binaryOpConv25 (op: BinaryDivOp[LongType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  107. implicit def binaryOpConv25 (op: BinaryAMSOp[LongType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  108. implicit def binaryOpConv25bd (op: BinaryDivOp[LongType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  109. implicit def binaryOpConv25bd (op: BinaryAMSOp[LongType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  110. implicit def binaryOpConv26 (op: BinaryDivOp[LongType, Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  111. implicit def binaryOpConv26 (op: BinaryAMSOp[LongType, Option[ByteType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  112. implicit def binaryOpConv27 (op: BinaryDivOp[LongType, Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  113. implicit def binaryOpConv27 (op: BinaryAMSOp[LongType, Option[IntType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  114. implicit def binaryOpConv28 (op: BinaryDivOp[LongType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  115. implicit def binaryOpConv28 (op: BinaryAMSOp[LongType, Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  116. implicit def binaryOpConv29 (op: BinaryDivOp[LongType, Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  117. implicit def binaryOpConv29 (op: BinaryAMSOp[LongType, Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  118. implicit def binaryOpConv3 (op: BinaryDivOp[ByteType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  119. implicit def binaryOpConv3 (op: BinaryAMSOp[ByteType, LongType]) : NumericalTypeConversion[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  120. implicit def binaryOpConv30 (op: BinaryDivOp[LongType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  121. implicit def binaryOpConv30 (op: BinaryAMSOp[LongType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  122. implicit def binaryOpConv30bd (op: BinaryDivOp[LongType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  123. implicit def binaryOpConv30bd (op: BinaryAMSOp[LongType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  124. implicit def binaryOpConv31 (op: BinaryDivOp[FloatType, ByteType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  125. implicit def binaryOpConv31 (op: BinaryAMSOp[FloatType, ByteType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  126. implicit def binaryOpConv32 (op: BinaryDivOp[FloatType, IntType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  127. implicit def binaryOpConv32 (op: BinaryAMSOp[FloatType, IntType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  128. implicit def binaryOpConv33 (op: BinaryDivOp[FloatType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  129. implicit def binaryOpConv33 (op: BinaryAMSOp[FloatType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  130. implicit def binaryOpConv34 (op: BinaryDivOp[FloatType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  131. implicit def binaryOpConv34 (op: BinaryAMSOp[FloatType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  132. implicit def binaryOpConv35 (op: BinaryDivOp[FloatType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  133. implicit def binaryOpConv35 (op: BinaryAMSOp[FloatType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  134. implicit def binaryOpConv35bd (op: BinaryDivOp[FloatType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  135. implicit def binaryOpConv35bd (op: BinaryAMSOp[FloatType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  136. implicit def binaryOpConv36 (op: BinaryDivOp[FloatType, Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  137. implicit def binaryOpConv36 (op: BinaryAMSOp[FloatType, Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  138. implicit def binaryOpConv37 (op: BinaryDivOp[FloatType, Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  139. implicit def binaryOpConv37 (op: BinaryAMSOp[FloatType, Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  140. implicit def binaryOpConv38 (op: BinaryDivOp[FloatType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  141. implicit def binaryOpConv38 (op: BinaryAMSOp[FloatType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  142. implicit def binaryOpConv39 (op: BinaryDivOp[FloatType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  143. implicit def binaryOpConv39 (op: BinaryAMSOp[FloatType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  144. implicit def binaryOpConv4 (op: BinaryDivOp[ByteType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  145. implicit def binaryOpConv4 (op: BinaryAMSOp[ByteType, FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  146. implicit def binaryOpConv40 (op: BinaryDivOp[FloatType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  147. implicit def binaryOpConv40 (op: BinaryAMSOp[FloatType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  148. implicit def binaryOpConv40bd (op: BinaryDivOp[FloatType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  149. implicit def binaryOpConv40bd (op: BinaryAMSOp[FloatType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  150. implicit def binaryOpConv41 (op: BinaryDivOp[DoubleType, ByteType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  151. implicit def binaryOpConv41 (op: BinaryAMSOp[DoubleType, ByteType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  152. implicit def binaryOpConv42 (op: BinaryDivOp[DoubleType, IntType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  153. implicit def binaryOpConv42 (op: BinaryAMSOp[DoubleType, IntType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  154. implicit def binaryOpConv43 (op: BinaryDivOp[DoubleType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  155. implicit def binaryOpConv43 (op: BinaryAMSOp[DoubleType, LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  156. implicit def binaryOpConv44 (op: BinaryDivOp[DoubleType, FloatType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  157. implicit def binaryOpConv44 (op: BinaryAMSOp[DoubleType, FloatType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  158. implicit def binaryOpConv45 (op: BinaryDivOp[DoubleType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  159. implicit def binaryOpConv45 (op: BinaryAMSOp[DoubleType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  160. implicit def binaryOpConv45bd (op: BinaryDivOp[DoubleType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  161. implicit def binaryOpConv45bd (op: BinaryAMSOp[DoubleType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  162. implicit def binaryOpConv46 (op: BinaryDivOp[DoubleType, Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  163. implicit def binaryOpConv46 (op: BinaryAMSOp[DoubleType, Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  164. implicit def binaryOpConv47 (op: BinaryDivOp[DoubleType, Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  165. implicit def binaryOpConv47 (op: BinaryAMSOp[DoubleType, Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  166. implicit def binaryOpConv48 (op: BinaryDivOp[DoubleType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  167. implicit def binaryOpConv48 (op: BinaryAMSOp[DoubleType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  168. implicit def binaryOpConv49 (op: BinaryDivOp[DoubleType, Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  169. implicit def binaryOpConv49 (op: BinaryAMSOp[DoubleType, Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  170. implicit def binaryOpConv5 (op: BinaryDivOp[ByteType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  171. implicit def binaryOpConv5 (op: BinaryAMSOp[ByteType, DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  172. implicit def binaryOpConv50 (op: BinaryDivOp[DoubleType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  173. implicit def binaryOpConv50 (op: BinaryAMSOp[DoubleType, Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  174. implicit def binaryOpConv50bd (op: BinaryDivOp[DoubleType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  175. implicit def binaryOpConv50bd (op: BinaryAMSOp[DoubleType, Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  176. implicit def binaryOpConv51 (op: BinaryDivOp[Option[ByteType], ByteType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  177. implicit def binaryOpConv51 (op: BinaryAMSOp[Option[ByteType], ByteType]) : NumericalTypeConversion[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  178. implicit def binaryOpConv52 (op: BinaryDivOp[Option[ByteType], IntType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  179. implicit def binaryOpConv52 (op: BinaryAMSOp[Option[ByteType], IntType]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  180. implicit def binaryOpConv53 (op: BinaryDivOp[Option[ByteType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  181. implicit def binaryOpConv53 (op: BinaryAMSOp[Option[ByteType], LongType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  182. implicit def binaryOpConv54 (op: BinaryDivOp[Option[ByteType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  183. implicit def binaryOpConv54 (op: BinaryAMSOp[Option[ByteType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  184. implicit def binaryOpConv55 (op: BinaryDivOp[Option[ByteType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  185. implicit def binaryOpConv55 (op: BinaryAMSOp[Option[ByteType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  186. implicit def binaryOpConv55bd (op: BinaryDivOp[Option[ByteType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  187. implicit def binaryOpConv55bd (op: BinaryAMSOp[Option[ByteType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  188. implicit def binaryOpConv56 (op: BinaryDivOp[Option[ByteType], Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  189. implicit def binaryOpConv56 (op: BinaryAMSOp[Option[ByteType], Option[ByteType]]) : NumericalTypeConversion[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  190. implicit def binaryOpConv57 (op: BinaryDivOp[Option[ByteType], Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  191. implicit def binaryOpConv57 (op: BinaryAMSOp[Option[ByteType], Option[IntType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  192. implicit def binaryOpConv58 (op: BinaryDivOp[Option[ByteType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  193. implicit def binaryOpConv58 (op: BinaryAMSOp[Option[ByteType], Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  194. implicit def binaryOpConv59 (op: BinaryDivOp[Option[ByteType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  195. implicit def binaryOpConv59 (op: BinaryAMSOp[Option[ByteType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  196. implicit def binaryOpConv5bd (op: BinaryDivOp[ByteType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  197. implicit def binaryOpConv5bd (op: BinaryAMSOp[ByteType, BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  198. implicit def binaryOpConv6 (op: BinaryDivOp[ByteType, Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  199. implicit def binaryOpConv6 (op: BinaryAMSOp[ByteType, Option[ByteType]]) : NumericalTypeConversion[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  200. implicit def binaryOpConv60 (op: BinaryDivOp[Option[ByteType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  201. implicit def binaryOpConv60 (op: BinaryAMSOp[Option[ByteType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  202. implicit def binaryOpConv60bd (op: BinaryDivOp[Option[ByteType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  203. implicit def binaryOpConv60bd (op: BinaryAMSOp[Option[ByteType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  204. implicit def binaryOpConv61 (op: BinaryDivOp[Option[IntType], ByteType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  205. implicit def binaryOpConv61 (op: BinaryAMSOp[Option[IntType], ByteType]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  206. implicit def binaryOpConv62 (op: BinaryDivOp[Option[IntType], IntType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  207. implicit def binaryOpConv62 (op: BinaryAMSOp[Option[IntType], IntType]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  208. implicit def binaryOpConv63 (op: BinaryDivOp[Option[IntType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  209. implicit def binaryOpConv63 (op: BinaryAMSOp[Option[IntType], LongType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  210. implicit def binaryOpConv64 (op: BinaryDivOp[Option[IntType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  211. implicit def binaryOpConv64 (op: BinaryAMSOp[Option[IntType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  212. implicit def binaryOpConv65 (op: BinaryDivOp[Option[IntType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  213. implicit def binaryOpConv65 (op: BinaryAMSOp[Option[IntType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  214. implicit def binaryOpConv65bd (op: BinaryDivOp[Option[IntType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  215. implicit def binaryOpConv65bd (op: BinaryAMSOp[Option[IntType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  216. implicit def binaryOpConv66 (op: BinaryDivOp[Option[IntType], Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  217. implicit def binaryOpConv66 (op: BinaryAMSOp[Option[IntType], Option[ByteType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  218. implicit def binaryOpConv67 (op: BinaryDivOp[Option[IntType], Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  219. implicit def binaryOpConv67 (op: BinaryAMSOp[Option[IntType], Option[IntType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  220. implicit def binaryOpConv68 (op: BinaryDivOp[Option[IntType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  221. implicit def binaryOpConv68 (op: BinaryAMSOp[Option[IntType], Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  222. implicit def binaryOpConv69 (op: BinaryDivOp[Option[IntType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  223. implicit def binaryOpConv69 (op: BinaryAMSOp[Option[IntType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  224. implicit def binaryOpConv7 (op: BinaryDivOp[ByteType, Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  225. implicit def binaryOpConv7 (op: BinaryAMSOp[ByteType, Option[IntType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  226. implicit def binaryOpConv70 (op: BinaryDivOp[Option[IntType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  227. implicit def binaryOpConv70 (op: BinaryAMSOp[Option[IntType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  228. implicit def binaryOpConv70bd (op: BinaryDivOp[Option[IntType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  229. implicit def binaryOpConv70bd (op: BinaryAMSOp[Option[IntType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  230. implicit def binaryOpConv71 (op: BinaryDivOp[Option[LongType], ByteType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  231. implicit def binaryOpConv71 (op: BinaryAMSOp[Option[LongType], ByteType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  232. implicit def binaryOpConv72 (op: BinaryDivOp[Option[LongType], IntType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  233. implicit def binaryOpConv72 (op: BinaryAMSOp[Option[LongType], IntType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  234. implicit def binaryOpConv73 (op: BinaryDivOp[Option[LongType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  235. implicit def binaryOpConv73 (op: BinaryAMSOp[Option[LongType], LongType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  236. implicit def binaryOpConv74 (op: BinaryDivOp[Option[LongType], FloatType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  237. implicit def binaryOpConv74 (op: BinaryAMSOp[Option[LongType], FloatType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  238. implicit def binaryOpConv75 (op: BinaryDivOp[Option[LongType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  239. implicit def binaryOpConv75 (op: BinaryAMSOp[Option[LongType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  240. implicit def binaryOpConv75bd (op: BinaryDivOp[Option[LongType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  241. implicit def binaryOpConv75bd (op: BinaryAMSOp[Option[LongType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  242. implicit def binaryOpConv76 (op: BinaryDivOp[Option[LongType], Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  243. implicit def binaryOpConv76 (op: BinaryAMSOp[Option[LongType], Option[ByteType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  244. implicit def binaryOpConv77 (op: BinaryDivOp[Option[LongType], Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  245. implicit def binaryOpConv77 (op: BinaryAMSOp[Option[LongType], Option[IntType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  246. implicit def binaryOpConv78 (op: BinaryDivOp[Option[LongType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  247. implicit def binaryOpConv78 (op: BinaryAMSOp[Option[LongType], Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  248. implicit def binaryOpConv79 (op: BinaryDivOp[Option[LongType], Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  249. implicit def binaryOpConv79 (op: BinaryAMSOp[Option[LongType], Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  250. implicit def binaryOpConv8 (op: BinaryDivOp[ByteType, Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  251. implicit def binaryOpConv8 (op: BinaryAMSOp[ByteType, Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  252. implicit def binaryOpConv80 (op: BinaryDivOp[Option[LongType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  253. implicit def binaryOpConv80 (op: BinaryAMSOp[Option[LongType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  254. implicit def binaryOpConv80bd (op: BinaryDivOp[Option[LongType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  255. implicit def binaryOpConv80bd (op: BinaryAMSOp[Option[LongType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  256. implicit def binaryOpConv81 (op: BinaryDivOp[Option[FloatType], ByteType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  257. implicit def binaryOpConv81 (op: BinaryAMSOp[Option[FloatType], ByteType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  258. implicit def binaryOpConv82 (op: BinaryDivOp[Option[FloatType], IntType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  259. implicit def binaryOpConv82 (op: BinaryAMSOp[Option[FloatType], IntType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  260. implicit def binaryOpConv83 (op: BinaryDivOp[Option[FloatType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  261. implicit def binaryOpConv83 (op: BinaryAMSOp[Option[FloatType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  262. implicit def binaryOpConv84 (op: BinaryDivOp[Option[FloatType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  263. implicit def binaryOpConv84 (op: BinaryAMSOp[Option[FloatType], FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  264. implicit def binaryOpConv85 (op: BinaryDivOp[Option[FloatType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  265. implicit def binaryOpConv85 (op: BinaryAMSOp[Option[FloatType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  266. implicit def binaryOpConv85bd (op: BinaryDivOp[Option[FloatType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  267. implicit def binaryOpConv85bd (op: BinaryAMSOp[Option[FloatType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  268. implicit def binaryOpConv86 (op: BinaryDivOp[Option[FloatType], Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  269. implicit def binaryOpConv86 (op: BinaryAMSOp[Option[FloatType], Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  270. implicit def binaryOpConv87 (op: BinaryDivOp[Option[FloatType], Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  271. implicit def binaryOpConv87 (op: BinaryAMSOp[Option[FloatType], Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  272. implicit def binaryOpConv88 (op: BinaryDivOp[Option[FloatType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  273. implicit def binaryOpConv88 (op: BinaryAMSOp[Option[FloatType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  274. implicit def binaryOpConv89 (op: BinaryDivOp[Option[FloatType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  275. implicit def binaryOpConv89 (op: BinaryAMSOp[Option[FloatType], Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  276. implicit def binaryOpConv9 (op: BinaryDivOp[ByteType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  277. implicit def binaryOpConv9 (op: BinaryAMSOp[ByteType, Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  278. implicit def binaryOpConv90 (op: BinaryDivOp[Option[FloatType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  279. implicit def binaryOpConv90 (op: BinaryAMSOp[Option[FloatType], Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  280. implicit def binaryOpConv90bd (op: BinaryDivOp[Option[FloatType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  281. implicit def binaryOpConv90bd (op: BinaryAMSOp[Option[FloatType], Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  282. implicit def binaryOpConv91 (op: BinaryDivOp[Option[DoubleType], ByteType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  283. implicit def binaryOpConv91 (op: BinaryAMSOp[Option[DoubleType], ByteType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  284. implicit def binaryOpConv92 (op: BinaryDivOp[Option[DoubleType], IntType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  285. implicit def binaryOpConv92 (op: BinaryAMSOp[Option[DoubleType], IntType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  286. implicit def binaryOpConv93 (op: BinaryDivOp[Option[DoubleType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  287. implicit def binaryOpConv93 (op: BinaryAMSOp[Option[DoubleType], LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  288. implicit def binaryOpConv94 (op: BinaryDivOp[Option[DoubleType], FloatType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  289. implicit def binaryOpConv94 (op: BinaryAMSOp[Option[DoubleType], FloatType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  290. implicit def binaryOpConv95 (op: BinaryDivOp[Option[DoubleType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  291. implicit def binaryOpConv95 (op: BinaryAMSOp[Option[DoubleType], DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  292. implicit def binaryOpConv95bd (op: BinaryDivOp[Option[DoubleType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  293. implicit def binaryOpConv95bd (op: BinaryAMSOp[Option[DoubleType], BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  294. implicit def binaryOpConv96 (op: BinaryDivOp[Option[DoubleType], Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  295. implicit def binaryOpConv96 (op: BinaryAMSOp[Option[DoubleType], Option[ByteType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  296. implicit def binaryOpConv97 (op: BinaryDivOp[Option[DoubleType], Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  297. implicit def binaryOpConv97 (op: BinaryAMSOp[Option[DoubleType], Option[IntType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  298. implicit def binaryOpConv98 (op: BinaryDivOp[Option[DoubleType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  299. implicit def binaryOpConv98 (op: BinaryAMSOp[Option[DoubleType], Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  300. implicit def binaryOpConv99 (op: BinaryDivOp[Option[DoubleType], Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  301. implicit def binaryOpConv99 (op: BinaryAMSOp[Option[DoubleType], Option[FloatType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  302. implicit def binaryOption2ScalarBinaryOption (b: Option[BinaryType]) : BinaryExpression[Option[BinaryType]]

    attributes: implicit
    definition classes: DslFactory
  303. implicit def bool2ScalarBoolean (b: BooleanType) : BooleanExpression[BooleanType]

    attributes: implicit
    definition classes: DslFactory
  304. def caseOf : CaseOfConditionChainStart

  305. def caseOf [A] (expr: NonNumericalExpression[A]) : CaseOfNonNumericalExpressionMatchStart[A]

  306. def caseOf [A] (expr: NumericalExpression[A]) : CaseOfNumericalExpressionMatchStart[A]

  307. def clone () : AnyRef

    This method creates and returns a copy of the receiver object.

    This method creates and returns a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    attributes: protected
    definition classes: AnyRef
  308. def compositeKey [A1, A2, A3, A4, A5, A6, A7, A8, A9] (a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8, a9: A9) : CompositeKey9[A1, A2, A3, A4, A5, A6, A7, A8, A9]

  309. def compositeKey [A1, A2, A3, A4, A5, A6, A7, A8] (a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7, a8: A8) : CompositeKey8[A1, A2, A3, A4, A5, A6, A7, A8]

  310. def compositeKey [A1, A2, A3, A4, A5, A6, A7] (a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6, a7: A7) : CompositeKey7[A1, A2, A3, A4, A5, A6, A7]

  311. def compositeKey [A1, A2, A3, A4, A5, A6] (a1: A1, a2: A2, a3: A3, a4: A4, a5: A5, a6: A6) : CompositeKey6[A1, A2, A3, A4, A5, A6]

  312. def compositeKey [A1, A2, A3, A4, A5] (a1: A1, a2: A2, a3: A3, a4: A4, a5: A5) : CompositeKey5[A1, A2, A3, A4, A5]

  313. def compositeKey [A1, A2, A3, A4] (a1: A1, a2: A2, a3: A3, a4: A4) : CompositeKey4[A1, A2, A3, A4]

  314. def compositeKey [A1, A2, A3] (a1: A1, a2: A2, a3: A3) : CompositeKey3[A1, A2, A3]

  315. def compositeKey [A1, A2] (a1: A1, a2: A2) : CompositeKey2[A1, A2]

  316. def compute [T1, T2, T3, T4, T5, T6, T7] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5], e6: ⇒ TypedExpressionNode[T6], e7: ⇒ TypedExpressionNode[T7]) : ComputeStateStartOrWhereState[Product7[T1, T2, T3, T4, T5, T6, T7]]

  317. def compute [T1, T2, T3, T4, T5, T6] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5], e6: ⇒ TypedExpressionNode[T6]) : ComputeStateStartOrWhereState[Product6[T1, T2, T3, T4, T5, T6]]

  318. def compute [T1, T2, T3, T4, T5] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5]) : ComputeStateStartOrWhereState[Product5[T1, T2, T3, T4, T5]]

  319. def compute [T1, T2, T3, T4] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4]) : ComputeStateStartOrWhereState[Product4[T1, T2, T3, T4]]

  320. def compute [T1, T2, T3] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3]) : ComputeStateStartOrWhereState[Product3[T1, T2, T3]]

  321. def compute [T1, T2] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2]) : ComputeStateStartOrWhereState[Product2[T1, T2]]

  322. def compute [T1] (e1: ⇒ TypedExpressionNode[T1]) : ComputeStateStartOrWhereState[T1]

  323. def count (e: org.squeryl.dsl.ast.TypedExpressionNode[_]*) : CountFunction

    definition classes: SqlFunctions
  324. def count : CountFunction

    definition classes: SqlFunctions
  325. def countDistinct (e: org.squeryl.dsl.ast.TypedExpressionNode[_]*) : CountFunction

    definition classes: SqlFunctions
  326. implicit def countQueryableToIntTypeQuery [R] (q: Queryable[R]) : CountSubQueryableQuery

    attributes: implicit
  327. def createLeafNodeOfEnumExpressionOptionType [A] (e: Option[EnumerationValueType]) : EnumExpression[Option[EnumerationValueType]]

    attributes: protected abstract
    definition classes: DslFactory
  328. def createLeafNodeOfEnumExpressionType [A] (e: EnumerationValueType) : EnumExpression[EnumerationValueType]

    attributes: protected abstract
    definition classes: DslFactory
  329. def createLeafNodeOfScalarBigDecimalOptionType (d: Option[BigDecimalType]) : NumericalExpression[Option[BigDecimalType]]

    attributes: protected abstract
    definition classes: DslFactory
  330. def createLeafNodeOfScalarBigDecimalType (d: BigDecimalType) : NumericalExpression[BigDecimalType]

    attributes: protected abstract
    definition classes: DslFactory
  331. def createLeafNodeOfScalarBinaryOptionType (s: Option[BinaryType]) : BinaryExpression[Option[BinaryType]]

    attributes: protected abstract
    definition classes: DslFactory
  332. def createLeafNodeOfScalarBinaryType (s: BinaryType) : BinaryExpression[BinaryType]

    attributes: protected abstract
    definition classes: DslFactory
  333. def createLeafNodeOfScalarBooleanOptionType (s: Option[BooleanType]) : BooleanExpression[Option[BooleanType]]

    attributes: protected abstract
    definition classes: DslFactory
  334. def createLeafNodeOfScalarBooleanType (s: BooleanType) : BooleanExpression[BooleanType]

    attributes: protected abstract
    definition classes: DslFactory
  335. def createLeafNodeOfScalarDateOptionType (d: Option[DateType]) : DateExpression[Option[DateType]]

    attributes: protected abstract
    definition classes: DslFactory
  336. def createLeafNodeOfScalarDateType (d: DateType) : DateExpression[DateType]

    attributes: protected abstract
    definition classes: DslFactory
  337. def createLeafNodeOfScalarDoubleOptionType (d: Option[DoubleType]) : NumericalExpression[Option[DoubleType]]

    attributes: protected abstract
    definition classes: DslFactory
  338. def createLeafNodeOfScalarDoubleType (d: DoubleType) : NumericalExpression[DoubleType]

    attributes: protected abstract
    definition classes: DslFactory
  339. def createLeafNodeOfScalarFloatOptionType (d: Option[FloatType]) : NumericalExpression[Option[FloatType]]

    attributes: protected abstract
    definition classes: DslFactory
  340. def createLeafNodeOfScalarFloatType (d: FloatType) : NumericalExpression[FloatType]

    attributes: protected abstract
    definition classes: DslFactory
  341. def createLeafNodeOfScalarIntOptionType (i: Option[IntType]) : NumericalExpression[Option[IntType]]

    attributes: protected abstract
    definition classes: DslFactory
  342. def createLeafNodeOfScalarIntType (i: IntType) : NumericalExpression[IntType]

    attributes: protected abstract
    definition classes: DslFactory
  343. def createLeafNodeOfScalarLongOptionType (s: Option[LongType]) : NumericalExpression[Option[LongType]]

    attributes: protected abstract
    definition classes: DslFactory
  344. def createLeafNodeOfScalarLongType (s: LongType) : NumericalExpression[LongType]

    attributes: protected abstract
    definition classes: DslFactory
  345. def createLeafNodeOfScalarStringOptionType (s: Option[StringType]) : StringExpression[Option[StringType]]

    attributes: protected abstract
    definition classes: DslFactory
  346. def createLeafNodeOfScalarStringType (s: StringType) : StringExpression[StringType]

    attributes: protected abstract
    definition classes: DslFactory
  347. def createLeafNodeOfScalarTimestampOptionType (d: Option[TimestampType]) : DateExpression[Option[TimestampType]]

    attributes: protected abstract
    definition classes: DslFactory
  348. def createLeafNodeOfScalarTimestampType (d: TimestampType) : DateExpression[TimestampType]

    attributes: protected abstract
    definition classes: DslFactory
  349. def createLeafNodeOfScalarUuidOptionType (d: Option[UuidType]) : UuidExpression[Option[UuidType]]

    attributes: protected abstract
    definition classes: DslFactory
  350. def createLeafNodeOfScalarUuidType (d: UuidType) : UuidExpression[UuidType]

    attributes: protected abstract
    definition classes: DslFactory
  351. implicit def createOutMapperBigDecimalType : OutMapper[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  352. implicit def createOutMapperBigDecimalTypeOption : OutMapper[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  353. implicit def createOutMapperBinaryType : OutMapper[BinaryType]

    attributes: implicit
    definition classes: TypeArithmetic
  354. implicit def createOutMapperBinaryTypeOption : OutMapper[Option[BinaryType]]

    attributes: implicit
    definition classes: TypeArithmetic
  355. implicit def createOutMapperBooleanType : OutMapper[BooleanType]

    attributes: implicit
    definition classes: TypeArithmetic
  356. implicit def createOutMapperBooleanTypeOption : OutMapper[Option[BooleanType]]

    attributes: implicit
    definition classes: TypeArithmetic
  357. implicit def createOutMapperByteType : OutMapper[ByteType]

    attributes: implicit
    definition classes: TypeArithmetic
  358. implicit def createOutMapperByteTypeOption : OutMapper[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  359. implicit def createOutMapperDateType : OutMapper[DateType]

    attributes: implicit
    definition classes: TypeArithmetic
  360. implicit def createOutMapperDateTypeOption : OutMapper[Option[DateType]]

    attributes: implicit
    definition classes: TypeArithmetic
  361. implicit def createOutMapperDoubleType : OutMapper[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  362. implicit def createOutMapperDoubleTypeOption : OutMapper[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  363. implicit def createOutMapperFloatType : OutMapper[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  364. implicit def createOutMapperFloatTypeOption : OutMapper[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  365. implicit def createOutMapperIntType : OutMapper[IntType]

    attributes: implicit
    definition classes: TypeArithmetic
  366. implicit def createOutMapperIntTypeOption : OutMapper[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  367. implicit def createOutMapperLongType : OutMapper[LongType]

    attributes: implicit
    definition classes: TypeArithmetic
  368. implicit def createOutMapperLongTypeOption : OutMapper[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  369. implicit def createOutMapperStringType : OutMapper[StringType]

    attributes: implicit
    definition classes: TypeArithmetic
  370. implicit def createOutMapperStringTypeOption : OutMapper[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  371. implicit def createOutMapperTimestampType : OutMapper[TimestampType]

    attributes: implicit
    definition classes: TypeArithmetic
  372. implicit def createOutMapperTimestampTypeOption : OutMapper[Option[TimestampType]]

    attributes: implicit
    definition classes: TypeArithmetic
  373. implicit def createOutMapperUuidType : OutMapper[UuidType]

    attributes: implicit
    definition classes: TypeArithmetic
  374. implicit def createOutMapperUuidTypeOption : OutMapper[Option[UuidType]]

    attributes: implicit
    definition classes: TypeArithmetic
  375. implicit def date2ScalarDate (b: DateType) : DateExpression[DateType]

    attributes: implicit
    definition classes: DslFactory
  376. implicit def double2ScalarDouble (d: DoubleType) : NumericalExpression[DoubleType]

    attributes: implicit
    definition classes: DslFactory
  377. implicit def e2concat1 [A1, A2] (e: ConcatOp[A1, A2]) : StringTypeConversion[StringType]

    attributes: implicit
    definition classes: TypeArithmetic
  378. implicit def e2concat2 [A1, A2] (e: ConcatOp[A1, Option[A2]]) : StringTypeConversion[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  379. implicit def e2concat3 [A1, A2] (e: ConcatOp[Option[A1], A2]) : StringTypeConversion[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  380. implicit def e2concat4 [A1, A2] (e: ConcatOp[Option[A1], Option[A2]]) : StringTypeConversion[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  381. implicit def emulateSqlTyping1 [A] (e: NonNumericalExpression[Option[A]]) : NonNumericalExpression[A]

    attributes: implicit
    definition classes: TypeArithmetic
  382. implicit def emulateSqlTyping2 [A] (e: NumericalExpression[Option[A]]) : NumericalExpression[A]

    attributes: implicit
    definition classes: TypeArithmetic
  383. implicit def enum2EnumNode [A <: EnumerationValueType] (e: A) : EnumExpression[A]

    attributes: implicit
    definition classes: DslFactory
  384. implicit def enum2OptionEnumNode [A <: Option[EnumerationValueType]] (e: A) : EnumExpression[Option[A]]

    attributes: implicit
    definition classes: DslFactory
  385. def eq (arg0: AnyRef) : Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

    The eq method implements an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation] on non-null instances of AnyRef: * It is reflexive: for any non-null instance x of type AnyRef, x.eq(x) returns true. * It is symmetric: for any non-null instances x and y of type AnyRef, x.eq(y) returns true if and only if y.eq(x) returns true. * It is transitive: for any non-null instances x, y, and z of type AnyRef if x.eq(y) returns true and y.eq(z) returns true, then x.eq(z) returns true.

    Additionally, the eq method has three other properties. * It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false. * For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false. * null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    arg0

    the object to compare against this object for reference equality.

    returns

    true if the argument is a reference to the receiver object; false otherwise.

    attributes: final
    definition classes: AnyRef
  386. def equals (arg0: Any) : Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

    The default implementations of this method is an [http://en.wikipedia.org/wiki/Equivalence_relation equivalence relation]: * It is reflexive: for any instance x of type Any, x.equals(x) should return true. * It is symmetric: for any instances x and y of type Any, x.equals(y) should return true if and only if y.equals(x) returns true. * It is transitive: for any instances x, y, and z of type AnyRef if x.equals(y) returns true and y.equals(z) returns true, then x.equals(z) should return true.

    If you override this method, you should verify that your implementation remains an equivalence relation. Additionally, when overriding this method it is often necessary to override hashCode to ensure that objects that are "equal" (o1.equals(o2) returns true) hash to the same scala.Int (o1.hashCode.equals(o2.hashCode)).

    arg0

    the object to compare against this object for equality.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    definition classes: AnyRef → Any
  387. def exists [A] (query: Query[A]) : ExistsExpression

    definition classes: SqlFunctions
  388. def finalize () : Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object.

    The details of when and if the finalize method are invoked, as well as the interaction between finalizeand non-local returns and exceptions, are all platform dependent.

    attributes: protected
    definition classes: AnyRef
  389. implicit def float2ScalarFloat (d: FloatType) : NumericalExpression[FloatType]

    attributes: implicit
    definition classes: DslFactory
  390. def from [T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9], t10: Queryable[T10])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  391. def from [T1, T2, T3, T4, T5, T6, T7, T8, T9, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8], t9: Queryable[T9])(f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  392. def from [T1, T2, T3, T4, T5, T6, T7, T8, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7], t8: Queryable[T8])(f: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  393. def from [T1, T2, T3, T4, T5, T6, T7, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6], t7: Queryable[T7])(f: (T1, T2, T3, T4, T5, T6, T7) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  394. def from [T1, T2, T3, T4, T5, T6, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5], t6: Queryable[T6])(f: (T1, T2, T3, T4, T5, T6) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  395. def from [T1, T2, T3, T4, T5, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4], t5: Queryable[T5])(f: (T1, T2, T3, T4, T5) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  396. def from [T1, T2, T3, T4, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3], t4: Queryable[T4])(f: (T1, T2, T3, T4) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  397. def from [T1, T2, T3, R] (t1: Queryable[T1], t2: Queryable[T2], t3: Queryable[T3])(f: (T1, T2, T3) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  398. def from [T1, T2, R] (t1: Queryable[T1], t2: Queryable[T2])(f: (T1, T2) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  399. def from [T1, R] (t1: Queryable[T1])(f: (T1) ⇒ QueryYield[R]) : Query[R]

    definition classes: FromSignatures
  400. def getClass () : java.lang.Class[_]

    Returns a representation that corresponds to the dynamic class of the receiver object.

    Returns a representation that corresponds to the dynamic class of the receiver object.

    The nature of the representation is platform dependent.

    returns

    a representation that corresponds to the dynamic class of the receiver object.

    attributes: final
    definition classes: AnyRef
  401. def groupBy [T1, T2, T3, T4, T5, T6, T7, T8] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5], e6: ⇒ TypedExpressionNode[T6], e7: ⇒ TypedExpressionNode[T7], e8: ⇒ TypedExpressionNode[T8]) : GroupByState[Product8[T1, T2, T3, T4, T5, T6, T7, T8]]

    definition classes: GroupBySignatures
  402. def groupBy [T1, T2, T3, T4, T5, T6, T7] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5], e6: ⇒ TypedExpressionNode[T6], e7: ⇒ TypedExpressionNode[T7]) : GroupByState[Product7[T1, T2, T3, T4, T5, T6, T7]]

    definition classes: GroupBySignatures
  403. def groupBy [T1, T2, T3, T4, T5, T6] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5], e6: ⇒ TypedExpressionNode[T6]) : GroupByState[Product6[T1, T2, T3, T4, T5, T6]]

    definition classes: GroupBySignatures
  404. def groupBy [T1, T2, T3, T4, T5] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4], e5: ⇒ TypedExpressionNode[T5]) : GroupByState[Product5[T1, T2, T3, T4, T5]]

    definition classes: GroupBySignatures
  405. def groupBy [T1, T2, T3, T4] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3], e4: ⇒ TypedExpressionNode[T4]) : GroupByState[Product4[T1, T2, T3, T4]]

    definition classes: GroupBySignatures
  406. def groupBy [T1, T2, T3] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2], e3: ⇒ TypedExpressionNode[T3]) : GroupByState[Product3[T1, T2, T3]]

    definition classes: GroupBySignatures
  407. def groupBy [T1, T2] (e1: ⇒ TypedExpressionNode[T1], e2: ⇒ TypedExpressionNode[T2]) : GroupByState[Product2[T1, T2]]

    definition classes: GroupBySignatures
  408. def groupBy [T1] (e1: ⇒ TypedExpressionNode[T1]) : GroupByState[T1]

    definition classes: GroupBySignatures
  409. implicit def groupOptionSingleColumnQuery2RightHandSideOfIn [A] (q: Query[Group[Option[A]]]) : RightHandSideOfIn[A]

    attributes: implicit
  410. implicit def groupSingleColumnQuery2RightHandSideOfIn [A] (q: Query[Group[A]]) : RightHandSideOfIn[A]

    attributes: implicit
  411. def hashCode () : Int

    Returns a hash code value for the object.

    Returns a hash code value for the object.

    The default hashing algorithm is platform dependent.

    Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

    returns

    the hash code value for the object.

    definition classes: AnyRef → Any
  412. def inTransaction [A] (a: ⇒ A) : A

    'inTransaction' will create a new transaction if none is in progress and commit it upon completion or rollback on exceptions.

    'inTransaction' will create a new transaction if none is in progress and commit it upon completion or rollback on exceptions. If a transaction already exists, it has no effect, the block will execute in the context of the existing transaction. The commit/rollback is handled in this case by the parent transaction block.

  413. def inTransaction [A] (sf: SessionFactory)(a: ⇒ A) : A

  414. implicit def int2ScalarInt (i: IntType) : NumericalExpression[IntType]

    attributes: implicit
    definition classes: DslFactory
  415. def isInstanceOf [T0] : Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

    This method is used to test whether the dynamic type of the receiver object is T0.

    Note that the test result of the test is modulo Scala's erasure semantics. Therefore the expression1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested typed.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    attributes: final
    definition classes: Any
  416. def join [A, B1, B2, B3, B4, B5, B6, B7, B8, B9, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8], q9: JoinedQueryable[B9])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8, B9) ⇒ JoinQueryYield9[C]) : Query[C]

    definition classes: JoinSignatures
  417. def join [A, B1, B2, B3, B4, B5, B6, B7, B8, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7], q8: JoinedQueryable[B8])(f: (A, B1, B2, B3, B4, B5, B6, B7, B8) ⇒ JoinQueryYield8[C]) : Query[C]

    definition classes: JoinSignatures
  418. def join [A, B1, B2, B3, B4, B5, B6, B7, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6], q7: JoinedQueryable[B7])(f: (A, B1, B2, B3, B4, B5, B6, B7) ⇒ JoinQueryYield7[C]) : Query[C]

    definition classes: JoinSignatures
  419. def join [A, B1, B2, B3, B4, B5, B6, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5], q6: JoinedQueryable[B6])(f: (A, B1, B2, B3, B4, B5, B6) ⇒ JoinQueryYield6[C]) : Query[C]

    definition classes: JoinSignatures
  420. def join [A, B1, B2, B3, B4, B5, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4], q5: JoinedQueryable[B5])(f: (A, B1, B2, B3, B4, B5) ⇒ JoinQueryYield5[C]) : Query[C]

    definition classes: JoinSignatures
  421. def join [A, B1, B2, B3, B4, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3], q4: JoinedQueryable[B4])(f: (A, B1, B2, B3, B4) ⇒ JoinQueryYield4[C]) : Query[C]

    definition classes: JoinSignatures
  422. def join [A, B1, B2, B3, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2], q3: JoinedQueryable[B3])(f: (A, B1, B2, B3) ⇒ JoinQueryYield3[C]) : Query[C]

    definition classes: JoinSignatures
  423. def join [A, B1, B2, C] (q: Queryable[A], q1: JoinedQueryable[B1], q2: JoinedQueryable[B2])(f: (A, B1, B2) ⇒ JoinQueryYield2[C]) : Query[C]

    definition classes: JoinSignatures
  424. def join [A, B1, C] (q: Queryable[A], q1: JoinedQueryable[B1])(f: (A, B1) ⇒ JoinQueryYield1[C]) : Query[C]

    definition classes: JoinSignatures
  425. implicit def long2ScalarLong (l: LongType) : NumericalExpression[LongType]

    attributes: implicit
    definition classes: DslFactory
  426. def lower [A] (s: StringExpression[A])(implicit m: OutMapper[A]) : FunctionNode[A] with StringExpression[A]

    definition classes: SqlFunctions
  427. def manyToManyRelation [L <: org.squeryl.KeyedEntity[_], R <: org.squeryl.KeyedEntity[_], A <: org.squeryl.KeyedEntity[_]] (l: Table[L], r: Table[R], nameOfMiddleTable: String) : ManyToManyRelationBuilder[L, R]

  428. def manyToManyRelation [L <: org.squeryl.KeyedEntity[_], R <: org.squeryl.KeyedEntity[_], A <: org.squeryl.KeyedEntity[_]] (l: Table[L], r: Table[R]) : ManyToManyRelationBuilder[L, R]

  429. def mapBigDecimal2BigDecimalType (d: BigDecimal) : BigDecimalType

    attributes: protected abstract
    definition classes: TypeArithmetic
  430. def mapBinary2BinaryType (b: Array[Byte]) : BinaryType

    attributes: protected abstract
    definition classes: TypeArithmetic
  431. def mapBoolean2BooleanType (b: Boolean) : BooleanType

    attributes: protected abstract
    definition classes: TypeArithmetic
  432. def mapByte2ByteType (b: Byte) : ByteType

    attributes: protected abstract
    definition classes: TypeArithmetic
  433. def mapDate2DateType (b: Date) : DateType

    attributes: protected abstract
    definition classes: TypeArithmetic
  434. def mapDouble2DoubleType (d: Double) : DoubleType

    attributes: protected abstract
    definition classes: TypeArithmetic
  435. def mapFloat2FloatType (d: Float) : FloatType

    attributes: protected abstract
    definition classes: TypeArithmetic
  436. def mapInt2IntType (i: Int) : IntType

    attributes: protected abstract
    definition classes: TypeArithmetic
  437. def mapLong2LongType (l: Long) : LongType

    attributes: protected abstract
    definition classes: TypeArithmetic
  438. def mapObject2UuidType (u: AnyRef) : UuidType

    attributes: protected abstract
    definition classes: TypeArithmetic
  439. def mapString2StringType (s: String) : StringType

    attributes: protected abstract
    definition classes: TypeArithmetic
  440. def mapTimestamp2TimestampType (b: Timestamp) : TimestampType

    attributes: protected abstract
    definition classes: TypeArithmetic
  441. def max [A] (e: NonNumericalExpression[A]) : UnaryAgregateLengthNeutralOp[A]

    definition classes: SqlFunctions
  442. def max [A] (e: NumericalExpression[A]) : UnaryAgregateLengthNeutralOp[A]

    definition classes: SqlFunctions
  443. implicit def measureOptionSingleColumnQuery2RightHandSideOfIn [A] (q: Query[Measures[Option[A]]]) : RightHandSideOfIn[A]

    attributes: implicit
  444. implicit def measureSingleColumnQuery2RightHandSideOfIn [A] (q: Query[Measures[A]]) : RightHandSideOfIn[A]

    attributes: implicit
  445. def min [A] (e: NonNumericalExpression[A]) : UnaryAgregateLengthNeutralOp[A]

    definition classes: SqlFunctions
  446. def min [A] (e: NumericalExpression[A]) : UnaryAgregateLengthNeutralOp[A]

    definition classes: SqlFunctions
  447. def ne (arg0: AnyRef) : Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

    o.ne(arg0) is the same as !(o.eq(arg0)).

    arg0

    the object to compare against this object for reference dis-equality.

    returns

    false if the argument is not a reference to the receiver object; true otherwise.

    attributes: final
    definition classes: AnyRef
  448. implicit def nnCoalesce1 [A] (e: NonNumericalCoalesce[A, A]) : NonNumericalTypeConversion[A]

    attributes: implicit
    definition classes: TypeArithmetic
  449. implicit def nnCoalesce2 [A] (e: NonNumericalCoalesce[A, Option[A]])(implicit f: OutMapper[Option[A]]) : NonNumericalTypeConversion[Option[A]]

    attributes: implicit
    definition classes: TypeArithmetic
  450. implicit def nnCoalesce3 [A] (e: NonNumericalCoalesce[Option[A], A])(implicit f: OutMapper[Option[A]]) : NonNumericalTypeConversion[Option[A]]

    attributes: implicit
    definition classes: TypeArithmetic
  451. implicit def nnCoalesce4 [A] (e: NonNumericalCoalesce[Option[A], Option[A]])(implicit f: OutMapper[Option[A]]) : NonNumericalTypeConversion[Option[A]]

    attributes: implicit
    definition classes: TypeArithmetic
  452. def not (b: LogicalBoolean) : FunctionNode[Nothing] with LogicalBoolean

    definition classes: SqlFunctions
  453. def notExists [A] (query: Query[A]) : ExistsExpression

    definition classes: SqlFunctions
  454. def notify () : Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  455. def notifyAll () : Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    attributes: final
    definition classes: AnyRef
  456. def nvl [A] (a: NonNumericalExpression[Option[A]], b: NonNumericalExpression[A]) : NvlFunctionNonNumerical[Option[A], A]

    definition classes: SqlFunctions
  457. def nvl [A, B] (a: NumericalExpression[Option[A]], b: NumericalExpression[B]) : NvlFunctionNumerical[A, B]

    definition classes: SqlFunctions
  458. implicit def nvl1 (e: NvlFunctionNonNumerical[Option[DateType], DateType]) : DateTypeConversion[DateType]

    attributes: implicit
    definition classes: TypeArithmetic
  459. implicit def nvl2 (e: NvlFunctionNonNumerical[Option[StringType], StringType]) : StringTypeConversion[StringType]

    attributes: implicit
    definition classes: TypeArithmetic
  460. implicit def nvl3 (e: NvlFunctionNonNumerical[Option[BooleanType], BooleanType]) : BooleanTypeConversion[BooleanType]

    attributes: implicit
    definition classes: TypeArithmetic
  461. implicit def nvl4 (e: NvlFunctionNonNumerical[Option[TimestampType], TimestampType]) : DateTypeConversion[TimestampType]

    attributes: implicit
    definition classes: TypeArithmetic
  462. def oneToManyRelation [O <: org.squeryl.KeyedEntity[_], M] (ot: Table[O], mt: Table[M]) : OneToManyRelationBuilder[O, M]

  463. implicit def optionBigDecimal2ScalarBigDecimal (i: Option[BigDecimalType]) : NumericalExpression[Option[BigDecimalType]]

    attributes: implicit
    definition classes: DslFactory
  464. implicit def optionBoolean2ScalarBoolean (i: Option[BooleanType]) : BooleanExpression[Option[BooleanType]]

    attributes: implicit
    definition classes: DslFactory
  465. implicit def optionDate2ScalarDate (i: Option[DateType]) : DateExpression[Option[DateType]]

    attributes: implicit
    definition classes: DslFactory
  466. implicit def optionDouble2ScalarDouble (i: Option[DoubleType]) : NumericalExpression[Option[DoubleType]]

    attributes: implicit
    definition classes: DslFactory
  467. implicit def optionFloat2ScalarFloat (i: Option[FloatType]) : NumericalExpression[Option[FloatType]]

    attributes: implicit
    definition classes: DslFactory
  468. implicit def optionInt2ScalarInt (i: Option[IntType]) : NumericalExpression[Option[IntType]]

    attributes: implicit
    definition classes: DslFactory
  469. implicit def optionLong2ScalarLong (i: Option[LongType]) : NumericalExpression[Option[LongType]]

    attributes: implicit
    definition classes: DslFactory
  470. implicit def optionString2ScalarString (i: Option[StringType]) : StringExpression[Option[StringType]]

    attributes: implicit
    definition classes: DslFactory
  471. implicit def optionUuid2ScalarUuid (u: Option[UuidType]) : UuidExpression[Option[UuidType]]

    attributes: implicit
    definition classes: DslFactory
  472. implicit def orderByArg2OrderByExpression (a: OrderByArg) : OrderByExpression

    attributes: implicit
    definition classes: DslFactory
  473. def outMapperFromEnumValue (e: Value) : $anon forSome { type $anon <: java.lang.Object with org.squeryl.internals.OutMapper[Enumeration#Value]{def doMap(rs: java.sql.ResultSet): enu.Value}; val enu: Enumeration }

    attributes: protected
    definition classes: TypeArithmetic
  474. def outMapperOptionFromOptionEnumValue (e: Option[Value]) : Option[$anon] forSome { type $anon <: java.lang.Object with org.squeryl.internals.OutMapper[Option[Enumeration#Value]]{def doMap(rs: java.sql.ResultSet): Some[enu.Value]}; val enu: Enumeration }

    If given None, this function will be unable to create an OutMapper, so will return None

    If given None, this function will be unable to create an OutMapper, so will return None

    attributes: protected
    definition classes: TypeArithmetic
  475. implicit def queryable2JoinPrecursor [A] (q: Queryable[A]) : JoinPrecursor[A]

    attributes: implicit
    definition classes: JoinSignatures
  476. implicit def queryable2OptionalQueryable [A] (q: Queryable[A]) : OptionalQueryable[A]

    attributes: implicit
  477. implicit def queryable2RightInnerJoinedQueryable [A] (q: Queryable[A]) : InnerJoinedQueryable[A]

    attributes: implicit
    definition classes: JoinSignatures
  478. def sDevPopulation [A] (e: NumericalExpression[A]) : UnaryAgregateFloatOp[A]

    definition classes: SqlFunctions
  479. def sDevSample [A] (e: NumericalExpression[A]) : UnaryAgregateFloatOp[A]

    definition classes: SqlFunctions
  480. implicit def sampleBigDecimal : BigDecimalType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  481. implicit val sampleBigDecimalO : Some[BigDecimalType]

    attributes: protected implicit
    definition classes: FieldTypes
  482. implicit def sampleBinary : BinaryType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  483. implicit val sampleBinaryO : Some[BinaryType]

    attributes: protected implicit
    definition classes: FieldTypes
  484. implicit def sampleBoolean : BooleanType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  485. implicit val sampleBooleanO : Some[BooleanType]

    attributes: protected implicit
    definition classes: FieldTypes
  486. implicit def sampleByte : ByteType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  487. implicit val sampleByteO : Some[ByteType]

    attributes: protected implicit
    definition classes: FieldTypes
  488. implicit def sampleDate : DateType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  489. implicit val sampleDateO : Some[DateType]

    attributes: protected implicit
    definition classes: FieldTypes
  490. implicit def sampleDouble : DoubleType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  491. implicit val sampleDoubleO : Some[DoubleType]

    attributes: protected implicit
    definition classes: FieldTypes
  492. implicit def sampleFloat : FloatType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  493. implicit val sampleFloatO : Some[FloatType]

    attributes: protected implicit
    definition classes: FieldTypes
  494. implicit def sampleInt : IntType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  495. implicit val sampleIntO : Some[IntType]

    attributes: protected implicit
    definition classes: FieldTypes
  496. implicit def sampleLong : LongType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  497. implicit val sampleLongO : Some[LongType]

    attributes: protected implicit
    definition classes: FieldTypes
  498. implicit def sampleString : StringType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  499. implicit val sampleStringO : Some[StringType]

    attributes: protected implicit
    definition classes: FieldTypes
  500. implicit def sampleTimestamp : TimestampType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  501. implicit val sampleTimestampTypeO : Some[TimestampType]

    attributes: protected implicit
    definition classes: FieldTypes
  502. implicit def sampleUuid : UuidType

    attributes: protected implicit abstract
    definition classes: FieldTypes
  503. implicit val sampleUuidO : Some[UuidType]

    attributes: protected implicit
    definition classes: FieldTypes
  504. implicit def scalarQuery2Scalar [T] (sq: ScalarQuery[T]) : T

    attributes: implicit
  505. def select [R] (yieldClosure: ⇒ R) : SelectState[R]

    definition classes: WhereState
  506. def set (updateAssignments: UpdateAssignment*)(implicit cond: =:=[Unconditioned, Conditioned]) : UpdateStatement

    definition classes: WhereState
  507. def setAll (updateAssignments: UpdateAssignment*)(implicit cond: =:=[Unconditioned, Unconditioned]) : UpdateStatement

    definition classes: WhereState
  508. implicit def singleColComputeQuery2Scalar [T] (cq: Query[Measures[T]]) : T

    attributes: implicit
  509. implicit def singleColComputeQuery2ScalarQuery [T] (cq: Query[Measures[T]]) : ScalarQuery[T]

    attributes: implicit
  510. implicit def singleColumnQuery2RightHandSideOfIn [A] (q: Query[A]) : RightHandSideOfIn[A]

    attributes: implicit
  511. implicit def string2ScalarString (s: StringType) : StringExpression[StringType]

    attributes: implicit
    definition classes: DslFactory
  512. def sum [A] (e: NumericalExpression[A]) : UnaryAgregateLengthNeutralOp[A]

    definition classes: SqlFunctions
  513. def synchronized [T0] (arg0: T0) : T0

    attributes: final
    definition classes: AnyRef
  514. implicit def t2te [A1, A2] (t: (A1, A2)) : CompositeKey2[A1, A2]

    attributes: implicit
  515. implicit def t3te [A1, A2, A3] (t: (A1, A2, A3)) : CompositeKey3[A1, A2, A3]

    attributes: implicit
  516. implicit def t4te [A1, A2, A3, A4] (t: (A1, A2, A3, A4)) : CompositeKey4[A1, A2, A3, A4]

    attributes: implicit
  517. implicit def t5te [A1, A2, A3, A4, A5] (t: (A1, A2, A3, A4, A5)) : CompositeKey5[A1, A2, A3, A4, A5]

    attributes: implicit
  518. implicit def t6te [A1, A2, A3, A4, A5, A6] (t: (A1, A2, A3, A4, A5, A6)) : CompositeKey6[A1, A2, A3, A4, A5, A6]

    attributes: implicit
  519. implicit def t7te [A1, A2, A3, A4, A5, A6, A7] (t: (A1, A2, A3, A4, A5, A6, A7)) : CompositeKey7[A1, A2, A3, A4, A5, A6, A7]

    attributes: implicit
  520. implicit def t8te [A1, A2, A3, A4, A5, A6, A7, A8] (t: (A1, A2, A3, A4, A5, A6, A7, A8)) : CompositeKey8[A1, A2, A3, A4, A5, A6, A7, A8]

    attributes: implicit
  521. implicit def t9te [A1, A2, A3, A4, A5, A6, A7, A8, A9] (t: (A1, A2, A3, A4, A5, A6, A7, A8, A9)) : CompositeKey9[A1, A2, A3, A4, A5, A6, A7, A8, A9]

    attributes: implicit
  522. implicit def timestamp2ScalarTimestamp (ts: TimestampType) : DateExpression[TimestampType]

    attributes: implicit
    definition classes: DslFactory
  523. implicit def timestamp2ScalarTimestampOptionNode (ts: Option[TimestampType]) : DateExpression[Option[TimestampType]]

    attributes: implicit
    definition classes: DslFactory
  524. def toString () : String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    definition classes: AnyRef → Any
  525. def transaction [A] (a: ⇒ A) : A

    'transaction' causes a new transaction to begin and commit after the block execution, or rollback if an exception occurs.

    'transaction' causes a new transaction to begin and commit after the block execution, or rollback if an exception occurs. Invoking a transaction always cause a new one to be created, even if called in the context of an existing transaction.

  526. def transaction [A] (s: Session)(a: ⇒ A) : A

  527. def transaction [A] (sf: SessionFactory)(a: ⇒ A) : A

  528. implicit def traversableOfDate2ListDate (l: Traversable[DateType]) : RightHandSideOfIn[DateType]

    attributes: implicit
    definition classes: DslFactory
  529. implicit def traversableOfDate2OptionListDate (l: Traversable[DateType]) : RightHandSideOfIn[Option[DateType]]

    attributes: implicit
    definition classes: DslFactory
  530. implicit def traversableOfEnumerationValue2ListEnumerationValue [E <: Value] (l: Traversable[E]) : RightHandSideOfIn[E]

    attributes: implicit
    definition classes: DslFactory
  531. implicit def traversableOfNumericalExpressionList [A] (l: Traversable[A])(implicit arg0: (A) ⇒ org.squeryl.dsl.NumericalExpression[_]) : RightHandSideOfIn[NumericalExpression[A]]

    attributes: implicit
    definition classes: DslFactory
  532. implicit def traversableOfString2ListString (l: Traversable[StringType]) : RightHandSideOfIn[StringType]

    attributes: implicit
    definition classes: DslFactory
  533. implicit def traversableOfString2OptionListString (l: Traversable[StringType]) : RightHandSideOfIn[Option[StringType]]

    attributes: implicit
    definition classes: DslFactory
  534. implicit def traversableOfUuid2ListUuid (l: Traversable[UuidType]) : RightHandSideOfIn[UuidType]

    attributes: implicit
    definition classes: DslFactory
  535. implicit def traversableOfUuidOptionList (l: Traversable[UuidType]) : RightHandSideOfIn[Option[UuidType]]

    attributes: implicit
    definition classes: DslFactory
  536. implicit def typedExpression2OrderByArg [E] (e: E)(implicit arg0: (E) ⇒ org.squeryl.dsl.ast.TypedExpressionNode[_]) : OrderByArg

    attributes: implicit
    definition classes: DslFactory
  537. implicit def unaryOpConv1 (op: UnaryAgregateLengthNeutralOp[ByteType]) : NumericalTypeConversion[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  538. implicit def unaryOpConv1 (op: UnaryAgregateFloatOp[ByteType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  539. implicit def unaryOpConv1 (op: UnaryFloatOp[ByteType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  540. implicit def unaryOpConv10 (op: UnaryAgregateLengthNeutralOp[Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  541. implicit def unaryOpConv10 (op: UnaryAgregateFloatOp[Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  542. implicit def unaryOpConv10 (op: UnaryFloatOp[Option[DoubleType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  543. implicit def unaryOpConv10bd (op: UnaryAgregateLengthNeutralOp[Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  544. implicit def unaryOpConv11 (op: UnaryAgregateLengthNeutralOp[DateType]) : DateTypeConversion[Option[DateType]]

    attributes: implicit
    definition classes: TypeArithmetic
  545. implicit def unaryOpConv11 (op: UnaryAgregateFloatOp[Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  546. implicit def unaryOpConv11 (op: UnaryFloatOp[Option[BigDecimalType]]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  547. implicit def unaryOpConv12 (op: UnaryAgregateLengthNeutralOp[Option[DateType]]) : DateTypeConversion[Option[DateType]]

    attributes: implicit
    definition classes: TypeArithmetic
  548. implicit def unaryOpConv13 (op: UnaryAgregateLengthNeutralOp[StringType]) : DateTypeConversion[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  549. implicit def unaryOpConv14 (op: UnaryAgregateLengthNeutralOp[Option[StringType]]) : DateTypeConversion[Option[StringType]]

    attributes: implicit
    definition classes: TypeArithmetic
  550. implicit def unaryOpConv15 (op: UnaryAgregateLengthNeutralOp[BooleanType]) : BooleanTypeConversion[Option[BooleanType]]

    attributes: implicit
    definition classes: TypeArithmetic
  551. implicit def unaryOpConv16 (op: UnaryAgregateLengthNeutralOp[Option[BooleanType]]) : BooleanTypeConversion[Option[BooleanType]]

    attributes: implicit
    definition classes: TypeArithmetic
  552. implicit def unaryOpConv17 (op: UnaryAgregateLengthNeutralOp[TimestampType]) : DateTypeConversion[Option[TimestampType]]

    attributes: implicit
    definition classes: TypeArithmetic
  553. implicit def unaryOpConv18 (op: UnaryAgregateLengthNeutralOp[Option[TimestampType]]) : DateTypeConversion[Option[TimestampType]]

    attributes: implicit
    definition classes: TypeArithmetic
  554. implicit def unaryOpConv2 (op: UnaryAgregateLengthNeutralOp[IntType]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  555. implicit def unaryOpConv2 (op: UnaryAgregateFloatOp[IntType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  556. implicit def unaryOpConv2 (op: UnaryFloatOp[IntType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  557. implicit def unaryOpConv3 (op: UnaryAgregateLengthNeutralOp[LongType]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  558. implicit def unaryOpConv3 (op: UnaryAgregateFloatOp[LongType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  559. implicit def unaryOpConv3 (op: UnaryFloatOp[LongType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  560. implicit def unaryOpConv4 (op: UnaryAgregateLengthNeutralOp[FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  561. implicit def unaryOpConv4 (op: UnaryAgregateFloatOp[FloatType]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  562. implicit def unaryOpConv4 (op: UnaryFloatOp[FloatType]) : NumericalTypeConversion[FloatType]

    attributes: implicit
    definition classes: TypeArithmetic
  563. implicit def unaryOpConv5 (op: UnaryAgregateLengthNeutralOp[DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  564. implicit def unaryOpConv5 (op: UnaryAgregateFloatOp[DoubleType]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  565. implicit def unaryOpConv5 (op: UnaryFloatOp[DoubleType]) : NumericalTypeConversion[DoubleType]

    attributes: implicit
    definition classes: TypeArithmetic
  566. implicit def unaryOpConv5bd (op: UnaryAgregateLengthNeutralOp[BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  567. implicit def unaryOpConv5bd (op: UnaryAgregateFloatOp[BigDecimalType]) : NumericalTypeConversion[Option[BigDecimalType]]

    attributes: implicit
    definition classes: TypeArithmetic
  568. implicit def unaryOpConv5bd (op: UnaryFloatOp[BigDecimalType]) : NumericalTypeConversion[BigDecimalType]

    attributes: implicit
    definition classes: TypeArithmetic
  569. implicit def unaryOpConv6 (op: UnaryAgregateLengthNeutralOp[Option[ByteType]]) : NumericalTypeConversion[Option[ByteType]]

    attributes: implicit
    definition classes: TypeArithmetic
  570. implicit def unaryOpConv6 (op: UnaryAgregateFloatOp[Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  571. implicit def unaryOpConv6 (op: UnaryFloatOp[Option[ByteType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  572. implicit def unaryOpConv7 (op: UnaryAgregateLengthNeutralOp[Option[IntType]]) : NumericalTypeConversion[Option[IntType]]

    attributes: implicit
    definition classes: TypeArithmetic
  573. implicit def unaryOpConv7 (op: UnaryAgregateFloatOp[Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  574. implicit def unaryOpConv7 (op: UnaryFloatOp[Option[IntType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  575. implicit def unaryOpConv8 (op: UnaryAgregateLengthNeutralOp[Option[LongType]]) : NumericalTypeConversion[Option[LongType]]

    attributes: implicit
    definition classes: TypeArithmetic
  576. implicit def unaryOpConv8 (op: UnaryAgregateFloatOp[Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  577. implicit def unaryOpConv8 (op: UnaryFloatOp[Option[LongType]]) : NumericalTypeConversion[Option[DoubleType]]

    attributes: implicit
    definition classes: TypeArithmetic
  578. implicit def unaryOpConv9 (op: UnaryAgregateLengthNeutralOp[Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  579. implicit def unaryOpConv9 (op: UnaryAgregateFloatOp[Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  580. implicit def unaryOpConv9 (op: UnaryFloatOp[Option[FloatType]]) : NumericalTypeConversion[Option[FloatType]]

    attributes: implicit
    definition classes: TypeArithmetic
  581. def update [A] (t: Table[A])(s: (A) ⇒ UpdateStatement) : Int

  582. def upper [A] (s: StringExpression[A])(implicit m: OutMapper[A]) : FunctionNode[A] with StringExpression[A]

    definition classes: SqlFunctions
  583. def using [A] (session: Session)(a: ⇒ A) : A

  584. implicit def uuid2ScalarUuid (u: UuidType) : UuidExpression[UuidType]

    attributes: implicit
    definition classes: DslFactory
  585. def varPopulation [A] (e: NumericalExpression[A]) : UnaryAgregateFloatOp[A]

    definition classes: SqlFunctions
  586. def varSample [A] (e: NumericalExpression[A]) : UnaryAgregateFloatOp[A]

    definition classes: SqlFunctions
  587. implicit def view2QueryAll [A] (v: View[A]) : Query[A]

    attributes: implicit
  588. def wait () : Unit

    attributes: final
    definition classes: AnyRef
  589. def wait (arg0: Long, arg1: Int) : Unit

    attributes: final
    definition classes: AnyRef
  590. def wait (arg0: Long) : Unit

    attributes: final
    definition classes: AnyRef
  591. def where (b: ⇒ LogicalBoolean) : WhereState[Conditioned]

Inherited from FromSignatures

Inherited from JoinSignatures

Inherited from QueryElements[Unconditioned]

Inherited from StartState

Inherited from WhereState[Unconditioned]

Inherited from ComputeMeasuresSignaturesFromStartOrWhereState

Inherited from GroupBySignatures

Inherited from DslFactory

Inherited from SqlFunctions

Inherited from TypeArithmetic

Inherited from FieldTypes

Inherited from AnyRef

Inherited from Any