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

Method PushBackStatementData

pgconn/pgconn.go:2372–2375  ·  view source on GitHub ↗
(sd *StatementDescription, resultFormats []int16)

Source from the content-addressed store, hash-verified

2370}
2371
2372func (s *pipelineState) PushBackStatementData(sd *StatementDescription, resultFormats []int16) {
2373 s.statementDescriptionsQueue.PushBack(sd)
2374 s.resultFormatsQueue.PushBack(resultFormats)
2375}
2376
2377func (s *pipelineState) ExtractFrontStatementData() (*StatementDescription, []int16) {
2378 sdElem := s.statementDescriptionsQueue.Front()

Callers 1

SendQueryStatementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected