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

Method Encode

pgproto3/pgproto3.go:23–23  ·  view source on GitHub ↗

Encode appends itself to dst and returns the new buffer.

(dst []byte)

Source from the content-addressed store, hash-verified

21
22 // Encode appends itself to dst and returns the new buffer.
23 Encode(dst []byte) ([]byte, error)
24}
25
26// FrontendMessage is a message sent by the frontend (i.e. the client).

Callers 14

SendMethod · 0.65
SendBindMethod · 0.65
SendParseMethod · 0.65
SendCloseMethod · 0.65
SendDescribeMethod · 0.65
SendExecuteMethod · 0.65
SendSyncMethod · 0.65
SendQueryMethod · 0.65
SendMethod · 0.65
TestCancelRequestEncodeFunction · 0.65

Implementers 15

CancelRequestpgproto3/cancel_request.go
Querypgproto3/query.go
ErrorResponsepgproto3/error_response.go
ParameterDescriptionpgproto3/parameter_description.go
Closepgproto3/close.go
StartupMessagepgproto3/startup_message.go
CopyOutResponsepgproto3/copy_out_response.go
ParseCompletepgproto3/parse_complete.go
RowDescriptionpgproto3/row_description.go
BindCompletepgproto3/bind_complete.go
DataRowpgproto3/data_row.go
NegotiateProtocolVersionpgproto3/negotiate_protocol_version.go

Calls

no outgoing calls