Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:266–268 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
264
type
NotLike Like
265
266
func
(nlk NotLike) ToSql() (sql string, args []
interface
{}, err error) {
267
return
Like(nlk).toSql(
"NOT LIKE"
)
268
}
269
270
// ILike is syntactic sugar for use with ILIKE conditions.
271
// Ex:
Callers
1
TestNotLikeToSql
Function · 0.95
Calls
2
Like
TypeAlias · 0.85
toSql
Method · 0.45
Tested by
1
TestNotLikeToSql
Function · 0.76