MCPcopy
hub / github.com/sqldef/sqldef / SQLVal

Struct SQLVal

parser/node.go:2167–2170  ·  view source on GitHub ↗

SQLVal represents a single value.

Source from the content-addressed store, hash-verified

2165
2166// SQLVal represents a single value.
2167type SQLVal struct {
2168 Type ValType
2169 Val string
2170}
2171
2172// NewStrVal builds a new StrVal.
2173func NewStrVal(in string) *SQLVal {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected