NitroSQLite
React native nitro sqliteInterfaces

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

Interface: BatchQueryCommand

Declaration: TypeScript · View source on GitHub

One command in a batch. A nested params array repeats the query for each parameter set.

Properties

params?

optional params?: SQLiteQueryParams | SQLiteQueryParams[]

Defined in: types.ts:148

One parameter set, or several sets for repeated execution.


query

query: string

Defined in: types.ts:146

SQL statement to execute.