MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / pgxConn

Struct pgxConn

internal/cmd/vet.go:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173type pgxConn struct {
174 c *pgx.Conn
175}
176
177func (p *pgxConn) Prepare(ctx context.Context, name, query string) error {
178 _, err := p.c.Prepare(ctx, name, query)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected