Database Tables |
The following is a description of the database tables that contain the parameters described below: •table fields with descriptions; •list of table indexes, if indexes exist; •list of links between tables, if links exist. Links are the rules according to which Dr.Web Server purges outdated and inconsistent information. Links are described by the following data:
where: <current_field>—identifier of the field in the current table; <link_type>—type of the link between fields (see below), <link_table>—name of the table linked to the current table; <link_field>—identifier of the field in the <link_table>. The following link types are possible:
Field descriptions may contain references to Dr.Web Server modules, which can be used to find out all possible values of such fields. To view possible values of a field using a module 1.Open the Control Center of your Dr.Web Server. 2.Go to the Administration → Lua console section. 3.Enter a command of the following form:
where <module-name> is the original name of the module from the field description, and <module_name> is the name of the module with underscores (_) instead of hyphens (-). 4.Click Execute.
|