Class TDataGatewayEventParameter
TDataGatewayEventParameter class contains the TDbCommand to be executed as well as the criteria object.
- TComponent
-
TEventParameter
-
TDataGatewayEventParameter
Package: System\Data\DataGateway
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Version: $Id$
Since: 3.1
Located at Data/DataGateway/TDataGatewayCommand.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Version: $Id$
Since: 3.1
Located at Data/DataGateway/TDataGatewayCommand.php
public
|
#
__construct( mixed $command, mixed $criteria )
The common __construct If desired by the new object, this will auto install and listen to global event functions as defined by the object via 'fx' methods. This also attaches any predefined behaviors. This function installs all class behaviors in a class hierarchy from the deepest subclass through each parent to the top most class, TComponent. |
public
|
#
getCommand( )
The database command to be executed. Do not rebind the parameters or change the sql query string. |
public
|
GLOBAL_RAISE_EVENT_LISTENER
|