remove_statement


Description:

public void remove_statement (Statement stmt)

Removes stmt from the list of statements managed by this.

If stmt is present several times in this's statements' list, then only the first one is removed.

Parameters:

this

a Batch object

stmt

a statement to remove from this's statements list