MCPcopy 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
257func (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

TestLikeToSqlFunction · 0.95

Calls 1

toSqlMethod · 0.95

Tested by 1

TestLikeToSqlFunction · 0.76