object Row
provide a offline Box for ResultSet which is scrollable and only valid with an open connection.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Row
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class BigDecimalCell extends Cell[BigDecimal]
- class BooleanCell extends Cell[Boolean]
- class ByteCell extends Cell[Byte]
- class BytesCell extends Cell[Array[Byte]]
- sealed abstract class Cell[T] extends AnyRef
- class Cell_??? extends Cell[Unit]
- class DateCell extends Cell[Date]
- class DoubleCell extends Cell[Double]
- class FloatCell extends Cell[Float]
- class IntegerCell extends Cell[Int]
- class LongCell extends Cell[Long]
- class NullCell[T] extends Cell[T]
- class ShortCell extends Cell[Short]
- class StringCell extends Cell[String]
- class TimeCell extends Cell[Time]
- class TimestampCell extends Cell[Timestamp]
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- implicit val resultSetMapper: ResultSetMapper[Row]
- def resultSetToRow(meta: ResultSetMetaData, rs: ResultSet): Row
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated