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

TSQLStatement.Params

List of parameters.

Declaration

Source position: sqldb.pp line 441

published property TSQLStatement.Params : TParams;

Description

Params contains an item for each of the parameters in the SQL statement (in the form :ParamName). The collection is filled automatically if the ParamCheck property is True.

See also

SQL

  

The SQL statement to execute.

ParamCheck

  

Should SQL be checked for parameters.

ParseSQL

  

Parse the SQL statement.


Documentation generated on: Jul 24 2023