The following tables list the members exposed by TADCommand.
|
Event |
Description |
|
The event fires after command is closed. | |
|
The event fires after command is executed. | |
|
The event fires after fetching from command cursor. | |
|
The event fires after command is opened. | |
|
The event fires after command is prepared. | |
|
The event fires after command is unprepared. | |
|
The event fires before command will be closed. | |
|
The event fires before command will be executed. | |
|
The event fires before fetching from command cursor. | |
|
The event fires before command will be opened. | |
|
The event fires before command will be prepared. | |
|
The event fires before command will be unprepared. | |
|
The event fires after CommandText is changed. | |
|
The event fires when an error happens, while command is communicating with DBMS. |
|
Method |
Description |
|
Use the AbortJob method to abort current command operation. | |
|
Acquires reference to the actual connection object. | |
|
Closes command current cursor. | |
|
Closes all command cursors. | |
|
Defines DatS manager for command multiple result sets. | |
|
Define DatS table structure for command's current cursor. | |
|
Use Disconnect method to release DBMS resources, used by this command. | |
|
Executes SQL command. | |
|
Executes SQL command. | |
|
Executes SQL command. | |
|
Executes SQL command. | |
|
Fetches rows from current command cursor. | |
|
Fills the Params collection. | |
|
Returns macro by its name. | |
|
Returns parameter by its name. | |
|
Returns the connection object. | |
|
Returns macro by its name. | |
|
Go to the next cursor, returned by the SQL command. | |
|
Executes SQL command, returning cursor. | |
|
Execute SQL command, optionally returning cursor. | |
|
Returns parameter by its name. | |
|
Prepares SQL command for execution. | |
|
Releases reference to the actual connection object. | |
|
Releases SQL command resources. |
|
Property |
Description |
|
Gets or sets command active status. | |
|
Controls how to use Active property value saved to DFM. | |
|
Identifies base object name for some of command kinds. | |
|
Determines how command is connected to connection object. | |
|
Identifies catalog name for some command kinds. | |
|
Returns IADPhysCommand interface. | |
|
Identifies the command kind. | |
|
The SQL command text to execute. | |
|
Specifies the connection object. | |
|
Specifies connection name. | |
|
Reference to dataset object owning this command. | |
|
The set of options to control rows fetching. | |
|
True, if the CommandKind property value is set explicitly. | |
|
The set of options to control data representation. | |
|
The collection of macro substitution variables. | |
|
Oracle stored procedure overload index. | |
|
Determines the order in which a component’s parameters are assigned to the parameter list for SQL command on the DBMS. | |
|
The collection of parameters for a SQL command. | |
|
Gets or sets command prepare for execution status. | |
|
The set of options to control resources usage. | |
|
Returns the number of rows operated upon by the latest query execution. | |
|
Identifies schema name for some of command kinds. | |
|
The SQL command text as it will be sent to the DBMS. | |
|
Returns the current state of the command object. | |
|
Specifies a transaction object. | |
|
The set of options to control updates posting. | |
|
Provides access to the values for all parameters for the command. |
|
What do you think about this topic? Send feedback!
|