Class TDataGatewayEventParameter
TDataGatewayEventParameter class contains the TDbCommand to be executed as well as the criteria object.
| Constructor Summary |
| public |
|
| Method Summary |
|
TDbCommand
|
The database command to be executed. Do not rebind the parameters or change the sql query string.
|
|
TSqlCriteria
|
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Constructor Details |
__construct
|
| Method Details |
getCommand
The database command to be executed. Do not rebind the parameters or change the sql query string.
| Output |
|
TDbCommand
| command to be executed. |
| Exception |
|
getCriteria
| Output |
|
TSqlCriteria
| criteria used to bind the sql query parameters. |
| Exception |
|
|