[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of macros for this SQL statement.
Source position: sqldb.pp line 706
Macros is a collection of named macro values. In difference with Params the macro value is always replaced textually in the SQL statement before it is sent to the SQL engine. This allows you to parametrize parts of the SQL statement that the SQL engine will not let you parametrize: the table name, the order by clause or an IN clause in a SQL select statement. Macros are resolved before parameters are resolved.
|
Parameters detected in the SQL statement. |