MCPcopy Index your code
hub / github.com/upper/db / Scan

Method Scan

iterator.go:30–30  ·  view source on GitHub ↗

Scan dumps the current result into the given pointer variable pointers.

(dest ...interface{})

Source from the content-addressed store, hash-verified

28
29 // Scan dumps the current result into the given pointer variable pointers.
30 Scan(dest ...interface{}) error
31
32 // NextScan advances the iterator and performs Scan.
33 NextScan(dest ...interface{}) error

Callers 15

fetchResultFunction · 0.65
ScanMethod · 0.65
countMethod · 0.65
CollectionsMethod · 0.65
LookupNameMethod · 0.65
TableExistsMethod · 0.65
PrimaryKeysMethod · 0.65
testPostgreSQLTypesFunction · 0.65
getStatsFunction · 0.65

Implementers 1

iteratorinternal/sqlbuilder/builder.go

Calls

no outgoing calls

Tested by 10

testPostgreSQLTypesFunction · 0.52
getStatsFunction · 0.52
getStatsFunction · 0.52
testPostgreSQLTypesFunction · 0.52