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

Struct insertStatementImpl

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

Source from the content-addressed store, hash-verified

487}
488
489type insertStatementImpl struct {
490 table WritableTable
491 columns []NonAliasColumn
492 rows [][]Expression
493 onDuplicateKeyUpdates []columnAssignment
494 comment string
495 ignore bool
496}
497
498func (s *insertStatementImpl) Add(
499 row ...Expression) InsertStatement {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected