Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/questdb/questdb
/ Values
Method
Values
compat/src/test/golang/drivers/dbdriver.go:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
type
QueryResult
interface
{
23
Next() bool
24
Values() ([]
interface
{}, error)
25
Err() error
26
Close()
27
RowsAffected() int64
Callers
2
executeQuery
Method · 0.65
Values
Method · 0.65
Implementers
3
PqQueryResult
compat/src/test/golang/drivers/pqdrive
PqExecResult
compat/src/test/golang/drivers/pqdrive
PgxQueryResult
compat/src/test/golang/drivers/pgxdriv
Calls
no outgoing calls
Tested by
no test coverage detected