acolyte

Implicits

object Implicits extends ScalaRowLists with CompositeHandlerImplicits

Acolyte implicit conversions for Scala use.

import acolyte.Implicits._
Linear Supertypes
CompositeHandlerImplicits, ScalaRowLists, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Implicits
  2. CompositeHandlerImplicits
  3. ScalaRowLists
  4. AnyRef
  5. 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. implicit def BooleanAsResult(v: Boolean): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  7. implicit def ByteAsResult(v: Byte): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  8. implicit def DateAsTimestampResult(v: Date): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  9. implicit def DoubleAsResult(v: Double): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  10. implicit def FloatAsResult(v: Float): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  11. implicit def IntAsResult(v: Int): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  12. implicit def IntUpdateResult(updateCount: Int): UpdateResult

    Allows to directly use update count as update result.

    Allows to directly use update count as update result.

    ScalaCompositeHandler.empty withUpdateHandler { exec ¬ヌメ 1/*count*/}
    Definition Classes
    CompositeHandlerImplicits
  13. implicit def JavaBigDecimalAsResult(v: BigDecimal): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  14. implicit def LongAsResult(v: Long): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  15. implicit def PairAsColumn[T](c: (Class[T], String)): Column[T]

    Converts tuple to column definition.

    Converts tuple to column definition.

    import acolyte.Implicits.PairAsColumn
    
    rowList1(classOf[Int] -> "name") // rowList(new Column(...))
  16. implicit def RowList10AsScala[A, B, C, D, E, F, G, H, I, J](l: Impl[A, B, C, D, E, F, G, H, I, J]): ScalaRowList10[A, B, C, D, E, F, G, H, I, J]

    Definition Classes
    ScalaRowLists
  17. implicit def RowList11AsScala[A, B, C, D, E, F, G, H, I, J, K](l: Impl[A, B, C, D, E, F, G, H, I, J, K]): ScalaRowList11[A, B, C, D, E, F, G, H, I, J, K]

    Definition Classes
    ScalaRowLists
  18. implicit def RowList12AsScala[A, B, C, D, E, F, G, H, I, J, K, L](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L]): ScalaRowList12[A, B, C, D, E, F, G, H, I, J, K, L]

    Definition Classes
    ScalaRowLists
  19. implicit def RowList13AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M]): ScalaRowList13[A, B, C, D, E, F, G, H, I, J, K, L, M]

    Definition Classes
    ScalaRowLists
  20. implicit def RowList14AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N]): ScalaRowList14[A, B, C, D, E, F, G, H, I, J, K, L, M, N]

    Definition Classes
    ScalaRowLists
  21. implicit def RowList15AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]): ScalaRowList15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O]

    Definition Classes
    ScalaRowLists
  22. implicit def RowList16AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]): ScalaRowList16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P]

    Definition Classes
    ScalaRowLists
  23. implicit def RowList17AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]): ScalaRowList17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q]

    Definition Classes
    ScalaRowLists
  24. implicit def RowList18AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]): ScalaRowList18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R]

    Definition Classes
    ScalaRowLists
  25. implicit def RowList19AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]): ScalaRowList19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S]

    Definition Classes
    ScalaRowLists
  26. implicit def RowList1AsScala[A](l: Impl[A]): ScalaRowList1[A]

    Definition Classes
    ScalaRowLists
  27. implicit def RowList20AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]): ScalaRowList20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T]

    Definition Classes
    ScalaRowLists
  28. implicit def RowList21AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]): ScalaRowList21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U]

    Definition Classes
    ScalaRowLists
  29. implicit def RowList22AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]): ScalaRowList22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V]

    Definition Classes
    ScalaRowLists
  30. implicit def RowList23AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W]): ScalaRowList23[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W]

    Definition Classes
    ScalaRowLists
  31. implicit def RowList24AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X]): ScalaRowList24[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X]

    Definition Classes
    ScalaRowLists
  32. implicit def RowList25AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y]): ScalaRowList25[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y]

    Definition Classes
    ScalaRowLists
  33. implicit def RowList26AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z]): ScalaRowList26[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z]

    Definition Classes
    ScalaRowLists
  34. implicit def RowList27AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA]): ScalaRowList27[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA]

    Definition Classes
    ScalaRowLists
  35. implicit def RowList28AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB]): ScalaRowList28[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB]

    Definition Classes
    ScalaRowLists
  36. implicit def RowList29AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC]): ScalaRowList29[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC]

    Definition Classes
    ScalaRowLists
  37. implicit def RowList2AsScala[A, B](l: Impl[A, B]): ScalaRowList2[A, B]

    Definition Classes
    ScalaRowLists
  38. implicit def RowList30AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD]): ScalaRowList30[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD]

    Definition Classes
    ScalaRowLists
  39. implicit def RowList31AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE]): ScalaRowList31[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE]

    Definition Classes
    ScalaRowLists
  40. implicit def RowList32AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF]): ScalaRowList32[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF]

    Definition Classes
    ScalaRowLists
  41. implicit def RowList33AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG]): ScalaRowList33[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG]

    Definition Classes
    ScalaRowLists
  42. implicit def RowList34AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH]): ScalaRowList34[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH]

    Definition Classes
    ScalaRowLists
  43. implicit def RowList35AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI]): ScalaRowList35[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI]

    Definition Classes
    ScalaRowLists
  44. implicit def RowList36AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ]): ScalaRowList36[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ]

    Definition Classes
    ScalaRowLists
  45. implicit def RowList37AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK]): ScalaRowList37[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK]

    Definition Classes
    ScalaRowLists
  46. implicit def RowList38AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL]): ScalaRowList38[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL]

    Definition Classes
    ScalaRowLists
  47. implicit def RowList39AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM]): ScalaRowList39[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM]

    Definition Classes
    ScalaRowLists
  48. implicit def RowList3AsScala[A, B, C](l: Impl[A, B, C]): ScalaRowList3[A, B, C]

    Definition Classes
    ScalaRowLists
  49. implicit def RowList40AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN]): ScalaRowList40[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN]

    Definition Classes
    ScalaRowLists
  50. implicit def RowList41AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO]): ScalaRowList41[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO]

    Definition Classes
    ScalaRowLists
  51. implicit def RowList42AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP]): ScalaRowList42[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP]

    Definition Classes
    ScalaRowLists
  52. implicit def RowList43AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ]): ScalaRowList43[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ]

    Definition Classes
    ScalaRowLists
  53. implicit def RowList44AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR]): ScalaRowList44[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR]

    Definition Classes
    ScalaRowLists
  54. implicit def RowList45AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS]): ScalaRowList45[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS]

    Definition Classes
    ScalaRowLists
  55. implicit def RowList46AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT]): ScalaRowList46[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT]

    Definition Classes
    ScalaRowLists
  56. implicit def RowList47AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU]): ScalaRowList47[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU]

    Definition Classes
    ScalaRowLists
  57. implicit def RowList48AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV]): ScalaRowList48[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV]

    Definition Classes
    ScalaRowLists
  58. implicit def RowList49AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW]): ScalaRowList49[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW]

    Definition Classes
    ScalaRowLists
  59. implicit def RowList4AsScala[A, B, C, D](l: Impl[A, B, C, D]): ScalaRowList4[A, B, C, D]

    Definition Classes
    ScalaRowLists
  60. implicit def RowList50AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX]): ScalaRowList50[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX]

    Definition Classes
    ScalaRowLists
  61. implicit def RowList51AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY]): ScalaRowList51[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY]

    Definition Classes
    ScalaRowLists
  62. implicit def RowList52AsScala[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ](l: Impl[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ]): ScalaRowList52[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ]

    Definition Classes
    ScalaRowLists
  63. implicit def RowList5AsScala[A, B, C, D, E](l: Impl[A, B, C, D, E]): ScalaRowList5[A, B, C, D, E]

    Definition Classes
    ScalaRowLists
  64. implicit def RowList6AsScala[A, B, C, D, E, F](l: Impl[A, B, C, D, E, F]): ScalaRowList6[A, B, C, D, E, F]

    Definition Classes
    ScalaRowLists
  65. implicit def RowList7AsScala[A, B, C, D, E, F, G](l: Impl[A, B, C, D, E, F, G]): ScalaRowList7[A, B, C, D, E, F, G]

    Definition Classes
    ScalaRowLists
  66. implicit def RowList8AsScala[A, B, C, D, E, F, G, H](l: Impl[A, B, C, D, E, F, G, H]): ScalaRowList8[A, B, C, D, E, F, G, H]

    Definition Classes
    ScalaRowLists
  67. implicit def RowList9AsScala[A, B, C, D, E, F, G, H, I](l: Impl[A, B, C, D, E, F, G, H, I]): ScalaRowList9[A, B, C, D, E, F, G, H, I]

    Definition Classes
    ScalaRowLists
  68. implicit def RowListAsResult[R <: RowList[_]](r: R): QueryResult

    Allows to directly use row list as query result.

    Allows to directly use row list as query result.

    val qr: QueryResult = stringList
    Definition Classes
    CompositeHandlerImplicits
  69. implicit def ScalaBigDecimalAsResult(v: BigDecimal): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  70. implicit def ShortAsResult(v: Short): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  71. implicit def SqlDateAsTimestampResult(v: Timestamp): QueryResult

    Definition Classes
    CompositeHandlerImplicits
  72. implicit def StringAsResult(v: String): QueryResult

    Allows to directly use string as query result.

    Allows to directly use string as query result.

    val qr: QueryResult = "str"
    Definition Classes
    CompositeHandlerImplicits
  73. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  74. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  80. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  81. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from CompositeHandlerImplicits

Inherited from ScalaRowLists

Inherited from AnyRef

Inherited from Any

Ungrouped