org.tresql.java_api

Row

Related Doc: package java_api

trait Row extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Row
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def bl(name: String): Boolean

  2. abstract def bl(idx: Int): Boolean

  3. abstract def boolean_(name: String): Boolean

  4. abstract def boolean_(idx: Int): Boolean

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

  6. abstract def bytes(idx: Int): Array[Byte]

  7. abstract def column(idx: Int): Column

  8. abstract def columnCount: Int

  9. abstract def columns: List[Column]

  10. abstract def d(name: String): Date

  11. abstract def d(idx: Int): Date

  12. abstract def date(name: String): Date

  13. abstract def date(idx: Int): Date

  14. abstract def dbl(name: String): Double

  15. abstract def dbl(idx: Int): Double

  16. abstract def double_(name: String): Double

  17. abstract def double_(idx: Int): Double

  18. abstract def get(name: String): AnyRef

  19. abstract def get(idx: Int): AnyRef

  20. abstract def i(name: String): Int

  21. abstract def i(idx: Int): Int

  22. abstract def int_(name: String): Int

  23. abstract def int_(idx: Int): Int

  24. abstract def jBigDecimal(name: String): BigDecimal

  25. abstract def jBigDecimal(idx: Int): BigDecimal

  26. abstract def jBoolean(name: String): Boolean

  27. abstract def jBoolean(idx: Int): Boolean

  28. abstract def jDouble(name: String): Double

  29. abstract def jDouble(idx: Int): Double

  30. abstract def jInt(name: String): Integer

  31. abstract def jInt(idx: Int): Integer

  32. abstract def jLong(name: String): Long

  33. abstract def jLong(idx: Int): Long

  34. abstract def jbd(name: String): BigDecimal

  35. abstract def jbd(idx: Int): BigDecimal

  36. abstract def jbl(name: String): Boolean

  37. abstract def jbl(idx: Int): Boolean

  38. abstract def jdbl(name: String): Double

  39. abstract def jdbl(idx: Int): Double

  40. abstract def ji(name: String): Integer

  41. abstract def ji(idx: Int): Integer

  42. abstract def jl(name: String): Long

  43. abstract def jl(idx: Int): Long

  44. abstract def l(name: String): Long

  45. abstract def l(idx: Int): Long

  46. abstract def long_(name: String): Long

  47. abstract def long_(idx: Int): Long

  48. abstract def result(name: String): Result

  49. abstract def result(idx: Int): Result

  50. abstract def rowToMap: Map[String, AnyRef]

  51. abstract def s(name: String): String

  52. abstract def s(idx: Int): String

  53. abstract def stream(name: String): InputStream

  54. abstract def stream(idx: Int): InputStream

  55. abstract def string(name: String): String

  56. abstract def string(idx: Int): String

  57. abstract def t(name: String): Timestamp

  58. abstract def t(idx: Int): Timestamp

  59. abstract def timestamp(name: String): Timestamp

  60. abstract def timestamp(idx: Int): Timestamp

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  16. def toString(): String

    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped