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

Method Close

pgxpool/rows.go:34–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34func (rows *poolRows) Close() {
35 rows.r.Close()
36 if rows.c != nil {
37 rows.c.Release()
38 rows.c = nil
39 }
40}
41
42func (rows *poolRows) Err() error {
43 if rows.err != nil {

Callers 3

NextMethod · 0.95
ScanMethod · 0.95
ValuesMethod · 0.95

Calls 2

ReleaseMethod · 0.80
CloseMethod · 0.65

Tested by

no test coverage detected