org.squeryl.dsl

DslFactory

trait DslFactory extends TypeArithmetic with SqlFunctions

Source
DslFactory.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DslFactory
  2. SqlFunctions
  3. TypeArithmetic
  4. FieldTypes
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type BigDecimalType

    Definition Classes
    FieldTypes
  2. abstract type BinaryType

    Definition Classes
    FieldTypes
  3. abstract type BooleanType

    Definition Classes
    FieldTypes
  4. abstract type ByteType

    Definition Classes
    FieldTypes
  5. class CountFunction extends FunctionNode[(SqlFunctions.this)#LongType] with NumericalExpression[(SqlFunctions.this)#LongType]

    Definition Classes
    SqlFunctions
  6. abstract type DateType

    Definition Classes
    FieldTypes
  7. abstract type DoubleType

    Definition Classes
    FieldTypes
  8. abstract type EnumerationValueType

    Definition Classes
    FieldTypes
  9. abstract type FloatType

    Definition Classes
    FieldTypes
  10. abstract type IntType

    Definition Classes
    FieldTypes
  11. abstract type LongType

    Definition Classes
    FieldTypes
  12. abstract type StringType

    Definition Classes
    FieldTypes
  13. abstract type TimestampType

    Definition Classes
    FieldTypes
  14. abstract type UuidType

    Definition Classes
    FieldTypes

Abstract Value Members

  1. abstract def createLeafNodeOfEnumExpressionOptionType[A](e: Option[EnumerationValueType]): EnumExpression[Option[EnumerationValueType]]

    Attributes
    protected
  2. abstract def createLeafNodeOfEnumExpressionType[A](e: EnumerationValueType): EnumExpression[EnumerationValueType]

    Attributes
    protected
  3. abstract def createLeafNodeOfScalarBigDecimalOptionType(d: Option[BigDecimalType]): NumericalExpression[Option[BigDecimalType]]

    Attributes
    protected
  4. abstract def createLeafNodeOfScalarBigDecimalType(d: BigDecimalType): NumericalExpression[BigDecimalType]

    Attributes
    protected
  5. abstract def createLeafNodeOfScalarBinaryOptionType(s: Option[BinaryType]): BinaryExpression[Option[BinaryType]]

    Attributes
    protected
  6. abstract def createLeafNodeOfScalarBinaryType(s: BinaryType): BinaryExpression[BinaryType]

    Attributes
    protected
  7. abstract def createLeafNodeOfScalarBooleanOptionType(s: Option[BooleanType]): BooleanExpression[Option[BooleanType]]

    Attributes
    protected
  8. abstract def createLeafNodeOfScalarBooleanType(s: BooleanType): BooleanExpression[BooleanType]

    Attributes
    protected
  9. abstract def createLeafNodeOfScalarDateOptionType(d: Option[DateType]): DateExpression[Option[DateType]]

    Attributes
    protected
  10. abstract def createLeafNodeOfScalarDateType(d: DateType): DateExpression[DateType]

    Attributes
    protected
  11. abstract def createLeafNodeOfScalarDoubleOptionType(d: Option[DoubleType]): NumericalExpression[Option[DoubleType]]

    Attributes
    protected
  12. abstract def createLeafNodeOfScalarDoubleType(d: DoubleType): NumericalExpression[DoubleType]

    Attributes
    protected
  13. abstract def createLeafNodeOfScalarFloatOptionType(d: Option[FloatType]): NumericalExpression[Option[FloatType]]

    Attributes
    protected
  14. abstract def createLeafNodeOfScalarFloatType(d: FloatType): NumericalExpression[FloatType]

    Attributes
    protected
  15. abstract def createLeafNodeOfScalarIntOptionType(i: Option[IntType]): NumericalExpression[Option[IntType]]

    Attributes
    protected
  16. abstract def createLeafNodeOfScalarIntType(i: IntType): NumericalExpression[IntType]

    Attributes
    protected
  17. abstract def createLeafNodeOfScalarLongOptionType(s: Option[LongType]): NumericalExpression[Option[LongType]]

    Attributes
    protected
  18. abstract def createLeafNodeOfScalarLongType(s: LongType): NumericalExpression[LongType]

    Attributes
    protected
  19. abstract def createLeafNodeOfScalarStringOptionType(s: Option[StringType]): StringExpression[Option[StringType]]

    Attributes
    protected
  20. abstract def createLeafNodeOfScalarStringType(s: StringType): StringExpression[StringType]

    Attributes
    protected
  21. abstract def createLeafNodeOfScalarTimestampOptionType(d: Option[TimestampType]): DateExpression[Option[TimestampType]]

    Attributes
    protected
  22. abstract def createLeafNodeOfScalarTimestampType(d: TimestampType): DateExpression[TimestampType]

    Attributes
    protected
  23. abstract def createLeafNodeOfScalarUuidOptionType(d: Option[UuidType]): UuidExpression[Option[UuidType]]

    Attributes
    protected
  24. abstract def createLeafNodeOfScalarUuidType(d: UuidType): UuidExpression[UuidType]

    Attributes
    protected
  25. abstract def mapBigDecimal2BigDecimalType(d: BigDecimal): BigDecimalType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  26. abstract def mapBinary2BinaryType(b: Array[Byte]): BinaryType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  27. abstract def mapBoolean2BooleanType(b: Boolean): BooleanType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  28. abstract def mapByte2ByteType(b: Byte): ByteType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  29. abstract def mapDate2DateType(b: Date): DateType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  30. abstract def mapDouble2DoubleType(d: Double): DoubleType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  31. abstract def mapFloat2FloatType(d: Float): FloatType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  32. abstract def mapInt2IntType(i: Int): IntType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  33. abstract def mapLong2LongType(l: Long): LongType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  34. abstract def mapObject2UuidType(u: AnyRef): UuidType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  35. abstract def mapString2StringType(s: String): StringType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  36. abstract def mapTimestamp2TimestampType(b: Timestamp): TimestampType

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  37. implicit abstract def sampleBigDecimal: BigDecimalType

    Attributes
    protected
    Definition Classes
    FieldTypes
  38. implicit abstract def sampleBinary: BinaryType

    Attributes
    protected
    Definition Classes
    FieldTypes
  39. implicit abstract def sampleBoolean: BooleanType

    Attributes
    protected
    Definition Classes
    FieldTypes
  40. implicit abstract def sampleByte: ByteType

    Attributes
    protected
    Definition Classes
    FieldTypes
  41. implicit abstract def sampleDate: DateType

    Attributes
    protected
    Definition Classes
    FieldTypes
  42. implicit abstract def sampleDouble: DoubleType

    Attributes
    protected
    Definition Classes
    FieldTypes
  43. implicit abstract def sampleFloat: FloatType

    Attributes
    protected
    Definition Classes
    FieldTypes
  44. implicit abstract def sampleInt: IntType

    Attributes
    protected
    Definition Classes
    FieldTypes
  45. implicit abstract def sampleLong: LongType

    Attributes
    protected
    Definition Classes
    FieldTypes
  46. implicit abstract def sampleString: StringType

    Attributes
    protected
    Definition Classes
    FieldTypes
  47. implicit abstract def sampleTimestamp: TimestampType

    Attributes
    protected
    Definition Classes
    FieldTypes
  48. implicit abstract def sampleUuid: UuidType

    Attributes
    protected
    Definition Classes
    FieldTypes

Concrete Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def avg[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

    Definition Classes
    SqlFunctions
  8. implicit def bigDecimal2ScalarBigDecimal(b: BigDecimalType): NumericalExpression[BigDecimalType]

  9. implicit def binary2ScalarBinary(b: BinaryType): BinaryExpression[BinaryType]

  10. implicit def binaryOpConv1(op: BinaryDivOp[ByteType, ByteType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  11. implicit def binaryOpConv1(op: BinaryAMSOp[ByteType, ByteType]): NumericalTypeConversion[ByteType]

    Definition Classes
    TypeArithmetic
  12. implicit def binaryOpConv10(op: BinaryDivOp[ByteType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  13. implicit def binaryOpConv10(op: BinaryAMSOp[ByteType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  14. implicit def binaryOpConv100(op: BinaryDivOp[Option[DoubleType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  15. implicit def binaryOpConv100(op: BinaryAMSOp[Option[DoubleType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  16. implicit def binaryOpConv100bd(op: BinaryDivOp[Option[DoubleType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  17. implicit def binaryOpConv100bd(op: BinaryAMSOp[Option[DoubleType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  18. implicit def binaryOpConv101(op: BinaryDivOp[BigDecimalType, ByteType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  19. implicit def binaryOpConv101(op: BinaryAMSOp[BigDecimalType, ByteType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  20. implicit def binaryOpConv102(op: BinaryDivOp[BigDecimalType, IntType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  21. implicit def binaryOpConv102(op: BinaryAMSOp[BigDecimalType, IntType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  22. implicit def binaryOpConv103(op: BinaryDivOp[BigDecimalType, LongType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  23. implicit def binaryOpConv103(op: BinaryAMSOp[BigDecimalType, LongType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  24. implicit def binaryOpConv104(op: BinaryDivOp[BigDecimalType, FloatType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  25. implicit def binaryOpConv104(op: BinaryAMSOp[BigDecimalType, FloatType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  26. implicit def binaryOpConv105(op: BinaryDivOp[BigDecimalType, DoubleType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  27. implicit def binaryOpConv105(op: BinaryAMSOp[BigDecimalType, DoubleType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  28. implicit def binaryOpConv106(op: BinaryDivOp[BigDecimalType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  29. implicit def binaryOpConv106(op: BinaryAMSOp[BigDecimalType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  30. implicit def binaryOpConv107(op: BinaryDivOp[BigDecimalType, Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  31. implicit def binaryOpConv107(op: BinaryAMSOp[BigDecimalType, Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  32. implicit def binaryOpConv108(op: BinaryDivOp[BigDecimalType, Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  33. implicit def binaryOpConv108(op: BinaryAMSOp[BigDecimalType, Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  34. implicit def binaryOpConv109(op: BinaryDivOp[BigDecimalType, Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  35. implicit def binaryOpConv109(op: BinaryAMSOp[BigDecimalType, Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  36. implicit def binaryOpConv10bd(op: BinaryDivOp[ByteType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  37. implicit def binaryOpConv10bd(op: BinaryAMSOp[ByteType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  38. implicit def binaryOpConv11(op: BinaryDivOp[IntType, ByteType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  39. implicit def binaryOpConv11(op: BinaryAMSOp[IntType, ByteType]): NumericalTypeConversion[IntType]

    Definition Classes
    TypeArithmetic
  40. implicit def binaryOpConv110(op: BinaryDivOp[BigDecimalType, Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  41. implicit def binaryOpConv110(op: BinaryAMSOp[BigDecimalType, Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  42. implicit def binaryOpConv111(op: BinaryDivOp[BigDecimalType, Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  43. implicit def binaryOpConv111(op: BinaryAMSOp[BigDecimalType, Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  44. implicit def binaryOpConv112(op: BinaryDivOp[BigDecimalType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  45. implicit def binaryOpConv112(op: BinaryAMSOp[BigDecimalType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  46. implicit def binaryOpConv113(op: BinaryDivOp[Option[BigDecimalType], ByteType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  47. implicit def binaryOpConv113(op: BinaryAMSOp[Option[BigDecimalType], ByteType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  48. implicit def binaryOpConv114(op: BinaryDivOp[Option[BigDecimalType], IntType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  49. implicit def binaryOpConv114(op: BinaryAMSOp[Option[BigDecimalType], IntType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  50. implicit def binaryOpConv115(op: BinaryDivOp[Option[BigDecimalType], LongType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  51. implicit def binaryOpConv115(op: BinaryAMSOp[Option[BigDecimalType], LongType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  52. implicit def binaryOpConv116(op: BinaryDivOp[Option[BigDecimalType], FloatType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  53. implicit def binaryOpConv116(op: BinaryAMSOp[Option[BigDecimalType], FloatType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  54. implicit def binaryOpConv117(op: BinaryDivOp[Option[BigDecimalType], DoubleType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  55. implicit def binaryOpConv117(op: BinaryAMSOp[Option[BigDecimalType], DoubleType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  56. implicit def binaryOpConv118(op: BinaryDivOp[Option[BigDecimalType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  57. implicit def binaryOpConv118(op: BinaryAMSOp[Option[BigDecimalType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  58. implicit def binaryOpConv119(op: BinaryDivOp[Option[BigDecimalType], Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  59. implicit def binaryOpConv119(op: BinaryAMSOp[Option[BigDecimalType], Option[ByteType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  60. implicit def binaryOpConv12(op: BinaryDivOp[IntType, IntType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  61. implicit def binaryOpConv12(op: BinaryAMSOp[IntType, IntType]): NumericalTypeConversion[IntType]

    Definition Classes
    TypeArithmetic
  62. implicit def binaryOpConv120(op: BinaryDivOp[Option[BigDecimalType], Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  63. implicit def binaryOpConv120(op: BinaryAMSOp[Option[BigDecimalType], Option[IntType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  64. implicit def binaryOpConv121(op: BinaryDivOp[Option[BigDecimalType], Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  65. implicit def binaryOpConv121(op: BinaryAMSOp[Option[BigDecimalType], Option[LongType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  66. implicit def binaryOpConv122(op: BinaryDivOp[Option[BigDecimalType], Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  67. implicit def binaryOpConv122(op: BinaryAMSOp[Option[BigDecimalType], Option[FloatType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  68. implicit def binaryOpConv123(op: BinaryDivOp[Option[BigDecimalType], Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  69. implicit def binaryOpConv123(op: BinaryAMSOp[Option[BigDecimalType], Option[DoubleType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  70. implicit def binaryOpConv124(op: BinaryDivOp[Option[BigDecimalType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  71. implicit def binaryOpConv124(op: BinaryAMSOp[Option[BigDecimalType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  72. implicit def binaryOpConv13(op: BinaryDivOp[IntType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  73. implicit def binaryOpConv13(op: BinaryAMSOp[IntType, LongType]): NumericalTypeConversion[LongType]

    Definition Classes
    TypeArithmetic
  74. implicit def binaryOpConv14(op: BinaryDivOp[IntType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  75. implicit def binaryOpConv14(op: BinaryAMSOp[IntType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  76. implicit def binaryOpConv15(op: BinaryDivOp[IntType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  77. implicit def binaryOpConv15(op: BinaryAMSOp[IntType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  78. implicit def binaryOpConv15bd(op: BinaryDivOp[IntType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  79. implicit def binaryOpConv15bd(op: BinaryAMSOp[IntType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  80. implicit def binaryOpConv16(op: BinaryDivOp[IntType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  81. implicit def binaryOpConv16(op: BinaryAMSOp[IntType, Option[ByteType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  82. implicit def binaryOpConv17(op: BinaryDivOp[IntType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  83. implicit def binaryOpConv17(op: BinaryAMSOp[IntType, Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  84. implicit def binaryOpConv18(op: BinaryDivOp[IntType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  85. implicit def binaryOpConv18(op: BinaryAMSOp[IntType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  86. implicit def binaryOpConv19(op: BinaryDivOp[IntType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  87. implicit def binaryOpConv19(op: BinaryAMSOp[IntType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  88. implicit def binaryOpConv2(op: BinaryDivOp[ByteType, IntType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  89. implicit def binaryOpConv2(op: BinaryAMSOp[ByteType, IntType]): NumericalTypeConversion[IntType]

    Definition Classes
    TypeArithmetic
  90. implicit def binaryOpConv20(op: BinaryDivOp[IntType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  91. implicit def binaryOpConv20(op: BinaryAMSOp[IntType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  92. implicit def binaryOpConv20bd(op: BinaryDivOp[IntType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  93. implicit def binaryOpConv20bd(op: BinaryAMSOp[IntType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  94. implicit def binaryOpConv21(op: BinaryDivOp[LongType, ByteType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  95. implicit def binaryOpConv21(op: BinaryAMSOp[LongType, ByteType]): NumericalTypeConversion[LongType]

    Definition Classes
    TypeArithmetic
  96. implicit def binaryOpConv22(op: BinaryDivOp[LongType, IntType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  97. implicit def binaryOpConv22(op: BinaryAMSOp[LongType, IntType]): NumericalTypeConversion[LongType]

    Definition Classes
    TypeArithmetic
  98. implicit def binaryOpConv23(op: BinaryDivOp[LongType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  99. implicit def binaryOpConv23(op: BinaryAMSOp[LongType, LongType]): NumericalTypeConversion[LongType]

    Definition Classes
    TypeArithmetic
  100. implicit def binaryOpConv24(op: BinaryDivOp[LongType, FloatType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  101. implicit def binaryOpConv24(op: BinaryAMSOp[LongType, FloatType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  102. implicit def binaryOpConv25(op: BinaryDivOp[LongType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  103. implicit def binaryOpConv25(op: BinaryAMSOp[LongType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  104. implicit def binaryOpConv25bd(op: BinaryDivOp[LongType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  105. implicit def binaryOpConv25bd(op: BinaryAMSOp[LongType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  106. implicit def binaryOpConv26(op: BinaryDivOp[LongType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  107. implicit def binaryOpConv26(op: BinaryAMSOp[LongType, Option[ByteType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  108. implicit def binaryOpConv27(op: BinaryDivOp[LongType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  109. implicit def binaryOpConv27(op: BinaryAMSOp[LongType, Option[IntType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  110. implicit def binaryOpConv28(op: BinaryDivOp[LongType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  111. implicit def binaryOpConv28(op: BinaryAMSOp[LongType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  112. implicit def binaryOpConv29(op: BinaryDivOp[LongType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  113. implicit def binaryOpConv29(op: BinaryAMSOp[LongType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  114. implicit def binaryOpConv3(op: BinaryDivOp[ByteType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  115. implicit def binaryOpConv3(op: BinaryAMSOp[ByteType, LongType]): NumericalTypeConversion[LongType]

    Definition Classes
    TypeArithmetic
  116. implicit def binaryOpConv30(op: BinaryDivOp[LongType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  117. implicit def binaryOpConv30(op: BinaryAMSOp[LongType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  118. implicit def binaryOpConv30bd(op: BinaryDivOp[LongType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  119. implicit def binaryOpConv30bd(op: BinaryAMSOp[LongType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  120. implicit def binaryOpConv31(op: BinaryDivOp[FloatType, ByteType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  121. implicit def binaryOpConv31(op: BinaryAMSOp[FloatType, ByteType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  122. implicit def binaryOpConv32(op: BinaryDivOp[FloatType, IntType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  123. implicit def binaryOpConv32(op: BinaryAMSOp[FloatType, IntType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  124. implicit def binaryOpConv33(op: BinaryDivOp[FloatType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  125. implicit def binaryOpConv33(op: BinaryAMSOp[FloatType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  126. implicit def binaryOpConv34(op: BinaryDivOp[FloatType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  127. implicit def binaryOpConv34(op: BinaryAMSOp[FloatType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  128. implicit def binaryOpConv35(op: BinaryDivOp[FloatType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  129. implicit def binaryOpConv35(op: BinaryAMSOp[FloatType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  130. implicit def binaryOpConv35bd(op: BinaryDivOp[FloatType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  131. implicit def binaryOpConv35bd(op: BinaryAMSOp[FloatType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  132. implicit def binaryOpConv36(op: BinaryDivOp[FloatType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  133. implicit def binaryOpConv36(op: BinaryAMSOp[FloatType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  134. implicit def binaryOpConv37(op: BinaryDivOp[FloatType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  135. implicit def binaryOpConv37(op: BinaryAMSOp[FloatType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  136. implicit def binaryOpConv38(op: BinaryDivOp[FloatType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  137. implicit def binaryOpConv38(op: BinaryAMSOp[FloatType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  138. implicit def binaryOpConv39(op: BinaryDivOp[FloatType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  139. implicit def binaryOpConv39(op: BinaryAMSOp[FloatType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  140. implicit def binaryOpConv4(op: BinaryDivOp[ByteType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  141. implicit def binaryOpConv4(op: BinaryAMSOp[ByteType, FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  142. implicit def binaryOpConv40(op: BinaryDivOp[FloatType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  143. implicit def binaryOpConv40(op: BinaryAMSOp[FloatType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  144. implicit def binaryOpConv40bd(op: BinaryDivOp[FloatType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  145. implicit def binaryOpConv40bd(op: BinaryAMSOp[FloatType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  146. implicit def binaryOpConv41(op: BinaryDivOp[DoubleType, ByteType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  147. implicit def binaryOpConv41(op: BinaryAMSOp[DoubleType, ByteType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  148. implicit def binaryOpConv42(op: BinaryDivOp[DoubleType, IntType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  149. implicit def binaryOpConv42(op: BinaryAMSOp[DoubleType, IntType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  150. implicit def binaryOpConv43(op: BinaryDivOp[DoubleType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  151. implicit def binaryOpConv43(op: BinaryAMSOp[DoubleType, LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  152. implicit def binaryOpConv44(op: BinaryDivOp[DoubleType, FloatType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  153. implicit def binaryOpConv44(op: BinaryAMSOp[DoubleType, FloatType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  154. implicit def binaryOpConv45(op: BinaryDivOp[DoubleType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  155. implicit def binaryOpConv45(op: BinaryAMSOp[DoubleType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  156. implicit def binaryOpConv45bd(op: BinaryDivOp[DoubleType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  157. implicit def binaryOpConv45bd(op: BinaryAMSOp[DoubleType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  158. implicit def binaryOpConv46(op: BinaryDivOp[DoubleType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  159. implicit def binaryOpConv46(op: BinaryAMSOp[DoubleType, Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  160. implicit def binaryOpConv47(op: BinaryDivOp[DoubleType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  161. implicit def binaryOpConv47(op: BinaryAMSOp[DoubleType, Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  162. implicit def binaryOpConv48(op: BinaryDivOp[DoubleType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  163. implicit def binaryOpConv48(op: BinaryAMSOp[DoubleType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  164. implicit def binaryOpConv49(op: BinaryDivOp[DoubleType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  165. implicit def binaryOpConv49(op: BinaryAMSOp[DoubleType, Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  166. implicit def binaryOpConv5(op: BinaryDivOp[ByteType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  167. implicit def binaryOpConv5(op: BinaryAMSOp[ByteType, DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  168. implicit def binaryOpConv50(op: BinaryDivOp[DoubleType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  169. implicit def binaryOpConv50(op: BinaryAMSOp[DoubleType, Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  170. implicit def binaryOpConv50bd(op: BinaryDivOp[DoubleType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  171. implicit def binaryOpConv50bd(op: BinaryAMSOp[DoubleType, Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  172. implicit def binaryOpConv51(op: BinaryDivOp[Option[ByteType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  173. implicit def binaryOpConv51(op: BinaryAMSOp[Option[ByteType], ByteType]): NumericalTypeConversion[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  174. implicit def binaryOpConv52(op: BinaryDivOp[Option[ByteType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  175. implicit def binaryOpConv52(op: BinaryAMSOp[Option[ByteType], IntType]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  176. implicit def binaryOpConv53(op: BinaryDivOp[Option[ByteType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  177. implicit def binaryOpConv53(op: BinaryAMSOp[Option[ByteType], LongType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  178. implicit def binaryOpConv54(op: BinaryDivOp[Option[ByteType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  179. implicit def binaryOpConv54(op: BinaryAMSOp[Option[ByteType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  180. implicit def binaryOpConv55(op: BinaryDivOp[Option[ByteType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  181. implicit def binaryOpConv55(op: BinaryAMSOp[Option[ByteType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  182. implicit def binaryOpConv55bd(op: BinaryDivOp[Option[ByteType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  183. implicit def binaryOpConv55bd(op: BinaryAMSOp[Option[ByteType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  184. implicit def binaryOpConv56(op: BinaryDivOp[Option[ByteType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  185. implicit def binaryOpConv56(op: BinaryAMSOp[Option[ByteType], Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  186. implicit def binaryOpConv57(op: BinaryDivOp[Option[ByteType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  187. implicit def binaryOpConv57(op: BinaryAMSOp[Option[ByteType], Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  188. implicit def binaryOpConv58(op: BinaryDivOp[Option[ByteType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  189. implicit def binaryOpConv58(op: BinaryAMSOp[Option[ByteType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  190. implicit def binaryOpConv59(op: BinaryDivOp[Option[ByteType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  191. implicit def binaryOpConv59(op: BinaryAMSOp[Option[ByteType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  192. implicit def binaryOpConv5bd(op: BinaryDivOp[ByteType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  193. implicit def binaryOpConv5bd(op: BinaryAMSOp[ByteType, BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  194. implicit def binaryOpConv6(op: BinaryDivOp[ByteType, Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  195. implicit def binaryOpConv6(op: BinaryAMSOp[ByteType, Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  196. implicit def binaryOpConv60(op: BinaryDivOp[Option[ByteType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  197. implicit def binaryOpConv60(op: BinaryAMSOp[Option[ByteType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  198. implicit def binaryOpConv60bd(op: BinaryDivOp[Option[ByteType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  199. implicit def binaryOpConv60bd(op: BinaryAMSOp[Option[ByteType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  200. implicit def binaryOpConv61(op: BinaryDivOp[Option[IntType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  201. implicit def binaryOpConv61(op: BinaryAMSOp[Option[IntType], ByteType]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  202. implicit def binaryOpConv62(op: BinaryDivOp[Option[IntType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  203. implicit def binaryOpConv62(op: BinaryAMSOp[Option[IntType], IntType]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  204. implicit def binaryOpConv63(op: BinaryDivOp[Option[IntType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  205. implicit def binaryOpConv63(op: BinaryAMSOp[Option[IntType], LongType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  206. implicit def binaryOpConv64(op: BinaryDivOp[Option[IntType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  207. implicit def binaryOpConv64(op: BinaryAMSOp[Option[IntType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  208. implicit def binaryOpConv65(op: BinaryDivOp[Option[IntType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  209. implicit def binaryOpConv65(op: BinaryAMSOp[Option[IntType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  210. implicit def binaryOpConv65bd(op: BinaryDivOp[Option[IntType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  211. implicit def binaryOpConv65bd(op: BinaryAMSOp[Option[IntType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  212. implicit def binaryOpConv66(op: BinaryDivOp[Option[IntType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  213. implicit def binaryOpConv66(op: BinaryAMSOp[Option[IntType], Option[ByteType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  214. implicit def binaryOpConv67(op: BinaryDivOp[Option[IntType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  215. implicit def binaryOpConv67(op: BinaryAMSOp[Option[IntType], Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  216. implicit def binaryOpConv68(op: BinaryDivOp[Option[IntType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  217. implicit def binaryOpConv68(op: BinaryAMSOp[Option[IntType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  218. implicit def binaryOpConv69(op: BinaryDivOp[Option[IntType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  219. implicit def binaryOpConv69(op: BinaryAMSOp[Option[IntType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  220. implicit def binaryOpConv7(op: BinaryDivOp[ByteType, Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  221. implicit def binaryOpConv7(op: BinaryAMSOp[ByteType, Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  222. implicit def binaryOpConv70(op: BinaryDivOp[Option[IntType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  223. implicit def binaryOpConv70(op: BinaryAMSOp[Option[IntType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  224. implicit def binaryOpConv70bd(op: BinaryDivOp[Option[IntType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  225. implicit def binaryOpConv70bd(op: BinaryAMSOp[Option[IntType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  226. implicit def binaryOpConv71(op: BinaryDivOp[Option[LongType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  227. implicit def binaryOpConv71(op: BinaryAMSOp[Option[LongType], ByteType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  228. implicit def binaryOpConv72(op: BinaryDivOp[Option[LongType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  229. implicit def binaryOpConv72(op: BinaryAMSOp[Option[LongType], IntType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  230. implicit def binaryOpConv73(op: BinaryDivOp[Option[LongType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  231. implicit def binaryOpConv73(op: BinaryAMSOp[Option[LongType], LongType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  232. implicit def binaryOpConv74(op: BinaryDivOp[Option[LongType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  233. implicit def binaryOpConv74(op: BinaryAMSOp[Option[LongType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  234. implicit def binaryOpConv75(op: BinaryDivOp[Option[LongType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  235. implicit def binaryOpConv75(op: BinaryAMSOp[Option[LongType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  236. implicit def binaryOpConv75bd(op: BinaryDivOp[Option[LongType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  237. implicit def binaryOpConv75bd(op: BinaryAMSOp[Option[LongType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  238. implicit def binaryOpConv76(op: BinaryDivOp[Option[LongType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  239. implicit def binaryOpConv76(op: BinaryAMSOp[Option[LongType], Option[ByteType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  240. implicit def binaryOpConv77(op: BinaryDivOp[Option[LongType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  241. implicit def binaryOpConv77(op: BinaryAMSOp[Option[LongType], Option[IntType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  242. implicit def binaryOpConv78(op: BinaryDivOp[Option[LongType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  243. implicit def binaryOpConv78(op: BinaryAMSOp[Option[LongType], Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  244. implicit def binaryOpConv79(op: BinaryDivOp[Option[LongType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  245. implicit def binaryOpConv79(op: BinaryAMSOp[Option[LongType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  246. implicit def binaryOpConv8(op: BinaryDivOp[ByteType, Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  247. implicit def binaryOpConv8(op: BinaryAMSOp[ByteType, Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  248. implicit def binaryOpConv80(op: BinaryDivOp[Option[LongType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  249. implicit def binaryOpConv80(op: BinaryAMSOp[Option[LongType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  250. implicit def binaryOpConv80bd(op: BinaryDivOp[Option[LongType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  251. implicit def binaryOpConv80bd(op: BinaryAMSOp[Option[LongType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  252. implicit def binaryOpConv81(op: BinaryDivOp[Option[FloatType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  253. implicit def binaryOpConv81(op: BinaryAMSOp[Option[FloatType], ByteType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  254. implicit def binaryOpConv82(op: BinaryDivOp[Option[FloatType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  255. implicit def binaryOpConv82(op: BinaryAMSOp[Option[FloatType], IntType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  256. implicit def binaryOpConv83(op: BinaryDivOp[Option[FloatType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  257. implicit def binaryOpConv83(op: BinaryAMSOp[Option[FloatType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  258. implicit def binaryOpConv84(op: BinaryDivOp[Option[FloatType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  259. implicit def binaryOpConv84(op: BinaryAMSOp[Option[FloatType], FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  260. implicit def binaryOpConv85(op: BinaryDivOp[Option[FloatType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  261. implicit def binaryOpConv85(op: BinaryAMSOp[Option[FloatType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  262. implicit def binaryOpConv85bd(op: BinaryDivOp[Option[FloatType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  263. implicit def binaryOpConv85bd(op: BinaryAMSOp[Option[FloatType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  264. implicit def binaryOpConv86(op: BinaryDivOp[Option[FloatType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  265. implicit def binaryOpConv86(op: BinaryAMSOp[Option[FloatType], Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  266. implicit def binaryOpConv87(op: BinaryDivOp[Option[FloatType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  267. implicit def binaryOpConv87(op: BinaryAMSOp[Option[FloatType], Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  268. implicit def binaryOpConv88(op: BinaryDivOp[Option[FloatType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  269. implicit def binaryOpConv88(op: BinaryAMSOp[Option[FloatType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  270. implicit def binaryOpConv89(op: BinaryDivOp[Option[FloatType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  271. implicit def binaryOpConv89(op: BinaryAMSOp[Option[FloatType], Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  272. implicit def binaryOpConv9(op: BinaryDivOp[ByteType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  273. implicit def binaryOpConv9(op: BinaryAMSOp[ByteType, Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  274. implicit def binaryOpConv90(op: BinaryDivOp[Option[FloatType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  275. implicit def binaryOpConv90(op: BinaryAMSOp[Option[FloatType], Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  276. implicit def binaryOpConv90bd(op: BinaryDivOp[Option[FloatType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  277. implicit def binaryOpConv90bd(op: BinaryAMSOp[Option[FloatType], Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  278. implicit def binaryOpConv91(op: BinaryDivOp[Option[DoubleType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  279. implicit def binaryOpConv91(op: BinaryAMSOp[Option[DoubleType], ByteType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  280. implicit def binaryOpConv92(op: BinaryDivOp[Option[DoubleType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  281. implicit def binaryOpConv92(op: BinaryAMSOp[Option[DoubleType], IntType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  282. implicit def binaryOpConv93(op: BinaryDivOp[Option[DoubleType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  283. implicit def binaryOpConv93(op: BinaryAMSOp[Option[DoubleType], LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  284. implicit def binaryOpConv94(op: BinaryDivOp[Option[DoubleType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  285. implicit def binaryOpConv94(op: BinaryAMSOp[Option[DoubleType], FloatType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  286. implicit def binaryOpConv95(op: BinaryDivOp[Option[DoubleType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  287. implicit def binaryOpConv95(op: BinaryAMSOp[Option[DoubleType], DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  288. implicit def binaryOpConv95bd(op: BinaryDivOp[Option[DoubleType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  289. implicit def binaryOpConv95bd(op: BinaryAMSOp[Option[DoubleType], BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  290. implicit def binaryOpConv96(op: BinaryDivOp[Option[DoubleType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  291. implicit def binaryOpConv96(op: BinaryAMSOp[Option[DoubleType], Option[ByteType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  292. implicit def binaryOpConv97(op: BinaryDivOp[Option[DoubleType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  293. implicit def binaryOpConv97(op: BinaryAMSOp[Option[DoubleType], Option[IntType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  294. implicit def binaryOpConv98(op: BinaryDivOp[Option[DoubleType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  295. implicit def binaryOpConv98(op: BinaryAMSOp[Option[DoubleType], Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  296. implicit def binaryOpConv99(op: BinaryDivOp[Option[DoubleType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  297. implicit def binaryOpConv99(op: BinaryAMSOp[Option[DoubleType], Option[FloatType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  298. implicit def binaryOption2ScalarBinaryOption(b: Option[BinaryType]): BinaryExpression[Option[BinaryType]]

  299. implicit def bool2ScalarBoolean(b: BooleanType): BooleanExpression[BooleanType]

  300. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  301. def count(e: TypedExpressionNode[_]*): CountFunction

    Definition Classes
    SqlFunctions
  302. def count: CountFunction

    Definition Classes
    SqlFunctions
  303. def countDistinct(e: TypedExpressionNode[_]*): CountFunction

    Definition Classes
    SqlFunctions
  304. implicit def createOutMapperBigDecimalType: OutMapper[BigDecimalType]

    Definition Classes
    TypeArithmetic
  305. implicit def createOutMapperBigDecimalTypeOption: OutMapper[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  306. implicit def createOutMapperBinaryType: OutMapper[BinaryType]

    Definition Classes
    TypeArithmetic
  307. implicit def createOutMapperBinaryTypeOption: OutMapper[Option[BinaryType]]

    Definition Classes
    TypeArithmetic
  308. implicit def createOutMapperBooleanType: OutMapper[BooleanType]

    Definition Classes
    TypeArithmetic
  309. implicit def createOutMapperBooleanTypeOption: OutMapper[Option[BooleanType]]

    Definition Classes
    TypeArithmetic
  310. implicit def createOutMapperByteType: OutMapper[ByteType]

    Definition Classes
    TypeArithmetic
  311. implicit def createOutMapperByteTypeOption: OutMapper[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  312. implicit def createOutMapperDateType: OutMapper[DateType]

    Definition Classes
    TypeArithmetic
  313. implicit def createOutMapperDateTypeOption: OutMapper[Option[DateType]]

    Definition Classes
    TypeArithmetic
  314. implicit def createOutMapperDoubleType: OutMapper[DoubleType]

    Definition Classes
    TypeArithmetic
  315. implicit def createOutMapperDoubleTypeOption: OutMapper[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  316. implicit def createOutMapperFloatType: OutMapper[FloatType]

    Definition Classes
    TypeArithmetic
  317. implicit def createOutMapperFloatTypeOption: OutMapper[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  318. implicit def createOutMapperIntType: OutMapper[IntType]

    Definition Classes
    TypeArithmetic
  319. implicit def createOutMapperIntTypeOption: OutMapper[Option[IntType]]

    Definition Classes
    TypeArithmetic
  320. implicit def createOutMapperLongType: OutMapper[LongType]

    Definition Classes
    TypeArithmetic
  321. implicit def createOutMapperLongTypeOption: OutMapper[Option[LongType]]

    Definition Classes
    TypeArithmetic
  322. implicit def createOutMapperStringType: OutMapper[StringType]

    Definition Classes
    TypeArithmetic
  323. implicit def createOutMapperStringTypeOption: OutMapper[Option[StringType]]

    Definition Classes
    TypeArithmetic
  324. implicit def createOutMapperTimestampType: OutMapper[TimestampType]

    Definition Classes
    TypeArithmetic
  325. implicit def createOutMapperTimestampTypeOption: OutMapper[Option[TimestampType]]

    Definition Classes
    TypeArithmetic
  326. implicit def createOutMapperUuidType: OutMapper[UuidType]

    Definition Classes
    TypeArithmetic
  327. implicit def createOutMapperUuidTypeOption: OutMapper[Option[UuidType]]

    Definition Classes
    TypeArithmetic
  328. implicit def date2ScalarDate(b: DateType): DateExpression[DateType]

  329. implicit def double2ScalarDouble(d: DoubleType): NumericalExpression[DoubleType]

  330. implicit def e2concat1[A1, A2](e: ConcatOp[A1, A2]): StringTypeConversion[StringType]

    Definition Classes
    TypeArithmetic
  331. implicit def e2concat2[A1, A2](e: ConcatOp[A1, Option[A2]]): StringTypeConversion[Option[StringType]]

    Definition Classes
    TypeArithmetic
  332. implicit def e2concat3[A1, A2](e: ConcatOp[Option[A1], A2]): StringTypeConversion[Option[StringType]]

    Definition Classes
    TypeArithmetic
  333. implicit def e2concat4[A1, A2](e: ConcatOp[Option[A1], Option[A2]]): StringTypeConversion[Option[StringType]]

    Definition Classes
    TypeArithmetic
  334. implicit def emulateSqlTyping1[A](e: NonNumericalExpression[Option[A]]): NonNumericalExpression[A]

    Definition Classes
    TypeArithmetic
  335. implicit def emulateSqlTyping2[A](e: NumericalExpression[Option[A]]): NumericalExpression[A]

    Definition Classes
    TypeArithmetic
  336. implicit def enum2EnumNode[A <: EnumerationValueType](e: A): EnumExpression[A]

  337. implicit def enum2OptionEnumNode[A <: Option[EnumerationValueType]](e: A): EnumExpression[Option[A]]

  338. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  340. def exists[A](query: Query[A]): ExistsExpression

    Definition Classes
    SqlFunctions
  341. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  342. implicit def float2ScalarFloat(d: FloatType): NumericalExpression[FloatType]

  343. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  344. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  345. implicit def int2ScalarInt(i: IntType): NumericalExpression[IntType]

  346. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  347. implicit def long2ScalarLong(l: LongType): NumericalExpression[LongType]

  348. def lower[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]

    Definition Classes
    SqlFunctions
  349. def max[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

    Definition Classes
    SqlFunctions
  350. def max[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

    Definition Classes
    SqlFunctions
  351. def min[A](e: NonNumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

    Definition Classes
    SqlFunctions
  352. def min[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

    Definition Classes
    SqlFunctions
  353. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  354. implicit def nnCoalesce1[A](e: NonNumericalCoalesce[A, A]): NonNumericalTypeConversion[A]

    Definition Classes
    TypeArithmetic
  355. implicit def nnCoalesce2[A](e: NonNumericalCoalesce[A, Option[A]])(implicit f: OutMapper[Option[A]]): NonNumericalTypeConversion[Option[A]]

    Definition Classes
    TypeArithmetic
  356. implicit def nnCoalesce3[A](e: NonNumericalCoalesce[Option[A], A])(implicit f: OutMapper[Option[A]]): NonNumericalTypeConversion[Option[A]]

    Definition Classes
    TypeArithmetic
  357. implicit def nnCoalesce4[A](e: NonNumericalCoalesce[Option[A], Option[A]])(implicit f: OutMapper[Option[A]]): NonNumericalTypeConversion[Option[A]]

    Definition Classes
    TypeArithmetic
  358. def not(b: LogicalBoolean): FunctionNode[Nothing] with LogicalBoolean

    Definition Classes
    SqlFunctions
  359. def notExists[A](query: Query[A]): ExistsExpression

    Definition Classes
    SqlFunctions
  360. final def notify(): Unit

    Definition Classes
    AnyRef
  361. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  362. def nvl[A](a: NonNumericalExpression[Option[A]], b: NonNumericalExpression[A]): NvlFunctionNonNumerical[Option[A], A]

    Definition Classes
    SqlFunctions
  363. def nvl[A, B](a: NumericalExpression[Option[A]], b: NumericalExpression[B]): NvlFunctionNumerical[A, B]

    Definition Classes
    SqlFunctions
  364. implicit def nvl1(e: NvlFunctionNonNumerical[Option[DateType], DateType]): DateTypeConversion[DateType]

    Definition Classes
    TypeArithmetic
  365. implicit def nvl2(e: NvlFunctionNonNumerical[Option[StringType], StringType]): StringTypeConversion[StringType]

    Definition Classes
    TypeArithmetic
  366. implicit def nvl3(e: NvlFunctionNonNumerical[Option[BooleanType], BooleanType]): BooleanTypeConversion[BooleanType]

    Definition Classes
    TypeArithmetic
  367. implicit def nvl4(e: NvlFunctionNonNumerical[Option[TimestampType], TimestampType]): DateTypeConversion[TimestampType]

    Definition Classes
    TypeArithmetic
  368. implicit def optionBigDecimal2ScalarBigDecimal(i: Option[BigDecimalType]): NumericalExpression[Option[BigDecimalType]]

  369. implicit def optionBoolean2ScalarBoolean(i: Option[BooleanType]): BooleanExpression[Option[BooleanType]]

  370. implicit def optionDate2ScalarDate(i: Option[DateType]): DateExpression[Option[DateType]]

  371. implicit def optionDouble2ScalarDouble(i: Option[DoubleType]): NumericalExpression[Option[DoubleType]]

  372. implicit def optionFloat2ScalarFloat(i: Option[FloatType]): NumericalExpression[Option[FloatType]]

  373. implicit def optionInt2ScalarInt(i: Option[IntType]): NumericalExpression[Option[IntType]]

  374. implicit def optionLong2ScalarLong(i: Option[LongType]): NumericalExpression[Option[LongType]]

  375. implicit def optionString2ScalarString(i: Option[StringType]): StringExpression[Option[StringType]]

  376. implicit def optionUuid2ScalarUuid(u: Option[UuidType]): UuidExpression[Option[UuidType]]

  377. implicit def orderByArg2OrderByExpression(a: OrderByArg): OrderByExpression

  378. def outMapperFromEnumValue(e: Value): $anon forSome {type $anon <: OutMapper[Value] { def doMap(rs: java.sql.ResultSet): enu.Value }, val enu: Enumeration}

    Attributes
    protected
    Definition Classes
    TypeArithmetic
  379. def outMapperOptionFromOptionEnumValue(e: Option[Value]): Option[OutMapper[Option[Value]] { def doMap(rs: java.sql.ResultSet): Some[Enumeration#Value] }]

    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
  380. def sDevPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

    Definition Classes
    SqlFunctions
  381. def sDevSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

    Definition Classes
    SqlFunctions
  382. implicit val sampleBigDecimalO: Some[BigDecimalType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  383. implicit val sampleBinaryO: Some[BinaryType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  384. implicit val sampleBooleanO: Some[BooleanType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  385. implicit val sampleByteO: Some[ByteType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  386. implicit val sampleDateO: Some[DateType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  387. implicit val sampleDoubleO: Some[DoubleType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  388. implicit val sampleFloatO: Some[FloatType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  389. implicit val sampleIntO: Some[IntType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  390. implicit val sampleLongO: Some[LongType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  391. implicit val sampleStringO: Some[StringType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  392. implicit val sampleTimestampTypeO: Some[TimestampType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  393. implicit val sampleUuidO: Some[UuidType]

    Attributes
    protected
    Definition Classes
    FieldTypes
  394. implicit def string2ScalarString(s: StringType): StringExpression[StringType]

  395. def sum[A](e: NumericalExpression[A]): UnaryAgregateLengthNeutralOp[A]

    Definition Classes
    SqlFunctions
  396. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  397. implicit def timestamp2ScalarTimestamp(ts: TimestampType): DateExpression[TimestampType]

  398. implicit def timestamp2ScalarTimestampOptionNode(ts: Option[TimestampType]): DateExpression[Option[TimestampType]]

  399. def toString(): String

    Definition Classes
    AnyRef → Any
  400. implicit def traversableOfDate2ListDate(l: Traversable[DateType]): RightHandSideOfIn[DateType]

  401. implicit def traversableOfDate2OptionListDate(l: Traversable[DateType]): RightHandSideOfIn[Option[DateType]]

  402. implicit def traversableOfEnumerationValue2ListEnumerationValue[E <: Value](l: Traversable[E]): RightHandSideOfIn[E]

  403. implicit def traversableOfNumericalExpressionList[A](l: Traversable[A])(implicit arg0: (A) ⇒ NumericalExpression[_]): RightHandSideOfIn[NumericalExpression[A]]

  404. implicit def traversableOfString2ListString(l: Traversable[StringType]): RightHandSideOfIn[StringType]

  405. implicit def traversableOfString2OptionListString(l: Traversable[StringType]): RightHandSideOfIn[Option[StringType]]

  406. implicit def traversableOfUuid2ListUuid(l: Traversable[UuidType]): RightHandSideOfIn[UuidType]

  407. implicit def traversableOfUuidOptionList(l: Traversable[UuidType]): RightHandSideOfIn[Option[UuidType]]

  408. implicit def typedExpression2OrderByArg[E](e: E)(implicit arg0: (E) ⇒ TypedExpressionNode[_]): OrderByArg

  409. implicit def unaryOpConv1(op: UnaryAgregateLengthNeutralOp[ByteType]): NumericalTypeConversion[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  410. implicit def unaryOpConv1(op: UnaryAgregateFloatOp[ByteType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  411. implicit def unaryOpConv1(op: UnaryFloatOp[ByteType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  412. implicit def unaryOpConv10(op: UnaryAgregateLengthNeutralOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  413. implicit def unaryOpConv10(op: UnaryAgregateFloatOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  414. implicit def unaryOpConv10(op: UnaryFloatOp[Option[DoubleType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  415. implicit def unaryOpConv10bd(op: UnaryAgregateLengthNeutralOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  416. implicit def unaryOpConv11(op: UnaryAgregateLengthNeutralOp[DateType]): DateTypeConversion[Option[DateType]]

    Definition Classes
    TypeArithmetic
  417. implicit def unaryOpConv11(op: UnaryAgregateFloatOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  418. implicit def unaryOpConv11(op: UnaryFloatOp[Option[BigDecimalType]]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  419. implicit def unaryOpConv12(op: UnaryAgregateLengthNeutralOp[Option[DateType]]): DateTypeConversion[Option[DateType]]

    Definition Classes
    TypeArithmetic
  420. implicit def unaryOpConv13(op: UnaryAgregateLengthNeutralOp[StringType]): DateTypeConversion[Option[StringType]]

    Definition Classes
    TypeArithmetic
  421. implicit def unaryOpConv14(op: UnaryAgregateLengthNeutralOp[Option[StringType]]): DateTypeConversion[Option[StringType]]

    Definition Classes
    TypeArithmetic
  422. implicit def unaryOpConv15(op: UnaryAgregateLengthNeutralOp[BooleanType]): BooleanTypeConversion[Option[BooleanType]]

    Definition Classes
    TypeArithmetic
  423. implicit def unaryOpConv16(op: UnaryAgregateLengthNeutralOp[Option[BooleanType]]): BooleanTypeConversion[Option[BooleanType]]

    Definition Classes
    TypeArithmetic
  424. implicit def unaryOpConv17(op: UnaryAgregateLengthNeutralOp[TimestampType]): DateTypeConversion[Option[TimestampType]]

    Definition Classes
    TypeArithmetic
  425. implicit def unaryOpConv18(op: UnaryAgregateLengthNeutralOp[Option[TimestampType]]): DateTypeConversion[Option[TimestampType]]

    Definition Classes
    TypeArithmetic
  426. implicit def unaryOpConv2(op: UnaryAgregateLengthNeutralOp[IntType]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  427. implicit def unaryOpConv2(op: UnaryAgregateFloatOp[IntType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  428. implicit def unaryOpConv2(op: UnaryFloatOp[IntType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  429. implicit def unaryOpConv3(op: UnaryAgregateLengthNeutralOp[LongType]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  430. implicit def unaryOpConv3(op: UnaryAgregateFloatOp[LongType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  431. implicit def unaryOpConv3(op: UnaryFloatOp[LongType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  432. implicit def unaryOpConv4(op: UnaryAgregateLengthNeutralOp[FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  433. implicit def unaryOpConv4(op: UnaryAgregateFloatOp[FloatType]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  434. implicit def unaryOpConv4(op: UnaryFloatOp[FloatType]): NumericalTypeConversion[FloatType]

    Definition Classes
    TypeArithmetic
  435. implicit def unaryOpConv5(op: UnaryAgregateLengthNeutralOp[DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  436. implicit def unaryOpConv5(op: UnaryAgregateFloatOp[DoubleType]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  437. implicit def unaryOpConv5(op: UnaryFloatOp[DoubleType]): NumericalTypeConversion[DoubleType]

    Definition Classes
    TypeArithmetic
  438. implicit def unaryOpConv5bd(op: UnaryAgregateLengthNeutralOp[BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  439. implicit def unaryOpConv5bd(op: UnaryAgregateFloatOp[BigDecimalType]): NumericalTypeConversion[Option[BigDecimalType]]

    Definition Classes
    TypeArithmetic
  440. implicit def unaryOpConv5bd(op: UnaryFloatOp[BigDecimalType]): NumericalTypeConversion[BigDecimalType]

    Definition Classes
    TypeArithmetic
  441. implicit def unaryOpConv6(op: UnaryAgregateLengthNeutralOp[Option[ByteType]]): NumericalTypeConversion[Option[ByteType]]

    Definition Classes
    TypeArithmetic
  442. implicit def unaryOpConv6(op: UnaryAgregateFloatOp[Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  443. implicit def unaryOpConv6(op: UnaryFloatOp[Option[ByteType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  444. implicit def unaryOpConv7(op: UnaryAgregateLengthNeutralOp[Option[IntType]]): NumericalTypeConversion[Option[IntType]]

    Definition Classes
    TypeArithmetic
  445. implicit def unaryOpConv7(op: UnaryAgregateFloatOp[Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  446. implicit def unaryOpConv7(op: UnaryFloatOp[Option[IntType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  447. implicit def unaryOpConv8(op: UnaryAgregateLengthNeutralOp[Option[LongType]]): NumericalTypeConversion[Option[LongType]]

    Definition Classes
    TypeArithmetic
  448. implicit def unaryOpConv8(op: UnaryAgregateFloatOp[Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  449. implicit def unaryOpConv8(op: UnaryFloatOp[Option[LongType]]): NumericalTypeConversion[Option[DoubleType]]

    Definition Classes
    TypeArithmetic
  450. implicit def unaryOpConv9(op: UnaryAgregateLengthNeutralOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  451. implicit def unaryOpConv9(op: UnaryAgregateFloatOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  452. implicit def unaryOpConv9(op: UnaryFloatOp[Option[FloatType]]): NumericalTypeConversion[Option[FloatType]]

    Definition Classes
    TypeArithmetic
  453. def upper[A](s: StringExpression[A])(implicit m: OutMapper[A]): FunctionNode[A] with StringExpression[A]

    Definition Classes
    SqlFunctions
  454. implicit def uuid2ScalarUuid(u: UuidType): UuidExpression[UuidType]

  455. def varPopulation[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

    Definition Classes
    SqlFunctions
  456. def varSample[A](e: NumericalExpression[A]): UnaryAgregateFloatOp[A]

    Definition Classes
    SqlFunctions
  457. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SqlFunctions

Inherited from TypeArithmetic

Inherited from FieldTypes

Inherited from AnyRef

Inherited from Any

Ungrouped