Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
29
type
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
EncodeValue
Function · 0.80
encodeAsIN
Method · 0.80
encodeAsEquality
Method · 0.80
scanIdentifier
Method · 0.80
scanLiteralIdentifier
Method · 0.80
scanBindVar
Method · 0.80
scanNumber
Method · 0.80
scanString
Method · 0.80
ConsumeNext
Method · 0.80
Myprintf
Method · 0.80
writebyte
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected