MCPcopy Index your code
hub / github.com/coder/coder / QueryContext

Method QueryContext

coderd/database/db.go:45–45  ·  view source on GitHub ↗
(context.Context, string, ...interface{})

Source from the content-addressed store, hash-verified

43 ExecContext(context.Context, string, ...interface{}) (sql.Result, error)
44 PrepareContext(context.Context, string) (*sql.Stmt, error)
45 QueryContext(context.Context, string, ...interface{}) (*sql.Rows, error)
46 QueryRowContext(context.Context, string, ...interface{}) *sql.Row
47 SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error
48 GetContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error

Calls

no outgoing calls

Tested by 5

TestUsageEventsTriggerFunction · 0.64
TestDriverFunction · 0.64