Documentation ¶
Overview ¶
databaseiter defines iterator source/collector that corresponds to std library `database/*`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SqlRows ¶
SqlRows returns an iterator over scanned rows from r. scanner will be called against *sql.Rows after each time *sql.Rows.Next returns true. It must either call *sql.Rows.Scan once per invocation or do nothing and return. If the scan result or *sql.Rows.Err returns a non-nil error, the iterator stops its iteration immediately after yielding the error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.