MCPcopy
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
147func (rows *baseRows) FieldDescriptions() []pgconn.FieldDescription {
148 return rows.resultReader.FieldDescriptions()
149}
150
151func (rows *baseRows) Close() {
152 if rows.closed {

Callers 2

ScanMethod · 0.95
ValuesMethod · 0.95

Calls 1

FieldDescriptionsMethod · 0.65

Tested by

no test coverage detected