executeQuery(...) methods now return a List (was Collection).
Since a List is a Collection this shouldn't give much trouble. The advantage is that Lists can be sorted directly using the Collections class.
Authored by: keess 2003-03-10
Parent: [r492]
Child: [r494]