| 113 | } |
| 114 | |
| 115 | type 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 |
nothing calls this directly
no outgoing calls
no test coverage detected