MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / IntegerValue

Struct IntegerValue

engine/generic_value.go:28–30  ·  view source on GitHub ↗

IntegerValue - Implementation of ValueInterface that is containing integer values

Source from the content-addressed store, hash-verified

26
27// IntegerValue - Implementation of ValueInterface that is containing integer values
28type IntegerValue struct {
29 Value int
30}
31
32// StringValue - Implementation of ValueInterface that is containing string values
33type StringValue struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected