public abstract class ReportDB extends Report
| Modifier and Type | Field and Description |
|---|---|
protected java.sql.Connection |
connection |
static java.lang.String |
OUT_SUFFIX |
DEF_PRECISION, INTERVAL_SETTING, INTERVALLED_FORMAT, NAN, out, OUTPUT_SETTING, PRECISION_SETTING, REPORT_NS, REPORTDIR_SETTING, WARMUP_S, warmupIDs, warmupTime| Constructor and Description |
|---|
ReportDB()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
done()
Close the database connection.
|
protected void |
init()
Initializes the database connection.
|
protected void |
newEvent()
This method doesn't do anything because multiple databases (splitted by
interval) is not supported
|
addWarmupID, checkDirExistence, format, getAverage, getIntAverage, getIntMedian, getMedian, getScenarioName, getSettings, getSimTime, getVariance, isWarmup, isWarmupID, removeWarmupID, setPrefix, writepublic static final java.lang.String OUT_SUFFIX
protected java.sql.Connection connection