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) {
![]() |
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. |