()
| 103 | ctx.WriteString(".*") |
| 104 | } |
| 105 | func (a *AllColumnsSelector) String() string { return AsString(a) } |
| 106 | |
| 107 | // NormalizeVarName implements the VarName interface. |
| 108 | func (a *AllColumnsSelector) NormalizeVarName() (VarName, error) { return a, nil } |
nothing calls this directly
no test coverage detected