Data.SqlExpr.TCustomSQLDataSet.PSGetQuoteChar
Delphi
function PSGetQuoteChar: string; override;
C++
virtual System::UnicodeString __fastcall PSGetQuoteChar(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TCustomSQLDataSet |
Description
Returns the character or characters to use in generated SQL statements to enclose quoted strings. {{#multireplace:Data.SqlExpr.TCustomSQLDataSet.PSGetQuoteChar|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DB.TDataSet.PSGetQuoteChar|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DB.TDataSet.PSGetQuoteChar|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Returns the character or characters to use in generated SQL statements to enclose quoted strings.