()
| 207 | // InnerValue defines methods that need to be supported by all non-null value types. |
| 208 | type InnerValue interface { |
| 209 | raw() []byte |
| 210 | encodeSql(encoding2.BinaryWriter) |
| 211 | encodeAscii(encoding2.BinaryWriter) |
| 212 | MarshalBinary() ([]byte, error) |