TDASQLStatementType
Overview
The TDASQLStatementType enumeration specifies the type of statement represented by a TDAStatement.
Location
- Unit: uDASchemaClasses.pas
Value | Description |
---|---|
stAutoSQL | The statement's SQL property will be generated in runtime according to field declaration and TargetTable property. |
stSQL | The statement's SQL property contains a script of SQL code to be executed on the server. This might include any valid SQL statements. |
stStoredProcedure | The statement's SQL property contains the name of a stored procedure to be executed. |