Table sem5.dbo.DATA_HANDLER
Keeps the list of registered log handlers

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
IDX char 32
TECH_ID varchar 255 ('') Technology extension: possible values are AvMan, LuMan, legacy, SEP
LF_EXT varchar 255 ('') File Extension: possible values are .dat, .AgentStatus, .SecurityRisk, .VirusScans, .VirusLogs, .Inventory
LF_SORT tinyint 1 ((0)) Sort files: 0 = Ascending by file modification time, 1 = Descending by file modification time
LF_HANDLER varchar 255 ('') Classes that handle data files:
AvMan = com.sygate.scm.server.logreader.av.LogHandler
Legacy agentstatus = com.sygate.scm.server.logreader.av.AgentStatusHandler
Legacy inventory = com.sygate.scm.server.logreader.av.InventoryHandler
Legacy security and virus logs = com.sygate.scm.server.logreader.av.LogHandler
STATE_HANDLER varchar 255 ('') Classes that handle state files:
SEP = com.sygate.scm.server.statereader.sep.StateHandler
AvMan = com.sygate.scm.server.statereader.av.StateHandler
LuMan = com.sygate.scm.server.statereader.lu.StateHandler
VERSION tinyint 1 ((0)) Handler version

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
IDX Primary key Asc PK_DATA_HANDLER