Create a new instance of TCustomSQLStatement.
Source position: sqldb.pp line 437
public constructor TCustomSQLStatement.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the new TCustomSQLStatement instance. |
Create initializes a new instance of TCustomSQLStatement and sets the SQLParams, ParamCheck and ParseSQL to their initial values.
|
The SQL statement to execute. |
|
|
List of parameters. |
|
|
Should SQL be checked for parameters. |
|
|
Parse the SQL statement. |
|
TSQLStatement.Destroy |