MCPcopy
hub / github.com/Masterminds/squirrel / ToSql

Method ToSql

expr.go:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264type NotLike Like
265
266func (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

TestNotLikeToSqlFunction · 0.95

Calls 2

LikeTypeAlias · 0.85
toSqlMethod · 0.45

Tested by 1

TestNotLikeToSqlFunction · 0.76