Generates SQL command for INSERT INTO using an array of values.
table name
row objects {column: value}
{column: value}
options {pk}
{pk}
string to accumulate to (internal use)
SQL command to insert into the table
Generated using TypeDoc
Generates SQL command for INSERT INTO using an array of values.