Scan implements the database/sql Scanner interface
(src interface{})
| 46 | |
| 47 | // Scan implements the database/sql Scanner interface |
| 48 | func (x *XID8) Scan(src interface{}) error { |
| 49 | return (*pguint64)(x).Scan(src) |
| 50 | } |
| 51 | |
| 52 | // Value implements the database/sql/driver Valuer interface |
| 53 | func (x XID8) Value() (driver.Value, error) { |
no outgoing calls
no test coverage detected