| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
SQL statement type
Source position: sqldb.pp line 629
| public property TSQLQuery.StatementType : TStatementType; | 
StatementType is determined during the Prepare call when ParseSQL is set to True. It gives an indication of the type of SQL statement that is being executed.
| 
 | The SQL statement to execute | |
| 
 | Should the SQL statement be parsed or not | |
| 
 | Parameters detected in the SQL statement. |