MCPcopy
hub / github.com/go-sql-driver/mysql / AllRowsAffected

Method AllRowsAffected

result.go:26–26  ·  view source on GitHub ↗

AllRowsAffected returns a slice containing the affected rows for each executed statement.

()

Source from the content-addressed store, hash-verified

24 // AllRowsAffected returns a slice containing the affected rows for each
25 // executed statement.
26 AllRowsAffected() []int64
27 // AllLastInsertIds returns a slice containing the last inserted ID for each
28 // executed statement.
29 AllLastInsertIds() []int64

Callers 1

TestExecMultipleResultsFunction · 0.65

Implementers 1

mysqlResultresult.go

Calls

no outgoing calls

Tested by 1

TestExecMultipleResultsFunction · 0.52