RunResult

RunResult = ({int changes, int lastInsertRowid})

Result of a statement run operation.

Implementation

typedef RunResult = ({int changes, int lastInsertRowid});