|
|
|
|
|
||||||
|
CLASS: |
|
|
|||||||
|
ADOCommand |
|
|
|||||||
|
|
|||||||||
|
DESCRIPTION: |
|
|
|||||||
|
Represents an object that executes command. |
|
||||||||
|
|
|
||||||||
|
SYNTAX: |
|
|
|||||||
|
[<oRef> =] new ADOCommand() |
|
|
|||||||
|
|
|||||||||
|
|
|||||||||
|
PROPERTY: |
DEFAULT: |
DESCRIPTION: |
|
||||||
|
baseClassName |
ADOCOMMAND |
Identifies the object as an instance of the ADOCommand class |
|
||||||
|
className |
ADOCOMMAND |
Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName |
|
||||||
|
Empty string |
Indicates the name of the command. |
|
|||||||
|
parent |
null |
Container form or report |
|
||||||
|
Empty string |
SQL statement, or a stored procedure call. |
|
|||||||
|
null |
A reference to the ADOStream object that contains a query to be executed. |
|
|||||||
|
30 |
In seconds, how long to wait while executing a command before terminating the command and issuing and error. |
|
|||||||
|
0 - Unknown |
Command type to be executed. |
|
|||||||
|
null |
A reference to the ADODatabase object to which the object is assigned. |
|
|||||||
|
Empty string |
Database alias name to which the object is assigned. |
|
|||||||
|
Empty string |
GUID that represents the dialect of the command string. |
|
|||||||
|
0 - Unspecified |
Available options that can be used to execute command. |
|
|||||||
|
0 |
ADO statement handle. |
|
|||||||
|
Object |
A reference to an array that contains the ADOParameter objects. |
|
|||||||
|
false |
Whether to save a compiled version of a command before execution. |
|
|||||||
|
AssocArray |
A reference to Associative array that contains the dynamic properties. |
|
|||||||
|
0 - Closed |
Enum that indicates the state object. |
|
|||||||
|
outputStream |
null |
A reference to the ADOStream object that contains the result rows. |
|
||||||
|
|
|
||||||||
|
EVENT: |
PARAMETERS: |
DESCRIPTION: |
|
||||||
|
onExecute |
<result expL> |
Event fired after a command is successfully executed or execute is failed. |
|
||||||
|
|
|
|
|||||||
|
|
|
||||||||
|
METHOD: |
PARAMETERS: |
DESCRIPTION: |
|
||||||
|
[<rowret expL>] |
Executes the specified command. |
|
|||||||
|
|
Cancels execution of a pending, asynchronous method call. |
|
|||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
DESCRIPTION: |
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
|
|
||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
||||||||
|
|
|
|
|
||||||