MCPcopy Index your code
hub / github.com/dinedal/textql / WriteByte

Method WriteByte

sqlparser/sqltypes/sqltypes.go:31–31  ·  view source on GitHub ↗
(byte)

Source from the content-addressed store, hash-verified

29type BinWriter interface {
30 Write([]byte) (int, error)
31 WriteByte(byte) error
32}
33
34// Value can store any SQL value. NULL is stored as nil.

Callers 11

EncodeValueFunction · 0.80
encodeAsINMethod · 0.80
encodeAsEqualityMethod · 0.80
scanIdentifierMethod · 0.80
scanLiteralIdentifierMethod · 0.80
scanBindVarMethod · 0.80
scanNumberMethod · 0.80
scanStringMethod · 0.80
ConsumeNextMethod · 0.80
MyprintfMethod · 0.80
writebyteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected