MCPcopy
hub / github.com/go-gorp/gorp / ExecContext

Method ExecContext

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

Source from the content-addressed store, hash-verified

184 QueryRow(query string, args ...interface{}) *sql.Row
185 Query(query string, args ...interface{}) (*sql.Rows, error)
186 ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error)
187 PrepareContext(ctx context.Context, query string) (*sql.Stmt, error)
188 QueryRowContext(ctx context.Context, query string, args ...interface{}) *sql.Row
189 QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error)

Callers 1

execFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected