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

Interface RowScanner

row.go:6–8  ·  view source on GitHub ↗

RowScanner is the interface that wraps the Scan method. Scan behaves like database/sql.Row.Scan.

Source from the content-addressed store, hash-verified

4//
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.
11type Row struct {

Callers 8

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

Implementers 2

Rowrow.go
RowStubrow_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…