MCPcopy Index your code
hub / github.com/modelcontextprotocol/registry / QueryRow

Method QueryRow

internal/database/postgres.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

27 Exec(ctx context.Context, sql string, arguments ...any) (pgconn.CommandTag, error)
28 Query(ctx context.Context, sql string, args ...any) (pgx.Rows, error)
29 QueryRow(ctx context.Context, sql string, args ...any) pgx.Row
30}
31
32// getExecutor returns the appropriate executor (transaction or pool)

Callers 9

ensureTemplateDBFunction · 0.80
GetServerByNameMethod · 0.80
UpdateServerMethod · 0.80
SetServerStatusMethod · 0.80
CountServerVersionsMethod · 0.80
CheckVersionExistsMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected