MCPcopy
hub / github.com/questdb/questdb / Values

Method Values

compat/src/test/golang/drivers/pgxdriver.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (r *PgxQueryResult) Values() ([]interface{}, error) {
94 return r.rows.Values()
95}
96
97func (r *PgxQueryResult) Err() error {
98 return r.rows.Err()

Callers

nothing calls this directly

Calls 1

ValuesMethod · 0.65

Tested by

no test coverage detected