(i *oracle_element.Identifier)
| 442 | } |
| 443 | |
| 444 | func HandlingForSpecialCharacters(i *oracle_element.Identifier) string { |
| 445 | return fmt.Sprintf("`%s`", IdentifierToString(i)) |
| 446 | } |
| 447 | |
| 448 | func colDefaultString(defaultCol *oracle_ast.ColumnDefault) string { |
| 449 | // todo Not currently supported |
nothing calls this directly
no test coverage detected