MCPcopy
hub / github.com/sqlc-dev/sqlc / PrepareContext

Method PrepareContext

examples/ondeck/sqlite/db.go:15–15  ·  view source on GitHub ↗
(context.Context, string)

Source from the content-addressed store, hash-verified

13type DBTX interface {
14 ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
15 PrepareContext(context.Context, string) (*sql.Stmt, error)
16 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
17 QueryRowContext(context.Context, string, ...interface{}) *sql.Row
18}

Callers 8

PrepareFunction · 0.65
PrepareFunction · 0.65
PrepareFunction · 0.65
VerifyFunction · 0.65
PrepareMethod · 0.65
PrepareFunction · 0.65
PrepareFunction · 0.65
PrepareFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected