PHP Class Prado\Data\DataGateway\TDataGatewayEventParameter

Since: 3.1
Inheritance: extends Prado\TEventParameter
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode 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 méthode

public __construct ( $command, $criteria )

getCommand() public méthode

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

getCriteria() public méthode

public getCriteria ( ) : TSqlCriteria
Résultat TSqlCriteria criteria used to bind the sql query parameters.