String returns the unescaped column name. It must not be used for SQL generation. Use sqlparser.String instead. The Stringer conformance is for usage in templates.
()
| 3985 | // instead. The Stringer conformance is for usage |
| 3986 | // in templates. |
| 3987 | func (node ColIdent) String() string { |
| 3988 | return node.val |
| 3989 | } |
| 3990 | |
| 3991 | // CompliantName returns a compliant id name |
| 3992 | // that can be used for a bind var. |
no outgoing calls