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

Method Next

copy_from.go:99–99  ·  view source on GitHub ↗

Next returns true if there is another row and makes the next row data available to Values(). When there are no more rows available or an error has occurred it returns false.

()

Source from the content-addressed store, hash-verified

97 // available to Values(). When there are no more rows available or an error
98 // has occurred it returns false.
99 Next() bool
100
101 // Values returns the values for the current row.
102 Values() ([]any, error)

Callers 1

buildCopyBufMethod · 0.65

Implementers 11

baseRowsrows.go
copyFromRowscopy_from.go
copyFromSlicecopy_from.go
copyFromFunccopy_from.go
clientFailSourcecopy_from_test.go
failSourcecopy_from_test.go
slowFailRaceSourcecopy_from_test.go
clientFinalErrSourcecopy_from_test.go
errRowspgxpool/rows.go
poolRowspgxpool/rows.go

Calls

no outgoing calls

Tested by

no test coverage detected