t

org.tresql

CompiledRow

trait CompiledRow extends RowLike with Typed

CompiledRow

is used as superclass for parameter type of

CompiledResult[T]

CompiledRow }}}

Linear Supertypes
RowLike, Typed, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompiledRow
  2. RowLike
  3. Typed
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(idx: Int): Any
    Definition Classes
    RowLike
  2. abstract def columnCount: Int
    Definition Classes
    RowLike
  3. abstract def columns: Seq[Column]
    Definition Classes
    RowLike

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(name: String): Any
    Definition Classes
    CompiledRowRowLike
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def b(name: String): Array[Byte]
    Definition Classes
    RowLike
  7. def b(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  8. def bd(name: String): BigDecimal
    Definition Classes
    RowLike
  9. def bd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  10. def bigdecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  11. def bigdecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  12. def bl(name: String): Boolean
    Definition Classes
    RowLike
  13. def bl(idx: Int): Boolean
    Definition Classes
    RowLike
  14. def blob(name: String): Blob
    Definition Classes
    RowLike
  15. def blob(idx: Int): Blob
    Definition Classes
    RowLike
  16. def boolean(name: String): Boolean
    Definition Classes
    RowLike
  17. def boolean(idx: Int): Boolean
    Definition Classes
    RowLike
  18. def bs(name: String): InputStream
    Definition Classes
    RowLike
  19. def bs(idx: Int): InputStream
    Definition Classes
    RowLike
  20. def bytes(name: String): Array[Byte]
    Definition Classes
    RowLike
  21. def bytes(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  22. def clob(name: String): Clob
    Definition Classes
    RowLike
  23. def clob(idx: Int): Clob
    Definition Classes
    RowLike
  24. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  25. def column(idx: Int): Column
    Definition Classes
    CompiledRowRowLike
  26. def d(name: String): Date
    Definition Classes
    RowLike
  27. def d(idx: Int): Date
    Definition Classes
    RowLike
  28. def date(name: String): Date
    Definition Classes
    RowLike
  29. def date(idx: Int): Date
    Definition Classes
    RowLike
  30. def dbl(name: String): Double
    Definition Classes
    RowLike
  31. def dbl(idx: Int): Double
    Definition Classes
    RowLike
  32. def double(name: String): Double
    Definition Classes
    RowLike
  33. def double(idx: Int): Double
    Definition Classes
    RowLike
  34. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def i(name: String): Int
    Definition Classes
    RowLike
  39. def i(idx: Int): Int
    Definition Classes
    RowLike
  40. def int(name: String): Int
    Definition Classes
    RowLike
  41. def int(idx: Int): Int
    Definition Classes
    RowLike
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def jBigDecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  44. def jBigDecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  45. def jBoolean(name: String): Boolean
    Definition Classes
    RowLike
  46. def jBoolean(idx: Int): Boolean
    Definition Classes
    RowLike
  47. def jDouble(name: String): Double
    Definition Classes
    RowLike
  48. def jDouble(idx: Int): Double
    Definition Classes
    RowLike
  49. def jInt(name: String): Integer
    Definition Classes
    RowLike
  50. def jInt(idx: Int): Integer
    Definition Classes
    RowLike
  51. def jLong(name: String): Long
    Definition Classes
    RowLike
  52. def jLong(idx: Int): Long
    Definition Classes
    RowLike
  53. def jbd(name: String): BigDecimal
    Definition Classes
    RowLike
  54. def jbd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  55. def jbl(name: String): Boolean
    Definition Classes
    RowLike
  56. def jbl(idx: Int): Boolean
    Definition Classes
    RowLike
  57. def jdbl(name: String): Double
    Definition Classes
    RowLike
  58. def jdbl(idx: Int): Double
    Definition Classes
    RowLike
  59. def ji(name: String): Integer
    Definition Classes
    RowLike
  60. def ji(idx: Int): Integer
    Definition Classes
    RowLike
  61. def jl(name: String): Long
    Definition Classes
    RowLike
  62. def jl(idx: Int): Long
    Definition Classes
    RowLike
  63. def l(name: String): Long
    Definition Classes
    RowLike
  64. def l(idx: Int): Long
    Definition Classes
    RowLike
  65. def listOfRows(name: String): List[CompiledRow.this.type]
    Definition Classes
    RowLike
  66. def listOfRows(idx: Int): List[CompiledRow.this.type]
    Definition Classes
    RowLike
  67. def long(name: String): Long
    Definition Classes
    RowLike
  68. def long(idx: Int): Long
    Definition Classes
    RowLike
  69. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  70. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  71. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  72. def r(name: String): Result[RowLike]
    Definition Classes
    RowLike
  73. def r(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  74. def reader(name: String): Reader
    Definition Classes
    RowLike
  75. def reader(idx: Int): Reader
    Definition Classes
    RowLike
  76. def result(name: String): Result[RowLike]
    Definition Classes
    RowLike
  77. def result(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  78. def rowToVector: Vector[Any]

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

    Definition Classes
    RowLike
  79. def s(name: String): String
    Definition Classes
    RowLike
  80. def s(idx: Int): String
    Definition Classes
    RowLike
  81. def stream(name: String): InputStream
    Definition Classes
    RowLike
  82. def stream(idx: Int): InputStream
    Definition Classes
    RowLike
  83. def string(name: String): String
    Definition Classes
    RowLike
  84. def string(idx: Int): String
    Definition Classes
    RowLike
  85. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  86. def t(name: String): Timestamp
    Definition Classes
    RowLike
  87. def t(idx: Int): Timestamp
    Definition Classes
    RowLike
  88. def timestamp(name: String): Timestamp
    Definition Classes
    RowLike
  89. def timestamp(idx: Int): Timestamp
    Definition Classes
    RowLike
  90. def toMap: Map[String, Any]
    Definition Classes
    RowLike
  91. def toString(): String
    Definition Classes
    AnyRef → Any
  92. def typed[T](name: String)(implicit arg0: Manifest[T]): Nothing
    Definition Classes
    CompiledRowTyped
  93. def typed[T](implicit converter: CoreTypes.Converter[T], m: Manifest[T]): T
    Definition Classes
    Typed
  94. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
    Definition Classes
    Typed
  95. def values: Seq[Any]
    Definition Classes
    CompiledRowRowLike
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  98. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from RowLike

Inherited from Typed

Inherited from AnyRef

Inherited from Any

Ungrouped