Home | History | Annotate | Download | only in sql

Lines Matching full:rowsaffected

1784 	// RowsAffected returns the number of rows affected by an
1787 RowsAffected() (int64, error)
1801 func (dr driverResult) RowsAffected() (int64, error) {
1804 return dr.resi.RowsAffected()