MCPcopy
hub / github.com/gocraft/dbr / iteratorInternals

Struct iteratorInternals

iterator.go:132–136  ·  view source on GitHub ↗

iteratorInternals is the Iterator implementation (hidden)

Source from the content-addressed store, hash-verified

130
131// iteratorInternals is the Iterator implementation (hidden)
132type iteratorInternals struct {
133 rows *sql.Rows
134 recordMeta *recordMeta
135 columns []string
136}
137
138// Next prepares the next result row for reading with the Scan method.
139// It returns false is case of error or if there are not more data to fetch.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected