class
Result extends Iterator[RowLike] with RowLike
Type Members
-
case class
Row(row: Seq[Any]) extends RowLike with Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++[B >: RowLike](that: ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
/:[B](z: B)(op: (B, RowLike) ⇒ B): B
-
def
/:\[A1 >: RowLike](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:\[B](z: B)(op: (RowLike, B) ⇒ B): B
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: B)(seqop: (B, RowLike) ⇒ B, combop: (B, B) ⇒ B): B
-
def
apply(columnLabel: String): Any
-
def
apply(columnIndex: Int): Any
-
def
applyDynamic(name: String)(args: Any*): Any
-
final
def
asInstanceOf[T0]: T0
-
def
b(name: String): Array[Byte]
-
def
b(idx: Int): Array[Byte]
-
-
def
bd(name: String): BigDecimal
-
def
bd(idx: Int): BigDecimal
-
-
def
bigdecimal(columnLabel: String): BigDecimal
-
def
bigdecimal(columnIndex: Int): BigDecimal
-
-
def
bl(name: String): Boolean
-
def
bl(idx: Int): Boolean
-
-
def
boolean(columnLabel: String): Boolean
-
def
boolean(columnIndex: Int): Boolean
-
-
def
bs(name: String): InputStream
-
def
bs(idx: Int): InputStream
-
-
def
buffered: BufferedIterator[RowLike]
-
def
bytes(columnLabel: String): Array[Byte]
-
def
bytes(columnIndex: Int): Array[Byte]
-
-
def
clone(): AnyRef
-
def
close: Unit
-
def
collect[B](pf: PartialFunction[RowLike, B]): Iterator[B]
-
def
collectFirst[B](pf: PartialFunction[RowLike, B]): Option[B]
-
def
column(idx: Int): Column
-
def
columnCount: Int
-
def
contains(elem: Any): Boolean
-
def
content: Vector[Any]
-
def
copyToArray[B >: RowLike](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: RowLike](xs: Array[B]): Unit
-
def
copyToArray[B >: RowLike](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: RowLike](dest: Buffer[B]): Unit
-
def
count(p: (RowLike) ⇒ Boolean): Int
-
def
d(name: String): Date
-
def
d(idx: Int): Date
-
-
def
date(columnLabel: String): Date
-
def
date(columnIndex: Int): Date
-
-
def
dbl(name: String): Double
-
def
dbl(idx: Int): Double
-
-
def
double(columnLabel: String): Double
-
def
double(columnIndex: Int): Double
-
-
def
drop(n: Int): Iterator[RowLike]
-
def
dropWhile(p: (RowLike) ⇒ Boolean): Iterator[RowLike]
-
def
duplicate: (Iterator[RowLike], Iterator[RowLike])
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (RowLike) ⇒ Boolean): Boolean
-
def
filter(p: (RowLike) ⇒ Boolean): Iterator[RowLike]
-
def
filterNot(p: (RowLike) ⇒ Boolean): Iterator[RowLike]
-
def
finalize(): Unit
-
def
find(p: (RowLike) ⇒ Boolean): Option[RowLike]
-
def
flatMap[B](f: (RowLike) ⇒ GenTraversableOnce[B]): Iterator[B]
-
def
fold[A1 >: RowLike](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, RowLike) ⇒ B): B
-
def
foldRight[B](z: B)(op: (RowLike, B) ⇒ B): B
-
def
forall(p: (RowLike) ⇒ Boolean): Boolean
-
def
foreach[U](f: (RowLike) ⇒ U): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
grouped[B >: RowLike](size: Int): GroupedIterator[B]
-
def
hasDefiniteSize: Boolean
-
def
hasNext: Boolean
-
def
hashCode(): Int
-
def
head[T](implicit m: Manifest[T]): T
-
def
headOption[T](implicit m: Manifest[T]): Option[T]
-
def
i(name: String): Int
-
def
i(idx: Int): Int
-
-
def
indexOf[B >: RowLike](elem: B): Int
-
def
indexWhere(p: (RowLike) ⇒ Boolean): Int
-
def
int(columnLabel: String): Int
-
def
int(columnIndex: Int): Int
-
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraversableAgain: Boolean
-
def
jBigDecimal(columnLabel: String): BigDecimal
-
def
jBigDecimal(columnIndex: Int): BigDecimal
-
-
def
jBoolean(columnLabel: String): Boolean
-
def
jBoolean(columnIndex: Int): Boolean
-
-
def
jDouble(columnLabel: String): Double
-
def
jDouble(columnIndex: Int): Double
-
-
def
jInt(columnLabel: String): Integer
-
def
jInt(columnIndex: Int): Integer
-
-
def
jLong(columnLabel: String): Long
-
def
jLong(columnIndex: Int): Long
-
-
def
jbd(name: String): BigDecimal
-
def
jbd(idx: Int): BigDecimal
-
-
def
jbl(name: String): Boolean
-
def
jbl(idx: Int): Boolean
-
-
def
jdbcResult: ResultSet
-
def
jdbl(name: String): Double
-
def
jdbl(idx: Int): Double
-
-
def
ji(name: String): Integer
-
def
ji(idx: Int): Integer
-
-
def
jl(name: String): Long
-
def
jl(idx: Int): Long
-
-
def
l(name: String): Long
-
def
l(idx: Int): Long
-
-
def
length: Int
-
def
long(columnLabel: String): Long
-
def
long(columnIndex: Int): Long
-
-
def
map[B](f: (RowLike) ⇒ B): Iterator[B]
-
def
max[B >: RowLike](implicit cmp: Ordering[B]): RowLike
-
def
maxBy[B](f: (RowLike) ⇒ B)(implicit cmp: Ordering[B]): RowLike
-
def
min[B >: RowLike](implicit cmp: Ordering[B]): RowLike
-
def
minBy[B](f: (RowLike) ⇒ B)(implicit cmp: Ordering[B]): RowLike
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
padTo[A1 >: RowLike](len: Int, elem: A1): Iterator[A1]
-
def
partition(p: (RowLike) ⇒ Boolean): (Iterator[RowLike], Iterator[RowLike])
-
def
patch[B >: RowLike](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]
-
def
product[B >: RowLike](implicit num: Numeric[B]): B
-
def
r(name: String): Result
-
def
r(idx: Int): Result
-
-
def
reduce[A1 >: RowLike](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: RowLike](op: (B, RowLike) ⇒ B): B
-
def
reduceLeftOption[B >: RowLike](op: (B, RowLike) ⇒ B): Option[B]
-
def
reduceOption[A1 >: RowLike](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: RowLike](op: (RowLike, B) ⇒ B): B
-
def
reduceRightOption[B >: RowLike](op: (RowLike, B) ⇒ B): Option[B]
-
-
def
result(name: String): Result
-
def
result(idx: Int): Result
-
def
reversed: List[RowLike]
-
def
rowAsMap: Map[String, Any]
-
def
s(name: String): String
-
def
s(idx: Int): String
-
-
def
sameElements(that: Iterator[_]): Boolean
-
def
scanLeft[B](z: B)(op: (B, RowLike) ⇒ B): Iterator[B]
-
def
scanRight[B](z: B)(op: (RowLike, B) ⇒ B): Iterator[B]
-
def
selectDynamic(name: String): Any
-
def
seq: Iterator[RowLike]
-
def
size: Int
-
def
slice(from: Int, until: Int): Iterator[RowLike]
-
def
sliding[B >: RowLike](size: Int, step: Int): GroupedIterator[B]
-
def
span(p: (RowLike) ⇒ Boolean): (Iterator[RowLike], Iterator[RowLike])
-
def
stream(columnLabel: String): InputStream
-
def
stream(columnIndex: Int): InputStream
-
-
def
string(columnLabel: String): String
-
def
string(columnIndex: Int): String
-
-
def
sum[B >: RowLike](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
t(name: String): Timestamp
-
def
t(idx: Int): Timestamp
-
-
def
take(n: Int): Iterator[RowLike]
-
def
takeWhile(p: (RowLike) ⇒ Boolean): Iterator[RowLike]
-
def
timestamp(columnLabel: String): Timestamp
-
def
timestamp(columnIndex: Int): Timestamp
-
-
def
toArray[B >: RowLike](implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer[B >: RowLike]: Buffer[B]
-
def
toIndexedSeq[B >: RowLike]: IndexedSeq[B]
-
def
toIterable: Iterable[RowLike]
-
def
toIterator: Iterator[RowLike]
-
def
toList[T](implicit m: Manifest[T]): List[T]
-
def
toList: List[Row]
-
def
toListRowAsMap: List[Map[String, _]]
-
def
toMap[T, U](implicit ev: <:<[RowLike, (T, U)]): Map[T, U]
-
def
toSeq: Seq[RowLike]
-
def
toSet[B >: RowLike]: Set[B]
-
def
toStream: Stream[RowLike]
-
def
toString(): String
-
def
toTraversable: Traversable[RowLike]
-
def
typed[T](columnIndex: Int)(implicit m: Manifest[T]): T
-
def
typed[T](columnLabel: String)(implicit m: Manifest[T]): T
-
def
typedRow[T](implicit m: Manifest[T]): T
-
def
unique[T](implicit m: Manifest[T]): T
-
def
uniqueOption[T](implicit m: Manifest[T]): Option[T]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (RowLike) ⇒ Boolean): Iterator[RowLike]
-
def
zip[B](that: Iterator[B]): Iterator[(RowLike, B)]
-
def
zipAll[B, A1 >: RowLike, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]
-
def
zipWithIndex: Iterator[(RowLike, Int)] { ... /* 2 definitions in type refinement */ }
Deprecated Value Members
-
def
append[B >: RowLike](that: Iterator[B]): Iterator[B]
-
def
counted: CountedIterator[RowLike]
-
def
findIndexOf(p: (RowLike) ⇒ Boolean): Int
-
def
readInto[B >: RowLike](xs: Array[B]): Unit
-
def
readInto[B >: RowLike](xs: Array[B], start: Int): Unit
-
def
readInto[B >: RowLike](xs: Array[B], start: Int, sz: Int): Unit
Inherited from Dynamic
Inherited from TraversableOnce[RowLike]
Inherited from GenTraversableOnce[RowLike]
Inherited from AnyRef
Inherited from Any