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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def i(name: String): Int
  38. def i(idx: Int): Int
  39. def int(name: String): Int
  40. def int(idx: Int): Int
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def jBigDecimal(name: String): BigDecimal
  43. def jBigDecimal(idx: Int): BigDecimal
  44. def jBoolean(name: String): Boolean
  45. def jBoolean(idx: Int): Boolean
  46. def jDouble(name: String): Double
  47. def jDouble(idx: Int): Double
  48. def jInt(name: String): Integer
  49. def jInt(idx: Int): Integer
  50. def jLong(name: String): Long
  51. def jLong(idx: Int): Long
  52. def jbd(name: String): BigDecimal
  53. def jbd(idx: Int): BigDecimal
  54. def jbl(name: String): Boolean
  55. def jbl(idx: Int): Boolean
  56. def jdbl(name: String): Double
  57. def jdbl(idx: Int): Double
  58. def ji(name: String): Integer
  59. def ji(idx: Int): Integer
  60. def jl(name: String): Long
  61. def jl(idx: Int): Long
  62. def l(name: String): Long
  63. def l(idx: Int): Long
  64. def listOfRows(name: String): List[RowLike.this.type]
  65. def listOfRows(idx: Int): List[RowLike.this.type]
  66. def long(name: String): Long
  67. def long(idx: Int): Long
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  71. def r(name: String): Result[RowLike]
  72. def r(idx: Int): Result[RowLike]
  73. def reader(name: String): Reader
  74. def reader(idx: Int): Reader
  75. def result(name: String): Result[RowLike]
  76. def result(idx: Int): Result[RowLike]
  77. def rowToVector: Vector[Any]

    name

    name

    toVector

    is defined in

    trait TranversableOnce

    toVector }}}

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

Inherited from Typed

Inherited from AnyRef

Inherited from Any

Ungrouped