|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.db.Environment
public class Environment
set up the global environment, like host, database name and other global variable
| Method Summary | |
|---|---|
java.lang.String |
getServer()
get the current host of the database |
static Environment |
getSharedInstance()
get the shared instance |
java.sql.Statement |
getStatement()
the global sql statement |
void |
readConfigureFile()
read the configuration file? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Environment getSharedInstance()
public java.lang.String getServer()
public java.sql.Statement getStatement()
public void readConfigureFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||