Readonly
_statementReadonly
fnInsert the result of a query into the table. You cannot insert further values if inserting from a query.
When inserting values SIJ automatically determines the columns
of your dataset by traversing all the keys in all the values.
In large datasets this can be a performance issue. values1
only looks at the first value in your dataset to determine
the columns.
Generated using TypeDoc
When inserting values SIJ automatically determines the columns of your dataset by traversing all the keys in all the values. In large datasets this can be a performance issue so you can use
columns
to specify the columns manually and avoid the extra computation.