mysql-native v1.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function ResultSet.revert

Restore the range to its original span.

void revert () pure nothrow;

Since the range is just a view of the data, we can easily revert to the initial state.