IdTrxFrom
Define the “From” list of characters for Identifier Translation.
Synopsis
n is a string with a maximum length of 256 characters. The default string is ~ `@#$%^&*()_+-=[]\{}|;':"",./<>?"..
Description
IdTrxFrom is a string of characters that provides the “From” list for DDL Identifier Translation mappings. These mappings filter/modify valid SQL identifier characters when translating SQL identifiers into Objects identifiers. When converting an SQL identifier to an Objects identifier at DDL runtime, the characters in the “From” string are converted to the characters in the “To” string.
For further details, see the “Identifiers” chapter in Using InterSystems SQL. Also see the parameter IdTrxTo.