MCPcopy
hub / github.com/jmoiron/sqlx / ExecContext

Method ExecContext

sqlx_context.go:413–415  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...interface{})

Source from the content-addressed store, hash-verified

411}
412
413func (q *qStmt) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) {
414 return q.Stmt.ExecContext(ctx, args...)
415}

Callers

nothing calls this directly

Calls 1

ExecContextMethod · 0.65

Tested by

no test coverage detected