Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
Query
struct
{
9
String string
10
}
11
12
// Frontend identifies this message as sendable by a PostgreSQL frontend.
13
func
(*Query) Frontend() {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected