MCPcopy Index your code
hub / github.com/riverqueue/river / QueryRow

Method QueryRow

riverdriver/river_driver_interface.go:286–286  ·  view source on GitHub ↗
(ctx context.Context, sql string, args ...any)

Source from the content-addressed store, hash-verified

284 QueueResume(ctx context.Context, params *QueueResumeParams) error
285 QueueUpdate(ctx context.Context, params *QueueUpdateParams) (*rivertype.Queue, error)
286 QueryRow(ctx context.Context, sql string, args ...any) Row
287
288 SchemaCreate(ctx context.Context, params *SchemaCreateParams) error
289 SchemaDrop(ctx context.Context, params *SchemaDropParams) error

Callers 6

WorkMethod · 0.65
WorkMethod · 0.65
TestSharedTxFunction · 0.65
QueryRowMethod · 0.65
QueryRowMethod · 0.65

Implementers 3

Executorriverdriver/riverpgxv5/river_pgx_v5_dr
Executorriverdriver/riverdatabasesql/river_dat
Executorriverdriver/riversqlite/river_sqlite_d

Calls

no outgoing calls

Tested by 4

WorkMethod · 0.52
WorkMethod · 0.52
TestSharedTxFunction · 0.52