Versions in this module Expand all Collapse all v1 v1.0.1 Nov 7, 2023 v1.0.0 Oct 10, 2023 Changes in this version + func ScanRows(rs *glittertypes.ResultSet, dest interface{}) error + type Rows struct + func (rows *Rows) Close() error + func (rows *Rows) Columns() ([]string, error) + func (rows *Rows) Err() error + func (rows *Rows) Next() bool + func (rows *Rows) Scan(dest ...interface{}) error