MCPcopy
hub / github.com/dropbox/godropbox / IsNullable

Method IsNullable

database/binlog/field_descriptor.go:21–21  ·  view source on GitHub ↗

IsNullable returns whether or not the field is nullable.

()

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls