Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Masterminds/squirrel
/ ToSql
Method
ToSql
expr.go:257–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
255
}
256
257
func
(lk Like) ToSql() (sql string, args []
interface
{}, err error) {
258
return
lk.toSql(
"LIKE"
)
259
}
260
261
// NotLike is syntactic sugar for use with LIKE conditions.
262
// Ex:
Callers
1
TestLikeToSql
Function · 0.95
Calls
1
toSql
Method · 0.95
Tested by
1
TestLikeToSql
Function · 0.76