Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:284–286 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
282
type
NotILike Like
283
284
func
(nilk NotILike) ToSql() (sql string, args []
interface
{}, err error) {
285
return
Like(nilk).toSql(
"NOT ILIKE"
)
286
}
287
288
// Lt is syntactic sugar for use with Where/Having/Set methods.
289
// Ex:
Callers
1
TestNotILikeToSql
Function · 0.95
Calls
2
Like
TypeAlias · 0.85
toSql
Method · 0.45
Tested by
1
TestNotILikeToSql
Function · 0.76