Build converts the expression into a SQL fragment. Implements [dbx.Expression] interface.
(db *dbx.DB, params dbx.Params)
| 567 | // |
| 568 | // Implements [dbx.Expression] interface. |
| 569 | func (e *opExpr) Build(db *dbx.DB, params dbx.Params) string { |
| 570 | return e.op |
| 571 | } |
| 572 | |
| 573 | // ------------------------------------------------------------------- |
| 574 |
no outgoing calls