PHP 클래스 Prado\Data\DataGateway\TDataGatewayEventParameter

부터: 3.1
상속: extends Prado\TEventParameter
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( $command, $criteria )

getCommand() 공개 메소드

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

getCriteria() 공개 메소드

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