MCPcopy
hub / github.com/go-sql-driver/mysql / Binary

Method Binary

driver_test.go:819–825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

817}
818
819func (t timeMode) Binary() bool {
820 switch t {
821 case binaryString, binaryTime:
822 return true
823 }
824 return false
825}
826
827const (
828 binaryString timeMode = iota

Callers 2

genQueryMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected