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

Method Write

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

Source from the content-addressed store, hash-verified

28// So, we don't expect the write operations to fail.
29type BinWriter interface {
30 Write([]byte) (int, error)
31 WriteByte(byte) error
32}
33

Callers 9

ShowMethod · 0.80
MyprintfMethod · 0.80
EncodeSqlMethod · 0.80
EncodeAsciiMethod · 0.80
encodeSqlMethod · 0.80
encodeAsciiMethod · 0.80
encodeSqlMethod · 0.80
encodeAsciiMethod · 0.80
encodeAsciiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected