Packages

package result

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class QueryResultFetchIterator extends FetchIterator[Row] with Logging
  2. case class ResultSet(resultKind: ResultKind, columns: List[Column], data: FetchIterator[Row], changeFlags: Option[List[Boolean]]) extends Product with Serializable

Value Members

  1. object Constants
  2. object ResultSet extends Serializable

    A set of one statement execution result containing result kind, columns, rows of data and change flags for streaming mode.

  3. object ResultSetUtil

    Utility object for building ResultSet.

Ungrouped