- url
- The URL of the table to insert into.
- values
- The initial values for the newly inserted rows. The key is the column name for the field. Passing null will create an empty row.
Documentation for this section has not yet been entered.
Inserts multiple rows into a table at the given URL. This function make no guarantees about the atomicity of the insertions.