Sort in memory an already loaded ResultSet by a given column
A modified bubble sort algorithm is used. Resulting in a O(n²) worst case and O(n) best case if the ResultSet was already sorted by the given column. @param iCol int Column Index [0..getColumnCount()-1] @throws ArrayIndexOutOfBoundsException @throws ClassCastException @since 3.0
|
|
|
|