CORBA 2.6 Administration Guide
entityaddkeyvalue
Adds a key and its value to an entity in the current database.
entityaddkeyvalue entity-name key 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.
entitydelete entity-name
entity-name
is the name of an entity to be deleted.
If entity-name does not exist, entitydelete displays an error message.
entitydeletekey
Deletes a key from an entity in the current database.
entitydeletekey entity-name key
entity-name
is the name of an entity.
If entity-name does not exist, entitydeletekey displays an error message.
key