t

org.tresql

RowLike

trait RowLike extends Typed

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowLike
  2. Typed
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(name: String): Any
  2. abstract def apply(idx: Int): Any
  3. abstract def column(idx: Int): Column
  4. abstract def columnCount: Int
  5. abstract def columns: Seq[Column]
  6. abstract def typed[T](name: String)(implicit arg0: Manifest[T]): T
    Definition Classes
    Typed
  7. abstract def values: Seq[Any]

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

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

  77. def s(name: String): String
  78. def s(idx: Int): String
  79. def stream(name: String): InputStream
  80. def stream(idx: Int): InputStream
  81. def string(name: String): String
  82. def string(idx: Int): String
  83. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  84. def t(name: String): Timestamp
  85. def t(idx: Int): Timestamp
  86. def timestamp(name: String): Timestamp
  87. def timestamp(idx: Int): Timestamp
  88. def toMap: Map[String, Any]
  89. def toString(): String
    Definition Classes
    AnyRef → Any
  90. def typed[T](implicit converter: CoreTypes.Converter[T], m: Manifest[T]): T
    Definition Classes
    Typed
  91. def typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
    Definition Classes
    Typed
  92. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  94. 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 Typed

Inherited from AnyRef

Inherited from Any

Ungrouped