MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / RowsAffected

Method RowsAffected

client/result.go:30–32  ·  view source on GitHub ↗

RowsAffected return how many rows affected.

()

Source from the content-addressed store, hash-verified

28
29// RowsAffected return how many rows affected.
30func (r *execResult) RowsAffected() (int64, error) {
31 return r.affectedRows, nil
32}

Callers 7

TestExecResultFunction · 0.95
TestTransactionFunction · 0.45
ExecMethod · 0.45
ExecMethod · 0.45
CommitMethod · 0.45
ExecMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestExecResultFunction · 0.76
TestTransactionFunction · 0.36