Searched defs:driverResult (Results 1 – 1 of 1) sorted by relevance
3540 type driverResult struct { struct3541 sync.Locker // the *driverConn3542 resi driver.Result3545 func (dr driverResult) LastInsertId() (int64, error) {3551 func (dr driverResult) RowsAffected() (int64, error) {