type database/sql/driver.RowsAffected
9 uses
database/sql/driver (current package)
driver.go#L517: type RowsAffected int64
driver.go#L519: var _ Result = RowsAffected(0)
driver.go#L521: func (RowsAffected) LastInsertId() (int64, error) {
driver.go#L525: func (v RowsAffected) RowsAffected() (int64, error) {
github.com/jackc/pgx/v4/stdlib
sql.go#L339: return driver.RowsAffected(commandTag.RowsAffected()), err
github.com/lib/pq
conn.go#L1356: return driver.RowsAffected(0), commandTag
conn.go#L1363: return driver.RowsAffected(n), commandTag
copy.go#L232: return driver.RowsAffected(0), ci.Close()
copy.go#L251: return driver.RowsAffected(0), nil
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |