MCPcopy Create free account
hub / github.com/pydio/cells / Build

Method Build

common/storage/sql/query-strings.go:88–94  ·  view source on GitHub ↗
(builder clause.Builder)

Source from the content-addressed store, hash-verified

86}
87
88func (eq ILike) Build(builder clause.Builder) {
89 _, _ = builder.WriteString("LOWER(")
90 builder.WriteQuoted(eq.Column)
91 _, _ = builder.WriteString(") LIKE LOWER(")
92 builder.AddVar(builder, eq.Value)
93 _, _ = builder.WriteString(")")
94}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected