MCPcopy
hub / github.com/jmoiron/sqlx / Close

Method Close

sqlx.go:862–862  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

860
861type rowsi interface {
862 Close() error
863 Columns() ([]string, error)
864 Err() error
865 Next() bool

Callers 15

ScanMethod · 0.65
ConnectFunction · 0.65
SelectFunction · 0.65
scanAnyMethod · 0.65
SelectContextFunction · 0.65
SelectContextMethod · 0.65
CloseMethod · 0.65
SelectMethod · 0.65
TestMissingNamesFunction · 0.65
TestEmbeddedStructsFunction · 0.65

Calls

no outgoing calls

Tested by 5

TestMissingNamesFunction · 0.52
TestEmbeddedStructsFunction · 0.52
TestConnFunction · 0.52