Lines Matching refs:columns
1637 rs.lastcols = make([]driver.Value, len(rs.rowsi.Columns()))
1656 // Columns returns the column names.
1657 // Columns returns an error if the rows are closed, or if the rows
1659 func (rs *Rows) Columns() ([]string, error) {
1666 return rs.rowsi.Columns(), nil
1669 // Scan copies the columns in the current row into the values pointed
1728 // Scan copies the columns from the matched row into the values