Package

com.stratio.crossdata.common

result

Permalink

package result

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorSQLResult(message: String, cause: Option[Throwable] = None) extends SQLResult with Product with Serializable

    Permalink
  2. case class QueryCancelledResponse(id: UUID) extends Response with Product with Serializable

    Permalink
  3. trait Response extends Serializable

    Permalink
  4. trait Result extends AnyRef

    Permalink
  5. case class SQLResponse(id: UUID, sqlResult: Future[SQLResult]) extends Response with Product with Serializable

    Permalink
  6. trait SQLResult extends Result

    Permalink
  7. case class SuccessfulSQLResult(resultSet: Array[Row], schema: StructType) extends SQLResult with Product with Serializable

    Permalink

Value Members

  1. object SQLResponse extends Serializable

    Permalink

Ungrouped