org.tresql

DynamicRow

trait DynamicRow extends RowLike with Dynamic

Linear Supertypes
Dynamic, RowLike, Typed, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DynamicRow
  2. Dynamic
  3. RowLike
  4. Typed
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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: 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. def applyDynamic(name: String)(args: Any*): Any

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def b: DynamicByteArray.type

  9. def b(name: String): Array[Byte]

    Definition Classes
    RowLike
  10. def b(idx: Int): Array[Byte]

    Definition Classes
    RowLike
  11. def bd: DynamicBigDecimal.type

  12. def bd(name: String): BigDecimal

    Definition Classes
    RowLike
  13. def bd(idx: Int): BigDecimal

    Definition Classes
    RowLike
  14. def bigdecimal: DynamicBigDecimal.type

  15. def bigdecimal(name: String): BigDecimal

    Definition Classes
    RowLike
  16. def bigdecimal(idx: Int): BigDecimal

    Definition Classes
    RowLike
  17. def bl: DynamicBoolean.type

  18. def bl(name: String): Boolean

    Definition Classes
    RowLike
  19. def bl(idx: Int): Boolean

    Definition Classes
    RowLike
  20. def blob: DynamicBlob.type

  21. def blob(name: String): Blob

    Definition Classes
    RowLike
  22. def blob(idx: Int): Blob

    Definition Classes
    RowLike
  23. def boolean: DynamicBoolean.type

  24. def boolean(name: String): Boolean

    Definition Classes
    RowLike
  25. def boolean(idx: Int): Boolean

    Definition Classes
    RowLike
  26. def bs: DynamicStream.type

  27. def bs(name: String): InputStream

    Definition Classes
    RowLike
  28. def bs(idx: Int): InputStream

    Definition Classes
    RowLike
  29. def bytes: DynamicByteArray.type

  30. def bytes(name: String): Array[Byte]

    Definition Classes
    RowLike
  31. def bytes(idx: Int): Array[Byte]

    Definition Classes
    RowLike
  32. def clob: DynamicClob.type

  33. def clob(name: String): Clob

    Definition Classes
    RowLike
  34. def clob(idx: Int): Clob

    Definition Classes
    RowLike
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  36. def d: DynamicDate.type

  37. def d(name: String): Date

    Definition Classes
    RowLike
  38. def d(idx: Int): Date

    Definition Classes
    RowLike
  39. def date: DynamicDate.type

  40. def date(name: String): Date

    Definition Classes
    RowLike
  41. def date(idx: Int): Date

    Definition Classes
    RowLike
  42. def dbl: DynamicDouble.type

  43. def dbl(name: String): Double

    Definition Classes
    RowLike
  44. def dbl(idx: Int): Double

    Definition Classes
    RowLike
  45. def double: DynamicDouble.type

  46. def double(name: String): Double

    Definition Classes
    RowLike
  47. def double(idx: Int): Double

    Definition Classes
    RowLike
  48. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  50. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  51. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  52. def i: DynamicInt.type

  53. def i(name: String): Int

    Definition Classes
    RowLike
  54. def i(idx: Int): Int

    Definition Classes
    RowLike
  55. def int: DynamicInt.type

  56. def int(name: String): Int

    Definition Classes
    RowLike
  57. def int(idx: Int): Int

    Definition Classes
    RowLike
  58. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  59. def jBigDecimal: DynamicJBigDecimal.type

  60. def jBigDecimal(name: String): BigDecimal

    Definition Classes
    RowLike
  61. def jBigDecimal(idx: Int): BigDecimal

    Definition Classes
    RowLike
  62. def jBoolean: DynamicJBoolean.type

  63. def jBoolean(name: String): Boolean

    Definition Classes
    RowLike
  64. def jBoolean(idx: Int): Boolean

    Definition Classes
    RowLike
  65. def jDouble: DynamicJDouble.type

  66. def jDouble(name: String): Double

    Definition Classes
    RowLike
  67. def jDouble(idx: Int): Double

    Definition Classes
    RowLike
  68. def jInt: DynamicJInt.type

  69. def jInt(name: String): Integer

    Definition Classes
    RowLike
  70. def jInt(idx: Int): Integer

    Definition Classes
    RowLike
  71. def jLong: DynamicJLong.type

  72. def jLong(name: String): Long

    Definition Classes
    RowLike
  73. def jLong(idx: Int): Long

    Definition Classes
    RowLike
  74. def jbd: DynamicJBigDecimal.type

  75. def jbd(name: String): BigDecimal

    Definition Classes
    RowLike
  76. def jbd(idx: Int): BigDecimal

    Definition Classes
    RowLike
  77. def jbl: DynamicJBoolean.type

  78. def jbl(name: String): Boolean

    Definition Classes
    RowLike
  79. def jbl(idx: Int): Boolean

    Definition Classes
    RowLike
  80. def jdbl: DynamicJDouble.type

  81. def jdbl(name: String): Double

    Definition Classes
    RowLike
  82. def jdbl(idx: Int): Double

    Definition Classes
    RowLike
  83. def ji: DynamicJInt.type

  84. def ji(name: String): Integer

    Definition Classes
    RowLike
  85. def ji(idx: Int): Integer

    Definition Classes
    RowLike
  86. def jl: DynamicJLong.type

  87. def jl(name: String): Long

    Definition Classes
    RowLike
  88. def jl(idx: Int): Long

    Definition Classes
    RowLike
  89. def l: DynamicLong.type

  90. def l(name: String): Long

    Definition Classes
    RowLike
  91. def l(idx: Int): Long

    Definition Classes
    RowLike
  92. def listOfRows(name: String): List[DynamicRow.this.type]

    Definition Classes
    RowLike
  93. def listOfRows(idx: Int): List[DynamicRow.this.type]

    Definition Classes
    RowLike
  94. def long: DynamicLong.type

  95. def long(name: String): Long

    Definition Classes
    RowLike
  96. def long(idx: Int): Long

    Definition Classes
    RowLike
  97. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  99. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  100. def r: DynamicResult.type

  101. def r(name: String): Result[RowLike]

    Definition Classes
    RowLike
  102. def r(idx: Int): Result[RowLike]

    Definition Classes
    RowLike
  103. def reader: DynamicReader.type

  104. def reader(name: String): Reader

    Definition Classes
    RowLike
  105. def reader(idx: Int): Reader

    Definition Classes
    RowLike
  106. def result: DynamicResult.type

  107. def result(name: String): Result[RowLike]

    Definition Classes
    RowLike
  108. def result(idx: Int): Result[RowLike]

    Definition Classes
    RowLike
  109. def rowToVector: Vector[Any]

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

    Definition Classes
    RowLike
  110. def s: DynamicString.type

  111. def s(name: String): String

    Definition Classes
    RowLike
  112. def s(idx: Int): String

    Definition Classes
    RowLike
  113. def selectDynamic(name: String): Any

  114. def stream: DynamicStream.type

  115. def stream(name: String): InputStream

    Definition Classes
    RowLike
  116. def stream(idx: Int): InputStream

    Definition Classes
    RowLike
  117. def string: DynamicString.type

  118. def string(name: String): String

    Definition Classes
    RowLike
  119. def string(idx: Int): String

    Definition Classes
    RowLike
  120. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  121. def t: DynamicTimestamp.type

  122. def t(name: String): Timestamp

    Definition Classes
    RowLike
  123. def t(idx: Int): Timestamp

    Definition Classes
    RowLike
  124. def timestamp: DynamicTimestamp.type

  125. def timestamp(name: String): Timestamp

    Definition Classes
    RowLike
  126. def timestamp(idx: Int): Timestamp

    Definition Classes
    RowLike
  127. def toMap: Map[String, Any]

    Definition Classes
    RowLike
  128. def toString(): String

    Definition Classes
    AnyRef → Any
  129. def typed[T](implicit converter: (RowLike, Manifest[T]) ⇒ T, m: Manifest[T]): T

    Definition Classes
    Typed
  130. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T

    Definition Classes
    Typed
  131. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  133. 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 Dynamic

Inherited from RowLike

Inherited from Typed

Inherited from AnyRef

Inherited from Any

Ungrouped