Package ioids :: Module xmldb_infos
[hide private]
[frames] | no frames]

Module xmldb_infos

source code

Some additional information for XML database.

Inter-Organisational Intrusion Detection System (IOIDS)


Author: Michael Pilgermann

Contact: mailto:mpilgerm@glam.ac.uk

License: GPL (General Public License)

Variables [hide private]
  DATATYPES = {'agent.agent_class_id': 'bigint', 'agent.agent_id...
Variables Details [hide private]

DATATYPES

Value:
{'agent.agent_class_id': 'bigint',
 'agent.agent_id': 'bigserial',
 'agent.agent_name': 'text',
 'agent.comp_id': 'bigint',
 'agent_class.agent_class_dscr': 'text',
 'agent_class.agent_class_id': 'serial',
 'agent_class.agent_class_name': 'varchar(3)',
 'comp_type.comp_type_id': 'serial',
...