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:

<current_field>

<link_type>

<link_table>.<link_field>

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:

Link type

Link description

For any record in the current table there is a record in the <link_table> in which the value of the <link_field> is equal to the value of the <current_field> in the current table.

For any record in the <link_table> there is a record in the current table in which the value of the <link_field> is equal to the value of the <current_field> in the current table.

Both of the above conditions are true.

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:

require '<module-name>' return <module_name>

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.