Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:354–356 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
352
type
Gt Lt
353
354
func
(gt Gt) ToSql() (sql string, args []
interface
{}, err error) {
355
return
Lt(gt).toSql(true, false)
356
}
357
358
// GtOrEq is syntactic sugar for use with Where/Having/Set methods.
359
// Ex:
Callers
1
TestGtToSql
Function · 0.95
Calls
2
Lt
TypeAlias · 0.85
toSql
Method · 0.45
Tested by
1
TestGtToSql
Function · 0.76