MCPcopy Index your code
hub / github.com/LissaGreense/GO4SQL / ToString

Method ToString

engine/generic_value.go:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10// ValueInterface - Represent all supported types of data that can be inserted into Table
11type ValueInterface interface {
12 ToString() string
13 GetType() SupportedTypes
14 IsEqual(valueInterface ValueInterface) bool
15 isSmallerThan(valueInterface ValueInterface) bool

Callers 10

EvaluateMethod · 0.65
aggregateColumnContentFunction · 0.65
isEqualMethod · 0.65
getDistinctTableMethod · 0.65
ToStringMethod · 0.65
getColumWidthsFunction · 0.65
runTestSuiteMethod · 0.65
areEqualFunction · 0.65
shouldBeEqualFunction · 0.65
shouldNotBeEqualFunction · 0.65

Implementers 3

IntegerValueengine/generic_value.go
StringValueengine/generic_value.go
NullValueengine/generic_value.go

Calls

no outgoing calls

Tested by 3

runTestSuiteMethod · 0.52
shouldBeEqualFunction · 0.52
shouldNotBeEqualFunction · 0.52