SqlAndValues: {
    sql: string;
    valList: any[];
}

return type of buildInsertSql() wraps the INSERT sql string and the values to insert

Type declaration

  • sql: string
  • valList: any[]

Generated using TypeDoc