Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dropbox/godropbox
/ SerializeSql
Method
SerializeSql
database/sqlbuilder/expression.go:55–58 ·
view source on GitHub ↗
(out *bytes.Buffer)
Source
from the content-addressed store, hash-verified
53
}
54
55
func
(c literalExpression) SerializeSql(out *bytes.Buffer) error {
56
sqltypes.Value(c.value).EncodeSql(out)
57
return
nil
58
}
59
60
func
serializeClauses(
61
clauses []Clause,
Callers
nothing calls this directly
Calls
2
Value
Struct · 0.92
EncodeSql
Method · 0.80
Tested by
no test coverage detected