1
edit
Changes
→11.6 Create SQLiteManager Class
'''11.6.6 Select All Students'''<br/>
And obviously we will need a method that gets all the students from database and returns a vector of type Student, so that we can populate our student list:
<source lang="java">
Vector getStudents(){