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

Method ExecContext

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

Source from the content-addressed store, hash-verified

12
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

Callers 15

TestExpandMySQLFunction · 0.65
PlaceholderMethod · 0.65
PlaceholderMethod · 0.65
CreateNoticeMethod · 0.65
MarkNoticeDoneMethod · 0.65
PlaceholderMethod · 0.65
SetAuthorMethod · 0.65
SchemaScopedUpdateMethod · 0.65
SchemaScopedUpdateMethod · 0.65
InsertVectorMethod · 0.65
SchemaScopedDeleteMethod · 0.65
SchemaScopedDeleteMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestExpandMySQLFunction · 0.52