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