Add a row of values to the insert statement.
(row ...Expression)
| 34 | |
| 35 | // Add a row of values to the insert statement. |
| 36 | Add(row ...Expression) InsertStatement |
| 37 | AddOnDuplicateKeyUpdate(col NonAliasColumn, expr Expression) InsertStatement |
| 38 | Comment(comment string) InsertStatement |
| 39 | IgnoreDuplicates(ignore bool) InsertStatement |
no outgoing calls