wangzx.scala_commons.sql

Row

Related Docs: object Row | package sql

class Row extends AnyRef

Linear Supertypes
AnyRef, Any
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

Instance Constructors

  1. new Row(cells: Seq[Cell[_]])

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 cell(key: String): Cell[_]

    Annotations
    @inline()
  6. def cell(index: Int): Cell[_]

    Annotations
    @inline()
  7. val cells: Seq[Cell[_]]

  8. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getAsciiStream(key: String): InputStream

  13. def getAsciiStream(index: Int): InputStream

  14. def getBigDecimal(key: String): BigDecimal

  15. def getBigDecimal(index: Int): BigDecimal

  16. def getBinaryStream(key: String): InputStream

  17. def getBinaryStream(index: Int): InputStream

  18. def getBoolean(key: String): Boolean

  19. def getBoolean(index: Int): Boolean

  20. def getByte(key: String): Byte

  21. def getByte(index: Int): Byte

  22. def getBytes(key: String): Array[Byte]

  23. def getBytes(index: Int): Array[Byte]

  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def getDate(key: String): Date

  26. def getDate(index: Int): Date

  27. def getDouble(key: String): Double

  28. def getDouble(index: Int): Double

  29. def getFloat(key: String): Float

  30. def getFloat(index: Int): Float

  31. def getInt(key: String): Int

  32. def getInt(index: Int): Int

  33. def getLong(key: String): Long

  34. def getLong(index: Int): Long

  35. def getObject(key: String): AnyRef

  36. def getObject(index: Int): AnyRef

  37. def getScalaBigDecimal(key: String): BigDecimal

  38. def getScalaBigDecimal(index: Int): BigDecimal

  39. def getShort(key: String): Short

  40. def getShort(index: Int): Short

  41. def getString(key: String): String

  42. def getString(index: Int): String

  43. def getTime(key: String): Time

  44. def getTime(index: Int): Time

  45. def getTimestamp(key: String): Timestamp

  46. def getTimestamp(index: Int): Timestamp

  47. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped