(ident string)
| 35 | String() string |
| 36 | CanPivot() bool |
| 37 | EscapeIdentifier(ident string) string |
| 38 | EscapeAlias(alias string) string |
| 39 | // SanitizeDisplayName returns a sanitized version of the given name so that it conforms to the dialect's identifier rules. |
| 40 | SanitizeDisplayName(name string) string |
no outgoing calls
no test coverage detected