Data.DB.IProviderSupport.PSGetQuoteChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PSGetQuoteChar: string;

C++

virtual System::UnicodeString __fastcall PSGetQuoteChar _DEPRECATED_ATTRIBUTE0 () = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IProviderSupport

Description

Warning: PSGetQuoteChar is deprecated. Please use IProviderSupportNG.

Returns the character or characters to use in generated SQL statements to enclose quoted strings.

The provider component calls PSGetQuoteChar (indirectly) when generating the dynamic SQL statements that apply updates. These statements are subsequently executed by a call to PSExecuteStatement.

PSGetQuoteChar returns the character or characters that delimit quoted strings in the generated SQL. This string appears both before and after quoted strings.

See Also