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

Method QueryRowContext

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

Source from the content-addressed store, hash-verified

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}
19
20func New(db DBTX) *Queries {

Callers 15

SelectStaticMethod · 0.65
GetAccountByNameMethod · 0.65
WithAsMethod · 0.65
WithoutAsMethod · 0.65
WithAsMethod · 0.65
WithoutAsMethod · 0.65
WithAsMethod · 0.65
WithoutAsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected