Prado\Data\SqlMap\Statements\TCachingStatement::executeUpdate PHP Method

executeUpdate() public method

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