react-native-nitro-sqliteInterfaces
API Reference / react-native-nitro-sqlite / BatchQueryCommand
Interface: BatchQueryCommand
One command in a batch. A nested params array repeats the query for each parameter set.
Properties
params?
optionalparams?:SQLiteQueryParams|SQLiteQueryParams[]
One parameter set, or several sets for repeated execution.
query
query:
string
SQL statement to execute.