type github.com/jackc/pgproto3/v2.FieldDescription
15 uses
github.com/jackc/pgproto3/v2 (current package)
row_description.go#L16: type FieldDescription struct {
row_description.go#L27: func (fd FieldDescription) MarshalJSON() ([]byte, error) {
row_description.go#L48: Fields []FieldDescription
row_description.go#L67: var fd FieldDescription
row_description.go#L129: Fields []FieldDescription
github.com/jackc/pgconn
pgconn.go#L734: Fields []pgproto3.FieldDescription
pgconn.go#L783: psd.Fields = make([]pgproto3.FieldDescription, len(msg.Fields))
pgconn.go#L1394: fieldDescriptions []pgproto3.FieldDescription
pgconn.go#L1404: FieldDescriptions []pgproto3.FieldDescription
pgconn.go#L1416: br.FieldDescriptions = make([]pgproto3.FieldDescription, len(rr.FieldDescriptions()))
pgconn.go#L1450: func (rr *ResultReader) FieldDescriptions() []pgproto3.FieldDescription {
github.com/jackc/pgx/v4
conn.go#L690: FieldDescriptions() []pgproto3.FieldDescription
rows.go#L35: FieldDescriptions() []pgproto3.FieldDescription
rows.go#L116: func (rows *connRows) FieldDescriptions() []pgproto3.FieldDescription {
rows.go#L327: func ScanRow(connInfo *pgtype.ConnInfo, fieldDescriptions []pgproto3.FieldDescription, values [][]byte, dest ...interface{}) error {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |