class
MutableResultSet extends ResultSet
Type Members
-
class
Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable
-
type
Self = IndexedSeq[RowData]
-
class
WithFilter extends FilterMonadic[A, Repr]
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++[B >: RowData, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
++:[B >: RowData, That](that: Traversable[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
++:[B >: RowData, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
+:[B >: RowData, That](elem: B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
/:[B](z: B)(op: (B, RowData) ⇒ B): B
-
def
:+[B >: RowData, That](elem: B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
:\[B](z: B)(op: (RowData, B) ⇒ B): B
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
addRawRow(row: Array[ChannelBuffer]): Unit
-
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, RowData) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen[C](k: (RowData) ⇒ C): PartialFunction[Int, C]
-
def
apply(idx: Int): RowData
-
def
applyOrElse[A1 <: Int, B1 >: RowData](x: A1, default: (A1) ⇒ B1): B1
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
collect[B, That](pf: PartialFunction[RowData, B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
collectFirst[B](pf: PartialFunction[RowData, B]): Option[B]
-
def
columnNames: IndexedSeq[String]
-
val
columnTypes: Array[ColumnData]
-
def
combinations(n: Int): Iterator[IndexedSeq[RowData]]
-
def
companion: GenericCompanion[IndexedSeq]
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ RowData
-
def
contains(elem: Any): Boolean
-
def
containsSlice[B](that: GenSeq[B]): Boolean
-
def
copyToArray[B >: RowData](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: RowData](xs: Array[B]): Unit
-
def
copyToArray[B >: RowData](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: RowData](dest: Buffer[B]): Unit
-
def
corresponds[B](that: GenSeq[B])(p: (RowData, B) ⇒ Boolean): Boolean
-
def
count(p: (RowData) ⇒ Boolean): Int
-
def
diff[B >: RowData](that: GenSeq[B]): IndexedSeq[RowData]
-
def
distinct: IndexedSeq[RowData]
-
def
drop(n: Int): IndexedSeq[RowData]
-
def
dropRight(n: Int): IndexedSeq[RowData]
-
def
dropWhile(p: (RowData) ⇒ Boolean): IndexedSeq[RowData]
-
def
endsWith[B](that: GenSeq[B]): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
exists(p: (RowData) ⇒ Boolean): Boolean
-
def
filter(p: (RowData) ⇒ Boolean): IndexedSeq[RowData]
-
def
filterNot(p: (RowData) ⇒ Boolean): IndexedSeq[RowData]
-
def
finalize(): Unit
-
def
find(p: (RowData) ⇒ Boolean): Option[RowData]
-
def
flatMap[B, That](f: (RowData) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
flatten[B](implicit asTraversable: (RowData) ⇒ GenTraversableOnce[B]): IndexedSeq[B]
-
def
fold[A1 >: RowData](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, RowData) ⇒ B): B
-
def
foldRight[B](z: B)(op: (RowData, B) ⇒ B): B
-
def
forall(p: (RowData) ⇒ Boolean): Boolean
-
def
foreach[U](f: (RowData) ⇒ U): Unit
-
def
genericBuilder[B]: Builder[B, IndexedSeq[B]]
-
final
def
getClass(): Class[_]
-
def
groupBy[K](f: (RowData) ⇒ K): Map[K, IndexedSeq[RowData]]
-
def
grouped(size: Int): Iterator[IndexedSeq[RowData]]
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
-
def
headOption: Option[RowData]
-
def
indexOf[B >: RowData](elem: B, from: Int): Int
-
def
indexOf[B >: RowData](elem: B): Int
-
def
indexOfSlice[B >: RowData](that: GenSeq[B], from: Int): Int
-
def
indexOfSlice[B >: RowData](that: GenSeq[B]): Int
-
def
indexWhere(p: (RowData) ⇒ Boolean, from: Int): Int
-
def
indexWhere(p: (RowData) ⇒ Boolean): Int
-
def
indices: Range
-
def
init: IndexedSeq[RowData]
-
def
inits: Iterator[IndexedSeq[RowData]]
-
def
intersect[B >: RowData](that: GenSeq[B]): IndexedSeq[RowData]
-
def
isDefinedAt(idx: Int): Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
def
iterator: Iterator[RowData]
-
-
def
lastIndexOf[B >: RowData](elem: B, end: Int): Int
-
def
lastIndexOf[B >: RowData](elem: B): Int
-
def
lastIndexOfSlice[B >: RowData](that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice[B >: RowData](that: GenSeq[B]): Int
-
def
lastIndexWhere(p: (RowData) ⇒ Boolean, end: Int): Int
-
def
lastIndexWhere(p: (RowData) ⇒ Boolean): Int
-
def
lastOption: Option[RowData]
-
def
length: Int
-
def
lengthCompare(len: Int): Int
-
def
lift: (Int) ⇒ Option[RowData]
-
def
map[B, That](f: (RowData) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
max[B >: RowData](implicit cmp: Ordering[B]): RowData
-
def
maxBy[B](f: (RowData) ⇒ B)(implicit cmp: Ordering[B]): RowData
-
def
min[B >: RowData](implicit cmp: Ordering[B]): RowData
-
def
minBy[B](f: (RowData) ⇒ B)(implicit cmp: Ordering[B]): RowData
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newBuilder: Builder[RowData, IndexedSeq[RowData]]
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse[A1 <: Int, B1 >: RowData](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
padTo[B >: RowData, That](len: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
par: ParSeq[RowData]
-
def
parCombiner: Combiner[RowData, ParSeq[RowData]]
-
def
partition(p: (RowData) ⇒ Boolean): (IndexedSeq[RowData], IndexedSeq[RowData])
-
def
patch[B >: RowData, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
permutations: Iterator[IndexedSeq[RowData]]
-
def
prefixLength(p: (RowData) ⇒ Boolean): Int
-
def
product[B >: RowData](implicit num: Numeric[B]): B
-
def
reduce[A1 >: RowData](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: RowData](op: (B, RowData) ⇒ B): B
-
def
reduceLeftOption[B >: RowData](op: (B, RowData) ⇒ B): Option[B]
-
def
reduceOption[A1 >: RowData](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: RowData](op: (RowData, B) ⇒ B): B
-
def
reduceRightOption[B >: RowData](op: (RowData, B) ⇒ B): Option[B]
-
def
repr: IndexedSeq[RowData]
-
def
reverse: IndexedSeq[RowData]
-
def
reverseIterator: Iterator[RowData]
-
def
reverseMap[B, That](f: (RowData) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
reversed: List[RowData]
-
def
runWith[U](action: (RowData) ⇒ U): (Int) ⇒ Boolean
-
def
sameElements[B >: RowData](that: GenIterable[B]): Boolean
-
def
scan[B >: RowData, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, RowData) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
scanRight[B, That](z: B)(op: (RowData, B) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
segmentLength(p: (RowData) ⇒ Boolean, from: Int): Int
-
def
seq: IndexedSeq[RowData]
-
def
size: Int
-
def
slice(from: Int, until: Int): IndexedSeq[RowData]
-
def
sliding(size: Int, step: Int): Iterator[IndexedSeq[RowData]]
-
def
sliding(size: Int): Iterator[IndexedSeq[RowData]]
-
def
sortBy[B](f: (RowData) ⇒ B)(implicit ord: Ordering[B]): IndexedSeq[RowData]
-
def
sortWith(lt: (RowData, RowData) ⇒ Boolean): IndexedSeq[RowData]
-
def
sorted[B >: RowData](implicit ord: Ordering[B]): IndexedSeq[RowData]
-
def
span(p: (RowData) ⇒ Boolean): (IndexedSeq[RowData], IndexedSeq[RowData])
-
def
splitAt(n: Int): (IndexedSeq[RowData], IndexedSeq[RowData])
-
def
startsWith[B](that: GenSeq[B], offset: Int): Boolean
-
def
startsWith[B](that: GenSeq[B]): Boolean
-
def
stringPrefix: String
-
def
sum[B >: RowData](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tail: IndexedSeq[RowData]
-
def
tails: Iterator[IndexedSeq[RowData]]
-
def
take(n: Int): IndexedSeq[RowData]
-
def
takeRight(n: Int): IndexedSeq[RowData]
-
def
takeWhile(p: (RowData) ⇒ Boolean): IndexedSeq[RowData]
-
def
thisCollection: IndexedSeq[RowData]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, RowData, Col[RowData]]): Col[RowData]
-
def
toArray[B >: RowData](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[A1 >: RowData]: Buffer[A1]
-
def
toCollection(repr: IndexedSeq[RowData]): IndexedSeq[RowData]
-
def
toIndexedSeq: IndexedSeq[RowData]
-
def
toIterable: Iterable[RowData]
-
def
toIterator: Iterator[RowData]
-
def
toList: List[RowData]
-
def
toMap[T, U](implicit ev: <:<[RowData, (T, U)]): Map[T, U]
-
def
toSeq: Seq[RowData]
-
def
toSet[B >: RowData]: Set[B]
-
def
toStream: Stream[RowData]
-
def
toString(): String
-
def
toTraversable: Traversable[RowData]
-
def
toVector: Vector[RowData]
-
def
transpose[B](implicit asTraversable: (RowData) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]
-
def
union[B >: RowData, That](that: GenSeq[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
unzip[A1, A2](implicit asPair: (RowData) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (RowData) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
-
def
updated[B >: RowData, That](index: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], B, That]): That
-
def
view(from: Int, until: Int): SeqView[RowData, IndexedSeq[RowData]]
-
def
view: SeqView[RowData, IndexedSeq[RowData]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (RowData) ⇒ Boolean): FilterMonadic[RowData, IndexedSeq[RowData]]
-
def
zip[A1 >: RowData, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[IndexedSeq[RowData], (A1, B), That]): That
-
def
zipAll[B, A1 >: RowData, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[IndexedSeq[RowData], (A1, B), That]): That
-
def
zipWithIndex[A1 >: RowData, That](implicit bf: CanBuildFrom[IndexedSeq[RowData], (A1, Int), That]): That
Deprecated Value Members
-
def
/:\[A1 >: RowData](z: A1)(op: (A1, A1) ⇒ A1): A1
Inherited from Equals
Inherited from GenIterable[RowData]
Inherited from Traversable[RowData]
Inherited from GenTraversable[RowData]
Inherited from GenericTraversableTemplate[RowData, IndexedSeq]
Inherited from TraversableOnce[RowData]
Inherited from GenTraversableOnce[RowData]
Inherited from PartialFunction[Int, RowData]
Inherited from AnyRef
Inherited from Any