Prado\Data\SqlMap\Statements\IMappedStatement::executeUpdate PHP Méthode

executeUpdate() public méthode

Execute an update statement. Also used for delete statement. Return the number of row effected.
public executeUpdate ( $connection, $parameter ) : integer
Résultat integer The number of row effected.
    public function executeUpdate($connection, $parameter);