org.squeryl.internals.FieldMapper

PrimitiveTypeSupport

object PrimitiveTypeSupport

Extending classes will expose members of PrimitiveTypeSupport as implicit, to enable support of primitive types, or will expose theit own non jdbc native types.

Attributes
protected
Source
FieldMapper.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrimitiveTypeSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. object DummyEnum extends Enumeration

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val bigDecimalTEF: FloatTypedExpressionFactory[BigDecimal, TBigDecimal] with PrimitiveJdbcMapper[BigDecimal] { ... /* 2 definitions in type refinement */ }

  9. val binaryTEF: TypedExpressionFactory[Array[Byte], TByteArray] with PrimitiveJdbcMapper[Array[Byte]] { ... /* 2 definitions in type refinement */ }

  10. val booleanTEF: TypedExpressionFactory[Boolean, TBoolean] with PrimitiveJdbcMapper[Boolean] { ... /* 2 definitions in type refinement */ }

  11. val byteTEF: IntegralTypedExpressionFactory[Byte, TByte, Float, TFloat] with PrimitiveJdbcMapper[Byte] { ... /* 3 definitions in type refinement */ }

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val dateTEF: TypedExpressionFactory[Date, TDate] with PrimitiveJdbcMapper[Date] { ... /* 3 definitions in type refinement */ }

  14. val doubleArrayTEF: ArrayTEF[Double, TDoubleArray] { val sample: Array[Double] }

  15. val doubleTEF: FloatTypedExpressionFactory[Double, TDouble] with PrimitiveJdbcMapper[Double] { ... /* 2 definitions in type refinement */ }

  16. def enumValueTEF[A >: Value <: Value](ev: Value): JdbcMapper[Int, A] with TypedExpressionFactory[A, TEnumValue[A]] { val enu: Enumeration }

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

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

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. val floatTEF: FloatTypedExpressionFactory[Float, TFloat] with PrimitiveJdbcMapper[Float] { ... /* 2 definitions in type refinement */ }

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

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

    Definition Classes
    AnyRef → Any
  23. val intArrayTEF: ArrayTEF[Int, TIntArray] { val sample: Array[Int] }

  24. val intTEF: IntegralTypedExpressionFactory[Int, TInt, Float, TFloat] with PrimitiveJdbcMapper[Int] { ... /* 3 definitions in type refinement */ }

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. val localDateTEF: TypedExpressionFactory[LocalDate, TLocalDate] with PrimitiveJdbcMapper[LocalDate] { ... /* 2 definitions in type refinement */ }

  27. val localDateTimeTEF: TypedExpressionFactory[LocalDateTime, TLocalDateTime] with PrimitiveJdbcMapper[LocalDateTime] { ... /* 2 definitions in type refinement */ }

  28. val localTimeTEF: TypedExpressionFactory[LocalTime, TLocalTime] with PrimitiveJdbcMapper[LocalTime] { ... /* 2 definitions in type refinement */ }

  29. val longArrayTEF: ArrayTEF[Long, TLongArray] { val sample: Array[Long] }

  30. val longTEF: IntegralTypedExpressionFactory[Long, TLong, Double, TDouble] with PrimitiveJdbcMapper[Long] { ... /* 3 definitions in type refinement */ }

  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

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

    Definition Classes
    AnyRef
  34. val offsetDateTimeTEF: TypedExpressionFactory[OffsetDateTime, TOffsetDateTime] with PrimitiveJdbcMapper[OffsetDateTime] { ... /* 2 definitions in type refinement */ }

  35. val offsetTimeTEF: TypedExpressionFactory[OffsetTime, TOffsetTime] with PrimitiveJdbcMapper[OffsetTime] { ... /* 2 definitions in type refinement */ }

  36. val optionBigDecimalTEF: FloatTypedExpressionFactory[Option[BigDecimal], TOptionBigDecimal] with DeOptionizer[BigDecimal, BigDecimal, TBigDecimal, Option[BigDecimal], TOptionBigDecimal] { val deOptionizer: org.squeryl.dsl.FloatTypedExpressionFactory[BigDecimal,org.squeryl.dsl.TBigDecimal] with org.squeryl.dsl.PrimitiveJdbcMapper[BigDecimal]{val sample: scala.math.BigDecimal; val defaultColumnLength: Int} }

  37. val optionBooleanTEF: TypedExpressionFactory[Option[Boolean], TOptionBoolean] with DeOptionizer[Boolean, Boolean, TBoolean, Option[Boolean], TOptionBoolean] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[Boolean,org.squeryl.dsl.TBoolean] with org.squeryl.dsl.PrimitiveJdbcMapper[Boolean]{val sample: Boolean; val defaultColumnLength: Int} }

  38. val optionByteArrayTEF: TypedExpressionFactory[Option[Array[Byte]], TOptionByteArray] with DeOptionizer[Array[Byte], Array[Byte], TByteArray, Option[Array[Byte]], TOptionByteArray] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[Array[Byte],org.squeryl.dsl.TByteArray] with org.squeryl.dsl.PrimitiveJdbcMapper[Array[Byte]]{val sample: Array[Byte]; val defaultColumnLength: Int} }

  39. val optionByteTEF: IntegralTypedExpressionFactory[Option[Byte], TOptionByte, Option[Float], TOptionFloat] with DeOptionizer[Byte, Byte, TByte, Option[Byte], TOptionByte] { ... /* 2 definitions in type refinement */ }

  40. val optionDateTEF: TypedExpressionFactory[Option[Date], TOptionDate] with DeOptionizer[Date, Date, TDate, Option[Date], TOptionDate] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.util.Date,org.squeryl.dsl.TDate] with org.squeryl.dsl.PrimitiveJdbcMapper[java.util.Date]{val sample: java.util.Date; val defaultColumnLength: Int; def extractNativeJdbcValue(rs: java.sql.ResultSet,i: Int): java.sql.Date} }

  41. val optionDoubleTEF: FloatTypedExpressionFactory[Option[Double], TOptionDouble] with DeOptionizer[Double, Double, TDouble, Option[Double], TOptionDouble] { val deOptionizer: org.squeryl.dsl.FloatTypedExpressionFactory[Double,org.squeryl.dsl.TDouble] with org.squeryl.dsl.PrimitiveJdbcMapper[Double]{val sample: Double; val defaultColumnLength: Int} }

  42. def optionEnumValueTEF[A >: Value <: Value](ev: Option[Value]): TypedExpressionFactory[Option[A], TOptionEnumValue[A]] with DeOptionizer[Int, A, TEnumValue[A], Option[A], TOptionEnumValue[A]] { val deOptionizer: org.squeryl.dsl.JdbcMapper[Int,A] with org.squeryl.dsl.TypedExpressionFactory[A,org.squeryl.dsl.TEnumValue[A]]{val enu: Enumeration} }

  43. val optionFloatTEF: FloatTypedExpressionFactory[Option[Float], TOptionFloat] with DeOptionizer[Float, Float, TFloat, Option[Float], TOptionFloat] { val deOptionizer: org.squeryl.dsl.FloatTypedExpressionFactory[Float,org.squeryl.dsl.TFloat] with org.squeryl.dsl.PrimitiveJdbcMapper[Float]{val sample: Float; val defaultColumnLength: Int} }

  44. val optionIntTEF: IntegralTypedExpressionFactory[Option[Int], TOptionInt, Option[Float], TOptionFloat] with DeOptionizer[Int, Int, TInt, Option[Int], TOptionInt] { ... /* 2 definitions in type refinement */ }

  45. val optionLocalDateTEF: TypedExpressionFactory[Option[LocalDate], TOptionLocalDate] with DeOptionizer[LocalDate, LocalDate, TLocalDate, Option[LocalDate], TOptionLocalDate] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.time.LocalDate,org.squeryl.dsl.TLocalDate] with org.squeryl.dsl.PrimitiveJdbcMapper[java.time.LocalDate]{val sample: java.time.LocalDate; val defaultColumnLength: Int} }

  46. val optionLocalDateTimeTEF: TypedExpressionFactory[Option[LocalDateTime], TOptionLocalDateTime] with DeOptionizer[LocalDateTime, LocalDateTime, TLocalDateTime, Option[LocalDateTime], TOptionLocalDateTime] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.time.LocalDateTime,org.squeryl.dsl.TLocalDateTime] with org.squeryl.dsl.PrimitiveJdbcMapper[java.time.LocalDateTime]{val sample: java.time.LocalDateTime; val defaultColumnLength: Int} }

  47. val optionLocalTimeTEF: TypedExpressionFactory[Option[LocalTime], TOptionLocalTime] with DeOptionizer[LocalTime, LocalTime, TLocalTime, Option[LocalTime], TOptionLocalTime] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.time.LocalTime,org.squeryl.dsl.TLocalTime] with org.squeryl.dsl.PrimitiveJdbcMapper[java.time.LocalTime]{val sample: java.time.LocalTime; val defaultColumnLength: Int} }

  48. val optionLongTEF: IntegralTypedExpressionFactory[Option[Long], TOptionLong, Option[Double], TOptionDouble] with DeOptionizer[Long, Long, TLong, Option[Long], TOptionLong] { ... /* 2 definitions in type refinement */ }

  49. val optionOffsetDateTimeTEF: TypedExpressionFactory[Option[OffsetDateTime], TOptionOffsetDateTime] with DeOptionizer[OffsetDateTime, OffsetDateTime, TOffsetDateTime, Option[OffsetDateTime], TOptionOffsetDateTime] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.time.OffsetDateTime,org.squeryl.dsl.TOffsetDateTime] with org.squeryl.dsl.PrimitiveJdbcMapper[java.time.OffsetDateTime]{val sample: java.time.OffsetDateTime; val defaultColumnLength: Int} }

  50. val optionOffsetTimeTEF: TypedExpressionFactory[Option[OffsetTime], TOptionOffsetTime] with DeOptionizer[OffsetTime, OffsetTime, TOffsetTime, Option[OffsetTime], TOptionOffsetTime] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.time.OffsetTime,org.squeryl.dsl.TOffsetTime] with org.squeryl.dsl.PrimitiveJdbcMapper[java.time.OffsetTime]{val sample: java.time.OffsetTime; val defaultColumnLength: Int} }

  51. val optionSqlDateTEF: TypedExpressionFactory[Option[Date], TOptionDate] with DeOptionizer[Date, Date, TDate, Option[Date], TOptionDate] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.sql.Date,org.squeryl.dsl.TDate] with org.squeryl.dsl.PrimitiveJdbcMapper[java.sql.Date]{val sample: java.sql.Date; val defaultColumnLength: Int} }

  52. val optionStringTEF: TypedExpressionFactory[Option[String], TOptionString] with DeOptionizer[String, String, TString, Option[String], TOptionString] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[String,org.squeryl.dsl.TString] with org.squeryl.dsl.PrimitiveJdbcMapper[String]{val sample: String; val defaultColumnLength: Int} }

  53. val optionTimestampTEF: TypedExpressionFactory[Option[Timestamp], TOptionTimestamp] with DeOptionizer[Timestamp, Timestamp, TTimestamp, Option[Timestamp], TOptionTimestamp] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.sql.Timestamp,org.squeryl.dsl.TTimestamp] with org.squeryl.dsl.PrimitiveJdbcMapper[java.sql.Timestamp]{val sample: java.sql.Timestamp; val defaultColumnLength: Int} }

  54. val optionUUIDTEF: TypedExpressionFactory[Option[UUID], TOptionUUID] with DeOptionizer[UUID, UUID, TUUID, Option[UUID], TOptionUUID] { val deOptionizer: org.squeryl.dsl.TypedExpressionFactory[java.util.UUID,org.squeryl.dsl.TUUID] with org.squeryl.dsl.PrimitiveJdbcMapper[java.util.UUID]{val sample: java.util.UUID; val defaultColumnLength: Int} }

  55. val sqlDateTEF: TypedExpressionFactory[Date, TDate] with PrimitiveJdbcMapper[Date] { ... /* 2 definitions in type refinement */ }

  56. val stringArrayTEF: ArrayTEF[String, TStringArray] { val sample: Array[String] }

  57. val stringTEF: TypedExpressionFactory[String, TString] with PrimitiveJdbcMapper[String] { ... /* 2 definitions in type refinement */ }

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

    Definition Classes
    AnyRef
  59. val timestampTEF: TypedExpressionFactory[Timestamp, TTimestamp] with PrimitiveJdbcMapper[Timestamp] { ... /* 2 definitions in type refinement */ }

  60. def toString(): String

    Definition Classes
    AnyRef → Any
  61. val uuidTEF: TypedExpressionFactory[UUID, TUUID] with PrimitiveJdbcMapper[UUID] { ... /* 2 definitions in type refinement */ }

  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped