Documentation
Preparing search index...
@saltcorn/sqlite-mobile
sqlite_capacitor
insertRows
Function insertRows
insertRows
(
tbl
:
string
,
rows
:
Row
[]
,
opts
?:
{
ignoreExisting
?:
boolean
;
noid
?:
boolean
;
replace
?:
boolean
}
,
)
:
Promise
<
void
>
Parameters
tbl
:
string
rows
:
Row
[]
opts
:
{
ignoreExisting
?:
boolean
;
noid
?:
boolean
;
replace
?:
boolean
}
= {}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...