orc icon indicating copy to clipboard operation
orc copied to clipboard

Proposal: Add Scan method on cursor implementation

Open scritchley opened this issue 8 years ago • 0 comments

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

scritchley avatar Jun 02 '17 08:06 scritchley