<ARRAY_DAEMON> : Array daemon

Java class : leon.info.daemon.LyArrayDaemon

ROLE

The ARRAY_DAEMON element defines a daemon that computes values for a field of type array with a relational representation; values of the field are stored in a specific table with a foreign key to the table containing the objects owning these values.

ELEMENTS

<!ELEMENT ARRAY_DAEMON 
	  (C_BIND,
	   (F_BIND | F_BINDS),
	   F_BIND,
	   F_BIND,
	   F_BIND?)>
Element Mand. Mult. Description
C_BIND yes no Binding with the physical layer of the table containing the values for the field of type array
F_BIND yes no Simple field binding with the physical layer of the foreign key.
F_BINDS yes no Multiple field binding with the physical layer of the foreign key
F_BIND yes no Binding with the physical layer of the value.
F_BIND yes no Binding with the physical layer of the index of the value.
F_BIND no no Binding with the physical layer of the primary key. If this element is not defined, the primary key is defined by the foreign key and the index.