MCPcopy Index your code
hub / github.com/upper/db / iterator

Struct iterator

internal/sqlbuilder/builder.go:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66type iterator struct {
67 sess exprDB
68 cursor *sql.Rows // This is the main query cursor. It starts as a nil value.
69 err error
70}
71
72type fieldValue struct {
73 fields []string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected