MCPcopy
hub / github.com/jackc/pgx / FieldDescriptions

Method FieldDescriptions

rows.go:42–42  ·  view source on GitHub ↗

FieldDescriptions returns the field descriptions of the columns. It may return nil. In particular this can occur when there was an error executing the query.

()

Source from the content-addressed store, hash-verified

40 // FieldDescriptions returns the field descriptions of the columns. It may return nil. In particular this can occur
41 // when there was an error executing the query.
42 FieldDescriptions() []pgconn.FieldDescription
43
44 // Next prepares the next row for reading. It returns true if there is another row and false if no more rows are
45 // available or a fatal error has occurred. It automatically closes rows upon returning false (whether due to all rows

Callers 15

FieldDescriptionsMethod · 0.65
ScanRowMethod · 0.65
ScanRowMethod · 0.65
TestScanRowFunction · 0.65
TestQueryWithEmptyQueryFunction · 0.65
ColumnsMethod · 0.65
ColumnTypeLengthMethod · 0.65
ColumnTypeScanTypeMethod · 0.65
NextMethod · 0.65

Implementers 3

baseRowsrows.go
errRowspgxpool/rows.go
poolRowspgxpool/rows.go

Calls

no outgoing calls