Interface: SqlResult
Defined in: Data/Core/ISql.ts:26
Result of an INSERT, UPDATE, or DELETE operation
Properties
changes
changes:
number
Defined in: Data/Core/ISql.ts:28
Number of rows affected by the operation
lastInsertRowId?
optionallastInsertRowId?:number
Defined in: Data/Core/ISql.ts:30
Last inserted row ID (for INSERT operations)