[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Class to execute non-select SQL statements.
Source position: sqldb.pp line 447
| type TSQLStatement = class(TCustomSQLStatement) | ||
| published | ||
| property Database: TSQLConnection; | 
 | Database instance to execute statement on. | 
| property DataSource: TDataSource; | 
 | Datasource to copy parameter values from. | 
| property ParamCheck: Boolean; | 
 | Should SQL be checked for parameters. | 
| 
 | List of parameters. | |
| property MacroCheck: Boolean; | 
 | Check for macros in the SQL statement. | 
| 
 | Set of macros for this SQL statement. | |
| property ParseSQL: Boolean; | 
 | Parse the SQL statement. | 
| 
 | The SQL statement to execute. | |
| property Transaction: TSQLTransaction; | 
 | The transaction in which the SQL statement should be executed. | 
| end; | 
| 
 | Class to execute non-select SQL statements. | |
| | | ||
| 
 | Object to execute SQL statements without result set. | |
| | | ||
| | | ||
| | | ||
TSQLStatement is a descendent of TCustomSQLStatement which simply publishes the protected properties of that component.
| 
 | Object to execute SQL statements without result set. |