React native nitro sqliteInterfaces
API Reference / react-native-nitro-sqlite / BatchQueryCommand
Interface: BatchQueryCommand
TypeScriptSource files: TypeScript
One command in a batch. A nested params array repeats the query for each parameter set.
Properties
params?
optionalparams?: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.