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

Method GetType

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

Source from the content-addressed store, hash-verified

11type ValueInterface interface {
12 ToString() string
13 GetType() SupportedTypes
14 IsEqual(valueInterface ValueInterface) bool
15 isSmallerThan(valueInterface ValueInterface) bool
16 isGreaterThan(valueInterface ValueInterface) bool

Callers 5

aggregateColumnContentFunction · 0.65
ToStringMethod · 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 2

shouldBeEqualFunction · 0.52
shouldNotBeEqualFunction · 0.52