Object

io.getquill.source.sql.mirror

mirrorSource

Related Doc: package mirror

Permalink

object mirrorSource extends MirrorSourceTemplate[Literal]

Linear Supertypes
MirrorSourceTemplate[Literal], MirrorDecoders, MirrorEncoders, SqlSource[MirrorDialect, Literal, Row, Row], source.Source[Row, Row], Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. mirrorSource
  2. MirrorSourceTemplate
  3. MirrorDecoders
  4. MirrorEncoders
  5. SqlSource
  6. Source
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class ActionMirror(sql: String) extends Product with Serializable

    Permalink
    Definition Classes
    MirrorSourceTemplate
  2. type ActionResult[T] = ActionMirror

    Permalink
    Definition Classes
    MirrorSourceTemplateSqlSource
  3. case class BatchActionMirror(sql: String, bindList: List[Row]) extends Product with Serializable

    Permalink
    Definition Classes
    MirrorSourceTemplate
  4. type BatchedActionResult[T] = BatchActionMirror

    Permalink
    Definition Classes
    MirrorSourceTemplateSqlSource
  5. type Decoder[T] = source.Decoder[Row, T]

    Permalink
    Definition Classes
    Source
  6. type Encoder[T] = source.Encoder[Row, T]

    Permalink
    Definition Classes
    Source
  7. case class QueryMirror[T](sql: String, binds: Row, extractor: (Row) ⇒ T) extends Product with Serializable

    Permalink
    Definition Classes
    MirrorSourceTemplate
  8. type QueryResult[T] = QueryMirror[T]

    Permalink
    Definition Classes
    MirrorSourceTemplateSqlSource

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bigDecimalDecoder: Decoder[BigDecimal]

    Permalink
    Definition Classes
    MirrorDecoders
  6. implicit val bigDecimalEncoder: Encoder[BigDecimal]

    Permalink
    Definition Classes
    MirrorEncoders
  7. implicit val booleanDecoder: Decoder[Boolean]

    Permalink
    Definition Classes
    MirrorDecoders
  8. implicit val booleanEncoder: Encoder[Boolean]

    Permalink
    Definition Classes
    MirrorEncoders
  9. implicit val byteArrayDecoder: Decoder[Array[Byte]]

    Permalink
    Definition Classes
    MirrorDecoders
  10. implicit val byteArrayEncoder: Encoder[Array[Byte]]

    Permalink
    Definition Classes
    MirrorEncoders
  11. implicit val byteDecoder: Decoder[Byte]

    Permalink
    Definition Classes
    MirrorDecoders
  12. implicit val byteEncoder: Encoder[Byte]

    Permalink
    Definition Classes
    MirrorEncoders
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def close(): Unit

    Permalink
    Definition Classes
    MirrorSourceTemplate → Closeable → AutoCloseable
  15. def config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    Source
  16. implicit val dateDecoder: Decoder[Date]

    Permalink
    Definition Classes
    MirrorDecoders
  17. implicit val dateEncoder: Encoder[Date]

    Permalink
    Definition Classes
    MirrorEncoders
  18. implicit val doubleDecoder: Decoder[Double]

    Permalink
    Definition Classes
    MirrorDecoders
  19. implicit val doubleEncoder: Encoder[Double]

    Permalink
    Definition Classes
    MirrorEncoders
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def execute[T](sql: String, bindParams: (T) ⇒ (Row) ⇒ Row): (List[T]) ⇒ BatchActionMirror

    Permalink
    Definition Classes
    MirrorSourceTemplate
  23. def execute(sql: String): ActionMirror

    Permalink
    Definition Classes
    MirrorSourceTemplate
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. implicit val floatDecoder: Decoder[Float]

    Permalink
    Definition Classes
    MirrorDecoders
  26. implicit val floatEncoder: Encoder[Float]

    Permalink
    Definition Classes
    MirrorEncoders
  27. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. implicit val intDecoder: Decoder[Int]

    Permalink
    Definition Classes
    MirrorDecoders
  30. implicit val intEncoder: Encoder[Int]

    Permalink
    Definition Classes
    MirrorEncoders
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. implicit val longDecoder: Decoder[Long]

    Permalink
    Definition Classes
    MirrorDecoders
  33. implicit val longEncoder: Encoder[Long]

    Permalink
    Definition Classes
    MirrorEncoders
  34. implicit def mappedDecoder[I, O](implicit mapped: MappedEncoding[I, O], decoder: Decoder[I]): Decoder[O]

    Permalink
    Definition Classes
    Source
  35. implicit def mappedEncoder[I, O](implicit mapped: MappedEncoding[I, O], encoder: Encoder[O]): Encoder[I]

    Permalink
    Definition Classes
    Source
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  39. implicit def optionDecoder[T](implicit d: Decoder[T]): Decoder[Option[T]]

    Permalink
    Definition Classes
    MirrorDecoders
  40. implicit def optionEncoder[T](implicit d: Encoder[T]): Encoder[Option[T]]

    Permalink
    Definition Classes
    MirrorEncoders
  41. def probe(sql: String): Try[Any]

    Permalink
    Definition Classes
    MirrorSourceTemplateSqlSource
  42. def query[T](sql: String, bind: (Row) ⇒ Row, extractor: (Row) ⇒ T): QueryMirror[T]

    Permalink
    Definition Classes
    MirrorSourceTemplate
  43. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T]): (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  44. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T]): (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  45. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T]): (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  46. macro def run[P1, P2, P3, P4, P5, P6, P7, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7) ⇒ T]): (P1, P2, P3, P4, P5, P6, P7) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  47. macro def run[P1, P2, P3, P4, P5, P6, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6) ⇒ T]): (P1, P2, P3, P4, P5, P6) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  48. macro def run[P1, P2, P3, P4, P5, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5) ⇒ T]): (P1, P2, P3, P4, P5) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  49. macro def run[P1, P2, P3, P4, T](quoted: quotation.Quoted[(P1, P2, P3, P4) ⇒ T]): (P1, P2, P3, P4) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  50. macro def run[P1, P2, P3, T](quoted: quotation.Quoted[(P1, P2, P3) ⇒ T]): (P1, P2, P3) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  51. macro def run[P1, P2, T](quoted: quotation.Quoted[(P1, P2) ⇒ T]): (P1, P2) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  52. macro def run[P1, T](quoted: quotation.Quoted[(P1) ⇒ T]): (P1) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  53. macro def run[T](quoted: quotation.Quoted[T]): QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  54. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  55. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5, P6, P7, P8, P9)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  56. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5, P6, P7, P8)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  57. macro def run[P1, P2, P3, P4, P5, P6, P7, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5, P6, P7)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  58. macro def run[P1, P2, P3, P4, P5, P6, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5, P6)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  59. macro def run[P1, P2, P3, P4, P5, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5) ⇒ Action[T]]): (List[(P1, P2, P3, P4, P5)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  60. macro def run[P1, P2, P3, P4, T](quoted: quotation.Quoted[(P1, P2, P3, P4) ⇒ Action[T]]): (List[(P1, P2, P3, P4)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  61. macro def run[P1, P2, P3, T](quoted: quotation.Quoted[(P1, P2, P3) ⇒ Action[T]]): (List[(P1, P2, P3)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  62. macro def run[P1, P2, T](quoted: quotation.Quoted[(P1, P2) ⇒ Action[T]]): (List[(P1, P2)]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  63. macro def run[P1, T](quoted: quotation.Quoted[(P1) ⇒ Action[T]]): (List[P1]) ⇒ BatchedActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  64. macro def run[T](quoted: quotation.Quoted[Action[T]]): ActionResult[T]

    Permalink
    Definition Classes
    SqlSource
  65. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ Query[T]]): (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  66. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, P9, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ Query[T]]): (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  67. macro def run[P1, P2, P3, P4, P5, P6, P7, P8, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7, P8) ⇒ Query[T]]): (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  68. macro def run[P1, P2, P3, P4, P5, P6, P7, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6, P7) ⇒ Query[T]]): (P1, P2, P3, P4, P5, P6, P7) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  69. macro def run[P1, P2, P3, P4, P5, P6, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5, P6) ⇒ Query[T]]): (P1, P2, P3, P4, P5, P6) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  70. macro def run[P1, P2, P3, P4, P5, T](quoted: quotation.Quoted[(P1, P2, P3, P4, P5) ⇒ Query[T]]): (P1, P2, P3, P4, P5) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  71. macro def run[P1, P2, P3, P4, T](quoted: quotation.Quoted[(P1, P2, P3, P4) ⇒ Query[T]]): (P1, P2, P3, P4) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  72. macro def run[P1, P2, P3, T](quoted: quotation.Quoted[(P1, P2, P3) ⇒ Query[T]]): (P1, P2, P3) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  73. macro def run[P1, P2, T](quoted: quotation.Quoted[(P1, P2) ⇒ Query[T]]): (P1, P2) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  74. macro def run[P1, T](quoted: quotation.Quoted[(P1) ⇒ Query[T]]): (P1) ⇒ QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  75. macro def run[T](quoted: quotation.Quoted[Query[T]]): QueryResult[T]

    Permalink
    Definition Classes
    SqlSource
  76. implicit val shortDecoder: Decoder[Short]

    Permalink
    Definition Classes
    MirrorDecoders
  77. implicit val shortEncoder: Encoder[Short]

    Permalink
    Definition Classes
    MirrorEncoders
  78. implicit val stringDecoder: Decoder[String]

    Permalink
    Definition Classes
    MirrorDecoders
  79. implicit val stringEncoder: Encoder[String]

    Permalink
    Definition Classes
    MirrorEncoders
  80. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  81. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  82. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MirrorSourceTemplate[Literal]

Inherited from MirrorDecoders

Inherited from MirrorEncoders

Inherited from SqlSource[MirrorDialect, Literal, Row, Row]

Inherited from source.Source[Row, Row]

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped