class Row extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Row
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cell(key: String): Cell[_]
- Annotations
- @inline()
-
def
cell(index: Int): Cell[_]
- Annotations
- @inline()
- val cells: Seq[Cell[_]]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getAsciiStream(key: String): InputStream
- def getAsciiStream(index: Int): InputStream
- def getBigDecimal(key: String): BigDecimal
- def getBigDecimal(index: Int): BigDecimal
- def getBinaryStream(key: String): InputStream
- def getBinaryStream(index: Int): InputStream
- def getBoolean(key: String): Boolean
- def getBoolean(index: Int): Boolean
- def getByte(key: String): Byte
- def getByte(index: Int): Byte
- def getBytes(key: String): Array[Byte]
- def getBytes(index: Int): Array[Byte]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getDate(key: String): Date
- def getDate(index: Int): Date
- def getDouble(key: String): Double
- def getDouble(index: Int): Double
- def getFloat(key: String): Float
- def getFloat(index: Int): Float
- def getInt(key: String): Int
- def getInt(index: Int): Int
- def getLong(key: String): Long
- def getLong(index: Int): Long
- def getObject(key: String): AnyRef
- def getObject(index: Int): AnyRef
- def getScalaBigDecimal(key: String): BigDecimal
- def getScalaBigDecimal(index: Int): BigDecimal
- def getShort(key: String): Short
- def getShort(index: Int): Short
- def getString(key: String): String
- def getString(index: Int): String
- def getTime(key: String): Time
- def getTime(index: Int): Time
- def getTimestamp(key: String): Timestamp
- def getTimestamp(index: Int): Timestamp
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Row → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )