MCPcopy Index your code
hub / github.com/upper/db / Exec

Method Exec

internal/sqlbuilder/insert.go:153–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (ins *inserter) Exec() (sql.Result, error) {
154 return ins.ExecContext(ins.SQL().sess.Context())
155}
156
157func (ins *inserter) ExecContext(ctx context.Context) (sql.Result, error) {
158 iq, err := ins.build()

Callers

nothing calls this directly

Calls 3

ExecContextMethod · 0.95
SQLMethod · 0.95
ContextMethod · 0.65

Tested by

no test coverage detected