|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Subject | |
com.peter.subject |
Uses of Subject in com.peter.subject |
Methods in com.peter.subject that return Subject | |
Subject[] |
DBSubject.getSubjectFromDBM(DBMatrix dbm)
Returns an array of fetched Subject from the database. |
Subject[] |
DBSubject.getSubjects()
Fetch an array of Subject from the database. |
Subject[] |
DBSubject.getSubjects(Subject subject)
Fetch an array of Subject from the database, with the same value as each variable in subject has. |
static Subject |
Subject.getSubject(java.util.HashMap map)
Converts a HashMap to a new Subject |
Methods in com.peter.subject with parameters of type Subject | |
int |
DBSubject.addSubject(Subject subject)
Adds one Subject to the database. |
int |
DBSubject.deleteSubject(Subject subject)
Deleting one Subject from the database. |
Subject[] |
DBSubject.getSubjects(Subject subject)
Fetch an array of Subject from the database, with the same value as each variable in subject has. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |