MCPcopy
hub / github.com/Masterminds/squirrel / Scan

Method Scan

row.go:7–7  ·  view source on GitHub ↗
(...interface{})

Source from the content-addressed store, hash-verified

5// Scan behaves like database/sql.Row.Scan.
6type RowScanner interface {
7 Scan(...interface{}) error
8}
9
10// Row wraps database/sql.Row to let squirrel return new errors on Scan.

Callers 15

ScanContextMethod · 0.65
ScanContextMethod · 0.65
ScanMethod · 0.65
TestWithToSqlErrFunction · 0.65
ScanMethod · 0.65
TestNullTypeStringFunction · 0.65
TestNullTypeInt64Function · 0.65
TestSelectBuilderRunnersFunction · 0.65

Implementers 2

Rowrow.go
RowStubrow_test.go

Calls

no outgoing calls

Tested by 9

TestWithToSqlErrFunction · 0.52
TestNullTypeStringFunction · 0.52
TestNullTypeInt64Function · 0.52
TestSelectBuilderRunnersFunction · 0.52
assertValsFunction · 0.52