ResultRow
class ResultRow
A row of data representing a single record retrieved from a database result set.
Constructors
Link copied to clipboard
constructor(fieldIndex: Map<Expression<*>, Int>, data: Array<Any?> = arrayOfNulls<Any?>(fieldIndex.size))
Creates a ResultRow for fieldIndex, with values stored in data.
Properties
Functions
Link copied to clipboard
Whether the given expression has been initialized with a value on this row.