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

Method Prepare

internal/cmd/vet.go:170–170  ·  view source on GitHub ↗
(context.Context, string, string)

Source from the content-addressed store, hash-verified

168
169type preparer interface {
170 Prepare(context.Context, string, string) error
171}
172
173type pgxConn struct {

Callers 9

checkSQLMethod · 0.95
AnalyzeMethod · 0.65
GetColumnNamesMethod · 0.65
AnalyzeMethod · 0.65
GetColumnNamesMethod · 0.65
IntrospectSchemaMethod · 0.65
GetColumnNamesMethod · 0.65
GetColumnNamesMethod · 0.65
PrepareMethod · 0.65

Implementers 2

pgxConninternal/cmd/vet.go
dbPreparerinternal/cmd/vet.go

Calls

no outgoing calls

Tested by 2

GetColumnNamesMethod · 0.52
GetColumnNamesMethod · 0.52