MCPcopy Create free account
hub / github.com/dinedal/textql / String

TypeAlias String

sqlparser/sqltypes/sqltypes.go:47–47  ·  view source on GitHub ↗

String represents any SQL type that needs to be represented using quotes.

Source from the content-addressed store, hash-verified

45
46// String represents any SQL type that needs to be represented using quotes.
47type String []byte
48
49// MakeNumeric makes a Numeric from a []byte without validation.
50func MakeNumeric(b []byte) Value {

Callers 5

MakeStringFunction · 0.70
BuildValueFunction · 0.70
initFunction · 0.70
TestStringFunction · 0.70
TestBuildValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected