database/sql.Rows.Next (method)
8 uses
database/sql (current package)
sql.go#L2840: func (rs *Rows) Next() bool {
sql.go#L3231: if !r.rows.Next() {
github.com/golang-migrate/migrate/v4/database/postgres
postgres.go#L316: for tables.Next() {
golang.org/x/pkgsite/internal/database
database.go#L155: for rows.Next() {
golang.org/x/pkgsite/internal/postgres
licenses.go#L109: for rows.Next() {
search.go#L806: for rows.Next() {
versionstate.go#L285: for rows.Next() {
golang.org/x/pkgsite/internal/testing/dbtest
dbtest.go#L130: if rows.Next() {
![]() |
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. |