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

Method Query

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

Source from the content-addressed store, hash-verified

33 Close()
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}

Callers 11

runLoginFunction · 0.65
WriteTableBatchMethod · 0.65
ReadMethod · 0.65
getIndexesForTableFunction · 0.65
ReadMethod · 0.65
listTablesMethod · 0.65
retryGetTableDefinitionsFunction · 0.65
retryReadFunction · 0.65
getTTLSettingFunction · 0.65
getTableInfoMethod · 0.65
ReadMethod · 0.65

Implementers 1

MockDBPoolplugins/destination/postgresql/client/

Calls

no outgoing calls

Tested by 2

getIndexesForTableFunction · 0.52
getTTLSettingFunction · 0.52