ExplainResultRow

class ExplainResultRow(val fieldIndex: Map<String, Int>, data: Array<Any?>)

A row of data representing a single record retrieved from a database result set about a statement execution plan.

Parameters

fieldIndex

Mapping of the field names stored on this row to their index positions.

Constructors

Link copied to clipboard
constructor(fieldIndex: Map<String, Int>, data: Array<Any?>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String