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

Struct StringValue

engine/generic_value.go:33–35  ·  view source on GitHub ↗

StringValue - Implementation of ValueInterface that is containing string values

Source from the content-addressed store, hash-verified

31
32// StringValue - Implementation of ValueInterface that is containing string values
33type StringValue struct {
34 Value string
35}
36
37// NullValue - Implementation of ValueInterface that is containing null
38type NullValue struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected