t

org.tresql

DynamicRow

trait DynamicRow extends RowLike with Dynamic

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
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: 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.type
  7. def b(name: String): Array[Byte]
    Definition Classes
    RowLike
  8. def b(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  9. def bd: DynamicBigDecimal.type
  10. def bd(name: String): BigDecimal
    Definition Classes
    RowLike
  11. def bd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  12. def bigdecimal: DynamicBigDecimal.type
  13. def bigdecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  14. def bigdecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  15. def bl: DynamicBoolean.type
  16. def bl(name: String): Boolean
    Definition Classes
    RowLike
  17. def bl(idx: Int): Boolean
    Definition Classes
    RowLike
  18. def blob: DynamicBlob.type
  19. def blob(name: String): Blob
    Definition Classes
    RowLike
  20. def blob(idx: Int): Blob
    Definition Classes
    RowLike
  21. def boolean: DynamicBoolean.type
  22. def boolean(name: String): Boolean
    Definition Classes
    RowLike
  23. def boolean(idx: Int): Boolean
    Definition Classes
    RowLike
  24. def bs: DynamicStream.type
  25. def bs(name: String): InputStream
    Definition Classes
    RowLike
  26. def bs(idx: Int): InputStream
    Definition Classes
    RowLike
  27. def bytes: DynamicByteArray.type
  28. def bytes(name: String): Array[Byte]
    Definition Classes
    RowLike
  29. def bytes(idx: Int): Array[Byte]
    Definition Classes
    RowLike
  30. def clob: DynamicClob.type
  31. def clob(name: String): Clob
    Definition Classes
    RowLike
  32. def clob(idx: Int): Clob
    Definition Classes
    RowLike
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  34. def d: DynamicDate.type
  35. def d(name: String): Date
    Definition Classes
    RowLike
  36. def d(idx: Int): Date
    Definition Classes
    RowLike
  37. def date: DynamicDate.type
  38. def date(name: String): Date
    Definition Classes
    RowLike
  39. def date(idx: Int): Date
    Definition Classes
    RowLike
  40. def dbl: DynamicDouble.type
  41. def dbl(name: String): Double
    Definition Classes
    RowLike
  42. def dbl(idx: Int): Double
    Definition Classes
    RowLike
  43. def double: DynamicDouble.type
  44. def double(name: String): Double
    Definition Classes
    RowLike
  45. def double(idx: Int): Double
    Definition Classes
    RowLike
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. def i: DynamicInt.type
  51. def i(name: String): Int
    Definition Classes
    RowLike
  52. def i(idx: Int): Int
    Definition Classes
    RowLike
  53. def int: DynamicInt.type
  54. def int(name: String): Int
    Definition Classes
    RowLike
  55. def int(idx: Int): Int
    Definition Classes
    RowLike
  56. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  57. def jBigDecimal: DynamicJBigDecimal.type
  58. def jBigDecimal(name: String): BigDecimal
    Definition Classes
    RowLike
  59. def jBigDecimal(idx: Int): BigDecimal
    Definition Classes
    RowLike
  60. def jBoolean: DynamicJBoolean.type
  61. def jBoolean(name: String): Boolean
    Definition Classes
    RowLike
  62. def jBoolean(idx: Int): Boolean
    Definition Classes
    RowLike
  63. def jDouble: DynamicJDouble.type
  64. def jDouble(name: String): Double
    Definition Classes
    RowLike
  65. def jDouble(idx: Int): Double
    Definition Classes
    RowLike
  66. def jInt: DynamicJInt.type
  67. def jInt(name: String): Integer
    Definition Classes
    RowLike
  68. def jInt(idx: Int): Integer
    Definition Classes
    RowLike
  69. def jLong: DynamicJLong.type
  70. def jLong(name: String): Long
    Definition Classes
    RowLike
  71. def jLong(idx: Int): Long
    Definition Classes
    RowLike
  72. def jbd: DynamicJBigDecimal.type
  73. def jbd(name: String): BigDecimal
    Definition Classes
    RowLike
  74. def jbd(idx: Int): BigDecimal
    Definition Classes
    RowLike
  75. def jbl: DynamicJBoolean.type
  76. def jbl(name: String): Boolean
    Definition Classes
    RowLike
  77. def jbl(idx: Int): Boolean
    Definition Classes
    RowLike
  78. def jdbl: DynamicJDouble.type
  79. def jdbl(name: String): Double
    Definition Classes
    RowLike
  80. def jdbl(idx: Int): Double
    Definition Classes
    RowLike
  81. def ji: DynamicJInt.type
  82. def ji(name: String): Integer
    Definition Classes
    RowLike
  83. def ji(idx: Int): Integer
    Definition Classes
    RowLike
  84. def jl: DynamicJLong.type
  85. def jl(name: String): Long
    Definition Classes
    RowLike
  86. def jl(idx: Int): Long
    Definition Classes
    RowLike
  87. def l: DynamicLong.type
  88. def l(name: String): Long
    Definition Classes
    RowLike
  89. def l(idx: Int): Long
    Definition Classes
    RowLike
  90. def listOfRows(name: String): List[DynamicRow.this.type]
    Definition Classes
    RowLike
  91. def listOfRows(idx: Int): List[DynamicRow.this.type]
    Definition Classes
    RowLike
  92. def long: DynamicLong.type
  93. def long(name: String): Long
    Definition Classes
    RowLike
  94. def long(idx: Int): Long
    Definition Classes
    RowLike
  95. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  97. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  98. def r: DynamicResult.type
  99. def r(name: String): Result[RowLike]
    Definition Classes
    RowLike
  100. def r(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  101. def reader: DynamicReader.type
  102. def reader(name: String): Reader
    Definition Classes
    RowLike
  103. def reader(idx: Int): Reader
    Definition Classes
    RowLike
  104. def result: DynamicResult.type
  105. def result(name: String): Result[RowLike]
    Definition Classes
    RowLike
  106. def result(idx: Int): Result[RowLike]
    Definition Classes
    RowLike
  107. def rowToVector: Vector[Any]

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

    Definition Classes
    RowLike
  108. def s: DynamicString.type
  109. def s(name: String): String
    Definition Classes
    RowLike
  110. def s(idx: Int): String
    Definition Classes
    RowLike
  111. def selectDynamic(name: String): Any
  112. def stream: DynamicStream.type
  113. def stream(name: String): InputStream
    Definition Classes
    RowLike
  114. def stream(idx: Int): InputStream
    Definition Classes
    RowLike
  115. def string: DynamicString.type
  116. def string(name: String): String
    Definition Classes
    RowLike
  117. def string(idx: Int): String
    Definition Classes
    RowLike
  118. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  119. def t: DynamicTimestamp.type
  120. def t(name: String): Timestamp
    Definition Classes
    RowLike
  121. def t(idx: Int): Timestamp
    Definition Classes
    RowLike
  122. def timestamp: DynamicTimestamp.type
  123. def timestamp(name: String): Timestamp
    Definition Classes
    RowLike
  124. def timestamp(idx: Int): Timestamp
    Definition Classes
    RowLike
  125. def toMap: Map[String, Any]
    Definition Classes
    RowLike
  126. def toString(): String
    Definition Classes
    AnyRef → Any
  127. def typed[T](implicit converter: CoreTypes.Converter[T], m: Manifest[T]): T
    Definition Classes
    Typed
  128. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
    Definition Classes
    Typed
  129. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  131. 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