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

Struct NullValue

engine/generic_value.go:38–39  ·  view source on GitHub ↗

NullValue - Implementation of ValueInterface that is containing null

Source from the content-addressed store, hash-verified

36
37// NullValue - Implementation of ValueInterface that is containing null
38type NullValue struct {
39}
40
41// HandleValue - Function to take an instance of ValueInterface and cast to a specific implementation
42func CastValueInterface(v ValueInterface) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected