forked from IF-LK-2020/wordle
Methodenköpfe für Query und User; Objektdiagram überarbeitet
This commit is contained in:
22
Query.java
Normal file
22
Query.java
Normal file
@@ -0,0 +1,22 @@
|
||||
public class Query {
|
||||
DatabaseConnector db;
|
||||
|
||||
Query(){
|
||||
db = new DatabaseConnector("", 0, "wordle.db", "", "");
|
||||
}
|
||||
public void pullStats(){
|
||||
|
||||
}
|
||||
|
||||
public void pushStats(){
|
||||
|
||||
}
|
||||
|
||||
public void checkLogin(String username, String password){
|
||||
|
||||
}
|
||||
|
||||
public String getWord(){
|
||||
return "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user