MCPcopy 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

282type NotILike Like
283
284func (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

TestNotILikeToSqlFunction · 0.95

Calls 2

LikeTypeAlias · 0.85
toSqlMethod · 0.45

Tested by 1

TestNotILikeToSqlFunction · 0.76