Prado\Data\SqlMap\Statements\TPreparedStatementFactory::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $statement, $sqlString )
    public function __construct($statement, $sqlString)
    {
        $this->_statement = $statement;
        $this->_commandText = $sqlString;
    }