type github.com/lib/pq.noRows

5 uses

	github.com/lib/pq (current package)
		conn.go#L695: type noRows struct{}
		conn.go#L697: var emptyRows noRows
		conn.go#L699: var _ driver.Result = noRows{}
		conn.go#L701: func (noRows) LastInsertId() (int64, error) {
		conn.go#L705: func (noRows) RowsAffected() (int64, error) {