Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
case.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(b *sqlizerBuffer) ToSql() (string, []
interface
{}, error) {
42
return
b.String(), b.args, b.err
43
}
44
45
// whenPart is a helper structure to describe SQLs "WHEN ... THEN ..." expression
46
type
whenPart
struct
{
Callers
1
ToSql
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected