An iterator over multiple SQL statements in a string,
preparing and returning a Statement object for the next SQL
statement on each iteration.
You can't instantiate this class directly, you have to use a
Database object in order to create a statement iterator
{@see Database#iterateStatements}