PHP Class Prado\Data\DataGateway\TDataGatewayEventParameter

Since: 3.1
Inheritance: extends Prado\TEventParameter
Mostra file Open project: pradosoft/prado

Public Methods

Method Description
__construct ( $command, $criteria )
getCommand ( ) : TDbCommand The database command to be executed. Do not rebind the parameters or change the sql query string.
getCriteria ( ) : TSqlCriteria

Method Details

__construct() public method

public __construct ( $command, $criteria )

getCommand() public method

The database command to be executed. Do not rebind the parameters or change the sql query string.
public getCommand ( ) : TDbCommand
return TDbCommand command to be executed.

getCriteria() public method

public getCriteria ( ) : TSqlCriteria
return TSqlCriteria criteria used to bind the sql query parameters.