edu.northwestern.at.wordhoard.tools
Class AddQueries

java.lang.Object
  extended by edu.northwestern.at.wordhoard.tools.AddQueries

public class AddQueries
extends java.lang.Object

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

AddQueries

public AddQueries()
Method Detail

main

public static void main(java.lang.String[] args)
Main program.

Parameters:
args - Command line arguments (unused).