t

org.tresql

DynamicRow

trait DynamicRow extends RowLike with Dynamic

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

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

    Definition Classes
    RowLike
  115. def s: DynamicString.type
  116. def s(name: String): String
    Definition Classes
    RowLike
  117. def s(idx: Int): String
    Definition Classes
    RowLike
  118. def selectDynamic(name: String): Any
  119. def stream: DynamicStream.type
  120. def stream(name: String): InputStream
    Definition Classes
    RowLike
  121. def stream(idx: Int): InputStream
    Definition Classes
    RowLike
  122. def string: DynamicString.type
  123. def string(name: String): String
    Definition Classes
    RowLike
  124. def string(idx: Int): String
    Definition Classes
    RowLike
  125. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  126. def t: DynamicTimestamp.type
  127. def t(name: String): Timestamp
    Definition Classes
    RowLike
  128. def t(idx: Int): Timestamp
    Definition Classes
    RowLike
  129. def time(name: String): Time
    Definition Classes
    RowLike
  130. def time(idx: Int): Time
    Definition Classes
    RowLike
  131. def timestamp: DynamicTimestamp.type
  132. def timestamp(name: String): Timestamp
    Definition Classes
    RowLike
  133. def timestamp(idx: Int): Timestamp
    Definition Classes
    RowLike
  134. def toMap: Map[String, Any]

    Converts row to map preserving column sequence.

    Converts row to map preserving column sequence. null value column names make as _idx, where idx is number over null value columns

    Definition Classes
    RowLike
  135. def toString(): String
    Definition Classes
    AnyRef → Any
  136. def typed[T](implicit converter: CoreTypes.Converter[T], m: Manifest[T]): T
    Definition Classes
    Typed
  137. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
    Definition Classes
    Typed
  138. def typed(columnIndex: Int, manifestName: String): Any
    Definition Classes
    Typed
  139. def typedPf(columnIndex: Int): PartialFunction[String, Any]
    Definition Classes
    Typed
  140. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  141. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  142. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Dynamic

Inherited from RowLike

Inherited from AutoCloseable

Inherited from Typed

Inherited from AnyRef

Inherited from Any

Ungrouped