Package rocca
Class RoccaDetectionLogger
java.lang.Object
generalDatabase.SQLLogging
rocca.RoccaDetectionLogger
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
ConstructorDescriptionRoccaDetectionLogger
(RoccaSidePanel roccaSidePanel, PamDataBlock pamDataBlock) -
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
-
rsdb
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
-
RoccaDetectionLogger
- Parameters:
roccaSidePanel
- keep a reference of the RoccaSidePanelpamDataBlock
-
-
-
Method Details
-
setTableData
Load up the class fields with the data to save- Specified by:
setTableData
in classSQLLogging
- Parameters:
pamDataUnit
- The RoccaSightingDataUnit that contains the detection stats to save
-