|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfootyquiz.server.integration.QuestionDAO
public class QuestionDAO
Methods for creating SQL statements from objects an reading sql results from ArrayList to objects
Constructor Summary | |
---|---|
QuestionDAO()
|
Method Summary | |
---|---|
java.util.List<java.util.Map> |
getQuestions(int theme,
int difficulty)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuestionDAO()
Method Detail |
---|
public java.util.List<java.util.Map> getQuestions(int theme, int difficulty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |