MCPcopy Create free account
hub / github.com/kataras/iris / Scan

Method Scan

_examples/database/mysql/sql/sql.go:39–39  ·  view source on GitHub ↗
(*sql.Rows)

Source from the content-addressed store, hash-verified

37// Scannable for go structs to bind their fields.
38type Scannable interface {
39 Scan(*sql.Rows) error
40}

Callers 11

SelectMethod · 0.65
GetMethod · 0.65
ScanMethod · 0.65
ScanMethod · 0.65
ScanMethod · 0.65
ScanMethod · 0.65
insertEventFunction · 0.65
mainFunction · 0.65
getKeysMethod · 0.65
bindSingleMethod · 0.65

Implementers 2

Category_examples/database/mysql/entity/catego
Product_examples/database/mysql/entity/produc

Calls

no outgoing calls

Tested by

no test coverage detected