|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elvyx.server.ElvyxEnum
com.elvyx.server.db.HsqldbDatabase
public class HsqldbDatabase
Hsqldb parameters. When you run hsqldb it need a log and err file, besides it need trace and silent parameters to debug it. This class includes too the directory where will be created the database and keep the database state as running or stopped.
| Field Summary | |
|---|---|
static HsqldbDatabase |
RUNNING
Hsqldb state running. |
static HsqldbDatabase |
STOPPED
Hsqldb state running. |
| Method Summary | |
|---|---|
java.lang.String |
getDirectory()
Return the database directory |
boolean |
getSilent()
Return the database silent state |
boolean |
getTrace()
Return the database trace state |
| Methods inherited from class com.elvyx.server.ElvyxEnum |
|---|
clone, compareTo, equals, getName, hashCode, name, ordinal, toString, valueOf, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final HsqldbDatabase RUNNING
public static final HsqldbDatabase STOPPED
| Method Detail |
|---|
public java.lang.String getDirectory()
public boolean getTrace()
public boolean getSilent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||