Package rocca
Class RoccaStatsLogger
java.lang.Object
generalDatabase.SQLLogging
rocca.RoccaStatsLogger
Databse logging information for Rocca statistics.
- Author:
- Michael Oswald
-
Field Summary
Modifier and TypeFieldDescriptionThe RoccaLoggingDataBlock to be saved to the databasestatic final int
static final int
Fields inherited from class generalDatabase.SQLLogging
UPDATE_POLICY_OVERWRITE, UPDATE_POLICY_WRITENEW
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setTableData
(SQLTypes sqlTypes, PamDataUnit pamDataUnit) Load up the class fields with the data to saveMethods inherited from class generalDatabase.SQLLogging
addAddOn, clearAllAddOns, countTableItems, countTableItems, createInClause, deleteData, deleteData, deleteData, deleteIndexedItems, doExtraChecks, double2Float, findClosestDataPoint, findLogger, getBaseTableDefinition, getEarlyLoadClause, getIdListUpdatClause, getLastLoadIndex, getLastLoadUID, getLastTime, getLoggingAddOns, getPamDataBlock, getTableDefinition, getTimesUpdateClause, getUIDMatchClause, getUpdatePolicy, getViewerCursorFinder, getViewerEverythingClause, getViewerLessThanClause, getViewerLoadClause, getViewerOverlapClause, getViewerUpdateClause, isCanView, isLoadViewData, loadDataFrom, loadEarlyData, loadEarlyData, loadLastDataUnit, loadSubtableData, loadSubtableData, loadViewData, loadViewData, loadViewerData, logData, logData, prepareEmulation, prepareForMixedMode, readLastData, readMixedModeData, readNextEmulation, reCheckTable, reLogData, reLogData, removeAddOn, removeAddOn, reset, saveOfflineData, setCanView, setColumnData, setLoadViewData, setTableDefinition, setUpdatePolicy, transferDataFromResult
-
Field Details
-
rldb
The RoccaLoggingDataBlock to be saved to the database -
STRING_LENGTH
public static final int STRING_LENGTH- See Also:
-
SHORT_STRING_LENGTH
public static final int SHORT_STRING_LENGTH- See Also:
-
-
Constructor Details
-
RoccaStatsLogger
- Parameters:
roccaControl
-pamDataBlock
-
-
-
Method Details
-
setTableData
Load up the class fields with the data to save- Specified by:
setTableData
in classSQLLogging
- Parameters:
pamDataUnit
- The RoccaLoggingDataUnit that contains the RoccaContourStats object with all the data to save
-