ISQLGenerator.ProcessCommand Method
Applies any final, dialect-specific transformations to a SQL string immediately before the statement is sent to the database driver for execution.
Syntax
Unit: Aurelius.Sql.Interfaces
procedure ISQLGenerator.ProcessCommand(var SQL: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| var | SQL | string | The SQL string to process. Updated in place with any required modifications. |