Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jackc/pgx
/ FieldDescriptions
Method
FieldDescriptions
rows.go:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
func
(rows *baseRows) FieldDescriptions() []pgconn.FieldDescription {
148
return
rows.resultReader.FieldDescriptions()
149
}
150
151
func
(rows *baseRows) Close() {
152
if
rows.closed {
Callers
2
Scan
Method · 0.95
Values
Method · 0.95
Calls
1
FieldDescriptions
Method · 0.65
Tested by
no test coverage detected