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

Method ToSql

expr.go:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352type Gt Lt
353
354func (gt Gt) ToSql() (sql string, args []interface{}, err error) {
355 return Lt(gt).toSql(true, false)
356}
357
358// GtOrEq is syntactic sugar for use with Where/Having/Set methods.
359// Ex:

Callers 1

TestGtToSqlFunction · 0.95

Calls 2

LtTypeAlias · 0.85
toSqlMethod · 0.45

Tested by 1

TestGtToSqlFunction · 0.76