|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.northwestern.at.wordhoard.tools.AddQueries
public class AddQueries
Add default queries.
This creates and persists queries directly to the main WordHoard database without going through the WordHoard server. This means the database account must have full privileges to read, update, and delete objects from the WordHoard database.
Usage:
AddQueries dbname username password
dbname = Database name.
username = MySQL username.
password = MySQL password.
Constructor Summary | |
---|---|
AddQueries()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Main program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddQueries()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- Command line arguments (unused).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |