type github.com/jackc/pgx/v5/pgproto3.RowDescription
16 uses
github.com/jackc/pgx/v5/pgproto3 (current package)
frontend.go#L53: rowDescription RowDescription
row_description.go#L49: type RowDescription struct {
row_description.go#L54: func (*RowDescription) Backend() {}
row_description.go#L58: func (dst *RowDescription) Decode(src []byte) error {
row_description.go#L103: func (src *RowDescription) Encode(dst []byte) ([]byte, error) {
row_description.go#L126: func (src RowDescription) MarshalJSON() ([]byte, error) {
row_description.go#L137: func (dst *RowDescription) UnmarshalJSON(data []byte) error {
trace.go#L114: case *RowDescription:
trace.go#L338: func (t *tracer) traceRowDescription(sender byte, encodedLen int32, msg *RowDescription) {
github.com/jackc/pgx/v5/pgconn
pgconn.go#L922: func convertRowDescription(dst []FieldDescription, rd *pgproto3.RowDescription) {
pgconn.go#L994: case *pgproto3.RowDescription:
pgconn.go#L1659: case *pgproto3.RowDescription:
pgconn.go#L1841: case *pgproto3.RowDescription:
pgconn.go#L1890: case *pgproto3.RowDescription:
pgconn.go#L2659: case *pgproto3.RowDescription:
pgconn.go#L2837: case *pgproto3.RowDescription:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)