Versions in this module Expand all Collapse all v0 v0.1.0 May 22, 2019 Changes in this version + const ErrColNotFind + const ErrEmptyName + const ErrParseRows + const ErrValueConvert + type ActiveRecord struct + func GetActiveRecord(rows *sql.Rows) (*ActiveRecord, error) + func (rd *ActiveRecord) Format(s fmt.State, verb rune) + func (rd *ActiveRecord) Get(colName string) (string, error) + func (rd *ActiveRecord) GetInt(colName string) (int, error) + func (rd *ActiveRecord) GetInt64(colName string) (int64, error) + func (rd *ActiveRecord) GetString(colName string) (string, error) + type ActiveRecordList []*ActiveRecord + func GetActiveRecordList(rows *sql.Rows) (ActiveRecordList, error) + func (rds ActiveRecordList) Format(s fmt.State, verb rune)