ResultSequence

An input range of Rows.

This is the entity that is returned by the Command methods execSQLSequence and execPreparedSequence

MySQL result sets can be up to 2^^64 rows. This interface allows for iteration through a result set of that size.

deprecated
alias ResultSequence = ResultRange

Meta