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

Struct Query

pgproto3/query.go:8–10  ·  pgproto3/query.go::Query

Source from the content-addressed store, hash-verified

6)
7
8type Query struct {
9 String string
10}
11
12// Frontend identifies this message as sendable by a PostgreSQL frontend.
13func (*Query) Frontend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected