Skip to content

Proposal: Add Scan method on cursor implementation #13

@scritchley

Description

@scritchley

Similar to the database/sql method. Scan should copy the columns in the current row into the values pointed at by dest. The number of values in dest must be the same as the number of columns in Rows.
func (c *Cursor) Scan(dest ...interface{}) error

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions