List of alternate string delimiter token sequences.
Source position: sqldb.pp line 767
published property TSQLScript.DollarStrings; |
DollarStrings contains a list of additional string delimiter tokens. The value of this property is ignored unless TSQLScript.UseDollarString is also set to True.
For PostGreSQL, this should be set to $$, as this is the most commonly used string delimiter for stored procedures.
|
Enable support for dollarstrings. |