Cell data is the result of a single (atomic) column in a single row
| 35 | |
| 36 | // Cell data is the result of a single (atomic) column in a single row |
| 37 | type CellData gosql.NullString |
| 38 | |
| 39 | func (this *CellData) MarshalJSON() ([]byte, error) { |
| 40 | if this.Valid { |