Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:393–395 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
391
type
And conj
392
393
func
(a And) ToSql() (string, []
interface
{}, error) {
394
return
conj(a).join(
" AND "
, sqlTrue)
395
}
396
397
// Or conjunction Sqlizers
398
type
Or conj
Callers
nothing calls this directly
Calls
2
conj
TypeAlias · 0.85
join
Method · 0.80
Tested by
no test coverage detected