React native nitro sqliteInterfaces
API Reference / react-native-nitro-sqlite / BatchQueryResult
Interface: BatchQueryResult
TypeScriptSource files: TypeScript
Result of a committed SQL batch. Errors are thrown rather than returned here.
Extended by
Properties
rowsAffected?
optionalrowsAffected?:number
Defined in: types.ts:211
Total number of rows changed by the batch.