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

IProviderSupport.PSGetCommandText

Return the SQL command executed for getting data.

Declaration

Source position: db.pas line 1630

function IProviderSupport.PSGetCommandText: string;

Function result

SQL statement.

Description

PSGetCommandText returns the SQL command that is executed when the PSExecute function is called (for a TSQLQuery this would be the SQL property) or when the dataset is opened.

See also

PSExecute

PSSetCommandText


Documentation generated on: Jul 24 2023