Class TDataGatewayResultEventParameter
TDataGatewayResultEventParameter contains the TDbCommand executed and the resulting data returned from the database. The data can be changed by changing the setResult property.
Constructor Summary |
public |
|
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
Output |
TDbCommand
| database command executed. |
Exception |
|
getResult
public mixed getResult |
() |
Output |
mixed
| result returned from executing the command. |
Exception |
|
setResult
public void setResult |
(mixed $value ) |
Input |
mixed | $value | change the result returned by the gateway. |
Output |
Exception |
|
|