(cfg *SQLGenerator, not bool, other Node)
| 59 | } |
| 60 | |
| 61 | func (e memberOf) EqualsSQLString(cfg *SQLGenerator, not bool, other Node) (string, error) { |
| 62 | return boolEqualsSQLString(cfg, e, not, other) |
| 63 | } |
nothing calls this directly
no test coverage detected