add db002 subdirectory
commit5ba908a002944b10cb2f5fd032f9c6c012c2d965
authorBrian Paterni <bpaterni@gmail.com>
Sat, 3 Dec 2011 05:49:38 +0000 (2 23:49 -0600)
committerBrian Paterni <bpaterni@gmail.com>
Sat, 3 Dec 2011 05:49:38 +0000 (2 23:49 -0600)
treecee9c527d276c45a73c12d4668d67ab928baf377
parente260af9735430a7ed7f3a83b3e30b5686ad1187b
add db002 subdirectory

db002 contains a demonstration program that acquires 'Thompson's student
ID from the database, retrieves all rows in 'repetoire', 'scales', and
'sightreading' pertaining to Thompson, and prints out the first row in
each of these result sets. This should meet the 'extracting some
information from the tables' requirement of the "access to the data"
demonstration for our assignment.
db002/build.xml [new file with mode: 0644]
db002/configs/Manifest [new file with mode: 0644]
db002/configs/build.properties [new file with mode: 0644]
db002/run [new file with mode: 0755]
db002/src/DB002.java [new file with mode: 0644]
db002/src/RepetoireEntry.java [new file with mode: 0644]
db002/src/RepetoireList.java [new file with mode: 0644]
db002/src/ScalesEntry.java [new file with mode: 0644]
db002/src/ScalesList.java [new file with mode: 0644]
db002/src/SightreadingEntry.java [new file with mode: 0644]
db002/src/SightreadingList.java [new file with mode: 0644]