MCPcopy
hub / github.com/dropbox/godropbox / Add

Method Add

database/sqlbuilder/statement.go:36–36  ·  view source on GitHub ↗

Add a row of values to the insert statement.

(row ...Expression)

Source from the content-addressed store, hash-verified

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

Implementers 1

insertStatementImpldatabase/sqlbuilder/statement.go

Calls

no outgoing calls