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

Method Prepare

internal/cmd/vet.go:177–180  ·  view source on GitHub ↗
(ctx context.Context, name, query string)

Source from the content-addressed store, hash-verified

175}
176
177func (p *pgxConn) Prepare(ctx context.Context, name, query string) error {
178 _, err := p.c.Prepare(ctx, name, query)
179 return err
180}
181
182// Return a default value for a PostgreSQL column based on its type. Returns nil
183// if the type is unknown.

Callers

nothing calls this directly

Calls 1

PrepareMethod · 0.65

Tested by

no test coverage detected