IsNullable returns whether or not the field is nullable.
()
| 19 | |
| 20 | // IsNullable returns whether or not the field is nullable. |
| 21 | IsNullable() bool |
| 22 | |
| 23 | // ParseValue extracts a single mysql value from the data array. The value |
| 24 | // must an uint64 for int fields (NOTE that sign is uninterpreted), double |
no outgoing calls