MCPcopy
hub / github.com/Masterminds/squirrel / insertData

Struct insertData

insert.go:15–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type insertData struct {
16 PlaceholderFormat PlaceholderFormat
17 RunWith BaseRunner
18 Prefixes []Sqlizer
19 StatementKeyword string
20 Options []string
21 Into string
22 Columns []string
23 Values [][]interface{}
24 Suffixes []Sqlizer
25 Select *SelectBuilder
26}
27
28func (d *insertData) Exec() (sql.Result, error) {
29 if d.RunWith == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected