public interface DatabaseParameter extends Parameter
writeToDatabase(java.sql.Connection)
urges the parameter to write its current value to the database. Such
parameters may be used for slowly varying parameters that are accurate during
the entire lifetime of STELLA, like the total observation time of the
telescope.CONFIG, KEY_CLASS| Modifier and Type | Method and Description |
|---|---|
boolean |
readFromDatabase(Connection con)
Urges the parameter to read its value from the connection handed over.
|
boolean |
writeToDatabase(Connection con)
Urges the parameter to write its current value to the connection handed
over.
|
defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiesinitboolean readFromDatabase(Connection con)
boolean writeToDatabase(Connection con)