MCPcopy Index your code
hub / github.com/Masterminds/squirrel / Lt

TypeAlias Lt

expr.go:291–291  ·  view source on GitHub ↗

Lt is syntactic sugar for use with Where/Having/Set methods. Ex: .Where(Lt{"id": 1})

Source from the content-addressed store, hash-verified

289// Ex:
290// .Where(Lt{"id": 1})
291type Lt map[string]interface{}
292
293func (lt Lt) toSql(opposite, orEq bool) (sql string, args []interface{}, err error) {
294 var (

Callers 3

ToSqlMethod · 0.85
ToSqlMethod · 0.85
ToSqlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected