github.com/jackc/pgtype.Hstore.AssignTo (method)

4 uses

	github.com/jackc/pgtype (current package)
		hstore.go#L61: func (src *Hstore) AssignTo(dst interface{}) error {
		hstore.go#L76: 				return src.AssignTo(nextDst)
		hstore_array.go#L183: 					if err := src.Elements[i].AssignTo(&((*v)[i])); err != nil {
		hstore_array.go#L274: 	if err := src.Elements[index].AssignTo(addr.Interface()); err != nil {