NitroSQLite

FileLoadResult

API Reference


API Reference / react-native-nitro-sqlite / FileLoadResult

Interface: FileLoadResult

Result of importing a SQL file in one transaction.

Extends

Properties

commands?

optional commands?: number

Number of non-empty lines executed as SQL commands.


rowsAffected?

optional rowsAffected?: number

Total number of rows changed by the batch.

Inherited from

BatchQueryResult.rowsAffected