Function insertInto

  • Generates SQL command for INSERT INTO using an array of values.

    Parameters

    • table: string

      table name

    • rows: RowData[]

      row objects {column: value}

    • opt: InsertIntoOptions = {}

      options {pk}

    • acc: string = ''

      string to accumulate to (internal use)

    Returns string

    SQL command to insert into the table

Generated using TypeDoc