NamedExpr raw expression for named expr
| 59 | |
| 60 | // NamedExpr raw expression for named expr |
| 61 | type NamedExpr struct { |
| 62 | SQL string |
| 63 | Vars []interface{} |
| 64 | } |
| 65 | |
| 66 | // Build build raw expression |
| 67 | func (expr NamedExpr) Build(builder Builder) { |
nothing calls this directly
no outgoing calls
no test coverage detected