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

Struct Close

pgproto3/close.go:9–12  ·  pgproto3/close.go::Close

Source from the content-addressed store, hash-verified

7)
8
9type Close struct {
10 ObjectType byte // 'S' = prepared statement, 'P' = portal
11 Name string
12}
13
14// Frontend identifies this message as sendable by a PostgreSQL frontend.
15func (*Close) Frontend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected