CORBA 2.3.3 Administration Guide (NonStop CORBA 2.3.7+)

Note
Each key-value pair must be on a separate line. (If necessary, you can continue a long line by ending it
with a backslash (\) and continuing on the next physical line), for example:
entity Entity1 {
key1 value1
key2 value2
key3 value3 }
entityaddkeyvalue
Adds a key and its value to an entity in the current database.
entityaddkeyvalueentity-namekey value
entity-name
is the name of an entity.
If entity-name does not exist, entityaddkeyvalue adds it to the current database, along with
the key value pair.
key
is the name of a key.
If key already belongs to entity-name, entityaddkeyvalue sets the value of key to value.
If key does not already belongs to entity-name, entityaddkeyvalue adds key to
entity-name and sets the value of key to value.
value
is the value to which key is to be set.
entitydelete
Deletes an entity from the current database.
entitydeleteentity-name
entity-name
is the name of an entity to be deleted.
If entity-name does not exist, entitydelete displays an error message.