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

Struct PortalData

pgserver/connection_data.go:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 rawOptions string
104
105 // dataLoader is the implementation of DataLoader that is used to load each individual CopyData chunk into the
106 // target table.
107 dataLoader DataLoader
108 // copyErr stores any error that was returned while processing a CopyData message and loading a chunk of data
109 // to the target table. The server needs to keep track of any errors that were encountered while processing chunks
110 // so that it can avoid sending a CommandComplete message if an error was encountered after the client already
111 // sent a CopyDone message to the server.
112 copyErr error
113}
114
115type PortalData struct {
116 Statement ConvertedStatement

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected