QueryExecutionResultResponse

data class QueryExecutionResultResponse(val queryText: String? = null, val sourceResult: ExecutionStatisticsResponse? = null, val statementsInBatch: Double? = null, val targetResult: ExecutionStatisticsResponse? = null)

Describes query analysis results for execution in source and target

Constructors

Link copied to clipboard
constructor(queryText: String? = null, sourceResult: ExecutionStatisticsResponse? = null, statementsInBatch: Double? = null, targetResult: ExecutionStatisticsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val queryText: String? = null

Query text retrieved from the source server

Link copied to clipboard

Query analysis result from the source

Link copied to clipboard

Total no. of statements in the batch

Link copied to clipboard

Query analysis result from the target