Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
type
NotEq Eq
217
218
func
(neq NotEq) ToSql() (sql string, args []
interface
{}, err error) {
219
return
Eq(neq).toSQL(true)
220
}
221
222
// Like is syntactic sugar for use with LIKE conditions.
223
// Ex:
Callers
5
TestNotEqToSql
Function · 0.95
TestEqNotInToSql
Function · 0.95
TestNotEqInEmptyToSql
Function · 0.95
TestNilPointer
Function · 0.95
TestNotNilPointer
Function · 0.95
Calls
2
Eq
TypeAlias · 0.85
toSQL
Method · 0.80
Tested by
5
TestNotEqToSql
Function · 0.76
TestEqNotInToSql
Function · 0.76
TestNotEqInEmptyToSql
Function · 0.76
TestNilPointer
Function · 0.76
TestNotNilPointer
Function · 0.76