package execution
- Alphabetic
- Public
- Protected
Package Members
- package datasources
Type Members
- class QueryExecutionException extends Exception
- abstract class RowIterator extends AnyRef
An internal iterator interface which presents a more restrictive API than scala.collection.Iterator.
An internal iterator interface which presents a more restrictive API than scala.collection.Iterator.
One major departure from the Scala iterator API is the fusing of the
hasNext()andnext()calls: Scala's iterator allows users to callhasNext()without immediately advancing the iterator to consume the next row, whereas RowIterator combines these calls into a single advanceNext() method.
Value Members
- object RowIterator