MCPcopy Create free account
hub / github.com/apecloud/myduckserver / PreparedStatementData

Struct PreparedStatementData

pgserver/connection_data.go:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115type PortalData struct {
116 Statement ConvertedStatement
117 IsEmptyQuery bool
118 Fields []pgproto3.FieldDescription
119 ResultFormatCodes []int16
120 Stmt *duckdb.Stmt
121 Vars []any
122 Closed *atomic.Bool
123}
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected