MCPcopy Create free account
hub / github.com/actiontech/dtle / HandlingForSpecialCharacters

Function HandlingForSpecialCharacters

driver/oracle/extractor/sql_parse.go:444–446  ·  view source on GitHub ↗
(i *oracle_element.Identifier)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

IdentifierToStringFunction · 0.85

Tested by

no test coverage detected