Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLScript.DollarStrings

List of alternate string delimiter token sequences.

Declaration

Source position: sqldb.pp line 755

published property TSQLScript.DollarStrings;

Description

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.

See also

TSQLScript.UseDollarString

  

Enable support for dollarstrings.


Documentation generated on: Jul 24 2023