Versions in this module Expand all Collapse all v0 v0.0.3 Dec 25, 2022 v0.0.2 Dec 25, 2022 Changes in this version + type Column struct + Name string + Type types.Column + type Columns []Column + func (c Columns) Validate() error + type Row struct + ColumnTypes Columns + Op errors.Op + Replace bool + Values value.Values + func (r *Row) ColumnNames() []string + func (r *Row) Columns(ptrs ...interface{}) error + func (r *Row) ExtractValues(ptrs ...interface{}) error + func (r *Row) Size() int + func (r *Row) String() string + func (r *Row) ToStruct(p interface{}) error + type Rows []*Row