t

org.tresql

DynamicRow

trait DynamicRow extends RowLike with Dynamic

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamicRow
  2. Dynamic
  3. RowLike
  4. AutoCloseable
  5. Typed
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(name: String): Any
    Definition Classes
    RowLike
  2. abstract def apply(idx: Int): Any
    Definition Classes
    RowLike
  3. abstract def column(idx: Int): Column
    Definition Classes
    RowLike
  4. abstract def columnCount: Int
    Definition Classes
    RowLike
  5. abstract def columns: Seq[Column]
    Definition Classes
    RowLike
  6. abstract def typed[T](name: String)(implicit arg0: Manifest[T]): T
    Definition Classes
    Typed
  7. abstract def values: Seq[Any]
    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 applyDynamic(name: String)(args: Any*): Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def b: DynamicByteArray
  7. def b(name: String): Array[Byte]
    Definition Classes
    RowLike
  8. def b(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  9. def bd: DynamicBigDecimal
  10. def bd(name: String): BigDecimal
    Definition Classes
    RowLike
  11. def bd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  12. def bigdecimal: DynamicBigDecimal
  13. def bigdecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  14. def bigdecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  15. def bigint(name: String): BigInt
    Definition Classes
    RowLike
  16. def bigint(idx: Int): BigInt
    Definition Classes
    RowLike
  17. def bl: DynamicBoolean
  18. def bl(name: String): Boolean
    Definition Classes
    RowLike
  19. def bl(idx: Int): Boolean
    Definition Classes
    RowLike
  20. def blob: DynamicBlob
  21. def blob(name: String): Blob
    Definition Classes
    RowLike
  22. def blob(idx: Int): Blob
    Definition Classes
    RowLike
  23. def boolean: DynamicBoolean
  24. def boolean(name: String): Boolean
    Definition Classes
    RowLike
  25. def boolean(idx: Int): Boolean
    Definition Classes
    RowLike
  26. def bs: DynamicStream
  27. def bs(name: String): InputStream
    Definition Classes
    RowLike
  28. def bs(idx: Int): InputStream
    Definition Classes
    RowLike
  29. def bytes: DynamicByteArray
  30. def bytes(name: String): Array[Byte]
    Definition Classes
    RowLike
  31. def bytes(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  32. def clob: DynamicClob
  33. def clob(name: String): Clob
    Definition Classes
    RowLike
  34. def clob(idx: Int): Clob
    Definition Classes
    RowLike
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  36. def close(): Unit

    Close underlying database resources related to this result.

    Close underlying database resources related to this result. Default implementation does nothing.

    Definition Classes
    RowLike → AutoCloseable
  37. def d: DynamicDate
  38. def d(name: String): Date
    Definition Classes
    RowLike
  39. def d(idx: Int): Date
    Definition Classes
    RowLike
  40. def date: DynamicDate
  41. def date(name: String): Date
    Definition Classes
    RowLike
  42. def date(idx: Int): Date
    Definition Classes
    RowLike
  43. def dbl: DynamicDouble
  44. def dbl(name: String): Double
    Definition Classes
    RowLike
  45. def dbl(idx: Int): Double
    Definition Classes
    RowLike
  46. def double: DynamicDouble
  47. def double(name: String): Double
    Definition Classes
    RowLike
  48. def double(idx: Int): Double
    Definition Classes
    RowLike
  49. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  51. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  52. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  53. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def i: DynamicInt
  55. def i(name: String): Int
    Definition Classes
    RowLike
  56. def i(idx: Int): Int
    Definition Classes
    RowLike
  57. def int: DynamicInt
  58. def int(name: String): Int
    Definition Classes
    RowLike
  59. def int(idx: Int): Int
    Definition Classes
    RowLike
  60. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  61. def jBigDecimal: DynamicJBigDecimal
  62. def jBigDecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  63. def jBigDecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  64. def jBigInteger(name: String): BigInteger
    Definition Classes
    RowLike
  65. def jBigInteger(idx: Int): BigInteger
    Definition Classes
    RowLike
  66. def jBoolean: DynamicJBoolean
  67. def jBoolean(name: String): Boolean
    Definition Classes
    RowLike
  68. def jBoolean(idx: Int): Boolean
    Definition Classes
    RowLike
  69. def jDouble: DynamicJDouble
  70. def jDouble(name: String): Double
    Definition Classes
    RowLike
  71. def jDouble(idx: Int): Double
    Definition Classes
    RowLike
  72. def jInt: DynamicJInt
  73. def jInt(name: String): Integer
    Definition Classes
    RowLike
  74. def jInt(idx: Int): Integer
    Definition Classes
    RowLike
  75. def jLong: DynamicJLong
  76. def jLong(name: String): Long
    Definition Classes
    RowLike
  77. def jLong(idx: Int): Long
    Definition Classes
    RowLike
  78. def jbd: DynamicJBigDecimal
  79. def jbd(name: String): BigDecimal
    Definition Classes
    RowLike
  80. def jbd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  81. def jbl: DynamicJBoolean
  82. def jbl(name: String): Boolean
    Definition Classes
    RowLike
  83. def jbl(idx: Int): Boolean
    Definition Classes
    RowLike
  84. def jdbl: DynamicJDouble
  85. def jdbl(name: String): Double
    Definition Classes
    RowLike
  86. def jdbl(idx: Int): Double
    Definition Classes
    RowLike
  87. def ji: DynamicJInt
  88. def ji(name: String): Integer
    Definition Classes
    RowLike
  89. def ji(idx: Int): Integer
    Definition Classes
    RowLike
  90. def jl: DynamicJLong
  91. def jl(name: String): Long
    Definition Classes
    RowLike
  92. def jl(idx: Int): Long
    Definition Classes
    RowLike
  93. def l: DynamicLong
  94. def l(name: String): Long
    Definition Classes
    RowLike
  95. def l(idx: Int): Long
    Definition Classes
    RowLike
  96. def listOfRows(name: String): List[DynamicRow.this.type]
    Definition Classes
    RowLike
  97. def listOfRows(idx: Int): List[DynamicRow.this.type]
    Definition Classes
    RowLike
  98. def long: DynamicLong
  99. def long(name: String): Long
    Definition Classes
    RowLike
  100. def long(idx: Int): Long
    Definition Classes
    RowLike
  101. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  102. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  103. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  104. def r: DynamicResult
  105. def r(name: String): Result[RowLike]
    Definition Classes
    RowLike
  106. def r(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  107. def reader: DynamicReader
  108. def reader(name: String): Reader
    Definition Classes
    RowLike
  109. def reader(idx: Int): Reader
    Definition Classes
    RowLike
  110. def result: DynamicResult
  111. def result(name: String): Result[RowLike]
    Definition Classes
    RowLike
  112. def result(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  113. def rowToVector: Vector[Any]

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

    Definition Classes
    RowLike
  114. def s: DynamicString
  115. def s(name: String): String
    Definition Classes
    RowLike
  116. def s(idx: Int): String
    Definition Classes
    RowLike
  117. def selectDynamic(name: String): Any
  118. def stream: DynamicStream
  119. def stream(name: String): InputStream
    Definition Classes
    RowLike
  120. def stream(idx: Int): InputStream
    Definition Classes
    RowLike
  121. def string: DynamicString
  122. def string(name: String): String
    Definition Classes
    RowLike
  123. def string(idx: Int): String
    Definition Classes
    RowLike
  124. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  125. def t: DynamicTimestamp
  126. def t(name: String): Timestamp
    Definition Classes
    RowLike
  127. def t(idx: Int): Timestamp
    Definition Classes
    RowLike
  128. def time(name: String): Time
    Definition Classes
    RowLike
  129. def time(idx: Int): Time
    Definition Classes
    RowLike
  130. def timestamp: DynamicTimestamp
  131. def timestamp(name: String): Timestamp
    Definition Classes
    RowLike
  132. def timestamp(idx: Int): Timestamp
    Definition Classes
    RowLike
  133. def toMap: Map[String, Any]
    Definition Classes
    RowLike
  134. def toString(): String
    Definition Classes
    AnyRef → Any
  135. def typed[T](implicit converter: CoreTypes.Converter[T], m: Manifest[T]): T
    Definition Classes
    Typed
  136. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
    Definition Classes
    Typed
  137. def typed(columnIndex: Int, manifestName: String): Any
    Definition Classes
    Typed
  138. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  139. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  140. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Dynamic

Inherited from RowLike

Inherited from AutoCloseable

Inherited from Typed

Inherited from AnyRef

Inherited from Any

Ungrouped