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(meta: ResultSetMetaData, rs: ResultSet)

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. val cells: Seq[Cell[_]]

  6. val cellsByName: Map[String, Cell[_]]

  7. def clone(): AnyRef

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

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

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

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

  12. def getAsciiStream(index: Int): InputStream

  13. def getBigDecimal(key: String): BigDecimal

  14. def getBigDecimal(index: Int): BigDecimal

  15. def getBinaryStream(key: String): InputStream

  16. def getBinaryStream(index: Int): InputStream

  17. def getBoolean(key: String): Boolean

  18. def getBoolean(index: Int): Boolean

  19. def getByte(key: String): Byte

  20. def getByte(index: Int): Byte

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

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

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

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

  25. def getDate(index: Int): Date

  26. def getDouble(key: String): Double

  27. def getDouble(index: Int): Double

  28. def getFloat(key: String): Float

  29. def getFloat(index: Int): Float

  30. def getInt(key: String): Int

  31. def getInt(index: Int): Int

  32. def getLong(key: String): Long

  33. def getLong(index: Int): Long

  34. def getObject(key: String): AnyRef

  35. def getObject(index: Int): AnyRef

  36. def getShort(key: String): Short

  37. def getShort(index: Int): Short

  38. def getString(key: String): String

  39. def getString(index: Int): String

  40. def getTime(key: String): Time

  41. def getTime(index: Int): Time

  42. def getTimestamp(key: String): Timestamp

  43. def getTimestamp(index: Int): Timestamp

  44. def hashCode(): Int

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

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

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

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

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped