|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.db.SystemPropertiesTable
Retrieves runtime properties from the database.
Constructor Summary | |
SystemPropertiesTable()
Creates a new SystemPropertiesTable instance. |
Method Summary | |
java.lang.String |
dbDataVersion()
Returns value of the row for DB Data Version. |
java.lang.String |
dbSchemaVersion()
Returns value of the row for DB Schema Version. |
java.lang.String |
dbVendor()
Returns the value for the row DB Vendor. |
boolean |
productionLevel()
Returns if the row Run Level is set to the value Production. |
java.lang.String |
softwareVersion()
Returns the version of the Fido software running on the server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SystemPropertiesTable()
Method Detail |
public boolean productionLevel()
public java.lang.String dbSchemaVersion()
public java.lang.String dbDataVersion()
public java.lang.String dbVendor()
public java.lang.String softwareVersion()
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |