Class/Object

com.rocketfuel.sdbc.base.jdbc

ImmutableRow

Related Docs: object ImmutableRow | package jdbc

Permalink

case class ImmutableRow extends Row with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Row, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ImmutableRow
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Row
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asIntMap(implicit getter: Getter[ParameterValue]): IndexedSeq[Option[Any]]

    Permalink
    Definition Classes
    ImmutableRowRow
  6. def asStringMap(implicit getter: Getter[ParameterValue]): Map[String, Option[Any]]

    Permalink
    Definition Classes
    Row
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. lazy val columnIndexes: TreeMap[String, Int]

    Permalink
    Definition Classes
    Row
  9. val columnNames: IndexedSeq[String]

    Permalink
    Definition Classes
    ImmutableRowRow
  10. val columnTypes: IndexedSeq[String]

    Permalink
    Definition Classes
    ImmutableRowRow
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def get[T](columnIndex: Index)(implicit getter: Getter[T]): Option[T]

    Permalink
    Definition Classes
    Row
  14. def getArray(columnLabel: String): Array

    Permalink
    Definition Classes
    ImmutableRowRow
  15. def getArray(columnIndex: Int): Array

    Permalink
    Definition Classes
    ImmutableRowRow
  16. def getBigDecimal(columnLabel: String): BigDecimal

    Permalink
    Definition Classes
    ImmutableRowRow
  17. def getBigDecimal(columnIndex: Int): BigDecimal

    Permalink
    Definition Classes
    ImmutableRowRow
  18. def getBinaryStream(columnLabel: String): InputStream

    Permalink
    Definition Classes
    ImmutableRowRow
  19. def getBinaryStream(columnIndex: Int): InputStream

    Permalink
    Definition Classes
    ImmutableRowRow
  20. def getBlob(columnLabel: String): Blob

    Permalink
    Definition Classes
    ImmutableRowRow
  21. def getBlob(columnIndex: Int): Blob

    Permalink
    Definition Classes
    ImmutableRowRow
  22. def getBoolean(columnLabel: String): Boolean

    Permalink
    Definition Classes
    ImmutableRowRow
  23. def getBoolean(columnIndex: Int): Boolean

    Permalink
    Definition Classes
    ImmutableRowRow
  24. def getByte(columnLabel: String): Byte

    Permalink
    Definition Classes
    ImmutableRowRow
  25. def getByte(columnIndex: Int): Byte

    Permalink
    Definition Classes
    ImmutableRowRow
  26. def getBytes(columnLabel: String): Array[Byte]

    Permalink
    Definition Classes
    ImmutableRowRow
  27. def getBytes(columnIndex: Int): Array[Byte]

    Permalink
    Definition Classes
    ImmutableRowRow
  28. def getCharacterStream(columnLabel: String): Reader

    Permalink
    Definition Classes
    ImmutableRowRow
  29. def getCharacterStream(columnIndex: Int): Reader

    Permalink
    Definition Classes
    ImmutableRowRow
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getClob(columnLabel: String): Clob

    Permalink
    Definition Classes
    ImmutableRowRow
  32. def getClob(columnIndex: Int): Clob

    Permalink
    Definition Classes
    ImmutableRowRow
  33. def getDate(columnLabel: String): Date

    Permalink
    Definition Classes
    ImmutableRowRow
  34. def getDate(columnIndex: Int): Date

    Permalink
    Definition Classes
    ImmutableRowRow
  35. def getDouble(columnLabel: String): Double

    Permalink
    Definition Classes
    ImmutableRowRow
  36. def getDouble(columnIndex: Int): Double

    Permalink
    Definition Classes
    ImmutableRowRow
  37. def getFloat(columnLabel: String): Float

    Permalink
    Definition Classes
    ImmutableRowRow
  38. def getFloat(columnIndex: Int): Float

    Permalink
    Definition Classes
    ImmutableRowRow
  39. def getInt(columnLabel: String): Int

    Permalink
    Definition Classes
    ImmutableRowRow
  40. def getInt(columnIndex: Int): Int

    Permalink
    Definition Classes
    ImmutableRowRow
  41. def getLong(columnLabel: String): Long

    Permalink
    Definition Classes
    ImmutableRowRow
  42. def getLong(columnIndex: Int): Long

    Permalink
    Definition Classes
    ImmutableRowRow
  43. val getMetaData: ResultSetMetaData

    Permalink
    Definition Classes
    ImmutableRowRow
  44. def getObject(columnLabel: String): AnyRef

    Permalink
    Definition Classes
    ImmutableRowRow
  45. def getObject(columnIndex: Int): AnyRef

    Permalink
    Definition Classes
    ImmutableRowRow
  46. val getRow: Int

    Permalink

    The index of the row in the result set.

    The index of the row in the result set.

    Definition Classes
    ImmutableRowRow
  47. def getSQLXML(columnLabel: String): SQLXML

    Permalink
    Definition Classes
    ImmutableRowRow
  48. def getSQLXML(columnIndex: Int): SQLXML

    Permalink
    Definition Classes
    ImmutableRowRow
  49. def getShort(columnLabel: String): Short

    Permalink
    Definition Classes
    ImmutableRowRow
  50. def getShort(columnIndex: Int): Short

    Permalink
    Definition Classes
    ImmutableRowRow
  51. def getString(columnLabel: String): String

    Permalink
    Definition Classes
    ImmutableRowRow
  52. def getString(columnIndex: Int): String

    Permalink
    Definition Classes
    ImmutableRowRow
  53. def getTime(columnLabel: String): Time

    Permalink
    Definition Classes
    ImmutableRowRow
  54. def getTime(columnIndex: Int): Time

    Permalink
    Definition Classes
    ImmutableRowRow
  55. def getTimestamp(columnLabel: String): Timestamp

    Permalink
    Definition Classes
    ImmutableRowRow
  56. def getTimestamp(columnIndex: Int): Timestamp

    Permalink
    Definition Classes
    ImmutableRowRow
  57. def getURL(columnLabel: String): URL

    Permalink
    Definition Classes
    ImmutableRowRow
  58. def getURL(columnIndex: Int): URL

    Permalink
    Definition Classes
    ImmutableRowRow
  59. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  61. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. val parameters: IndexedSeq[Option[Any]]

    Permalink
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def wasNull: Boolean

    Permalink
    Definition Classes
    ImmutableRowRow

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Row

Inherited from AnyRef

Inherited from Any

Ungrouped