(cfg *SQLGenerator, not bool, other Node)
| 22 | } |
| 23 | |
| 24 | func (b AstBoolean) EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) { |
| 25 | return boolEqualsSQLString(cfg, b, not, other) |
| 26 | } |
nothing calls this directly
no test coverage detected