Prado\Data\SqlMap\Statements\TCachingStatement::executeUpdate PHP 메소드

executeUpdate() 공개 메소드

public executeUpdate ( $connection, $parameter )
    public function executeUpdate($connection, $parameter)
    {
        return $this->_mappedStatement->executeUpdate($connection, $parameter);
    }