AllRowsAffected returns a slice containing the affected rows for each executed statement.
()
| 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 |
no outgoing calls