MCPcopy Create free account
hub / github.com/Percona-Lab/mysql_random_data_load / Scan

Method Scan

tableparser/tableparser.go:22–25  ·  view source on GitHub ↗

Scan implements the Scanner interface.

(value interface{})

Source from the content-addressed store, hash-verified

20
21// Scan implements the Scanner interface.
22func (nt *NullTime) Scan(value interface{}) error {
23 nt.Time, nt.Valid = value.(time.Time)
24 return nil
25}
26
27// Value implements the driver Valuer interface.
28func (nt NullTime) Value() (driver.Value, error) {

Callers 7

getSamplesFunction · 0.80
GetVersionFunction · 0.80
GetMinorVersionFunction · 0.80
parseMethod · 0.80
getIndexesFunction · 0.80
getConstraintsFunction · 0.80
getTriggersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected