MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / QueryRow

Method QueryRow

plugins/destination/postgresql/client/client.go:36–36  ·  view source on GitHub ↗
(ctx context.Context, query string, args ...any)

Source from the content-addressed store, hash-verified

34 Exec(ctx context.Context, query string, args ...any) (pgconn.CommandTag, error)
35 Query(ctx context.Context, query string, args ...any) (pgx.Rows, error)
36 QueryRow(ctx context.Context, query string, args ...any) pgx.Row
37 SendBatch(ctx context.Context, b *pgx.Batch) pgx.BatchResults
38}
39

Callers 6

isPostgresDBFunction · 0.65
getPKNameMethod · 0.65
currentDatabaseFunction · 0.65
currentSchemaFunction · 0.65
getPgTypeMethod · 0.65
retryQueryRowAndScanFunction · 0.65

Implementers 1

MockDBPoolplugins/destination/postgresql/client/

Calls

no outgoing calls

Tested by 1

isPostgresDBFunction · 0.52