Table 5. Actions over the table.
Operation | Action |
---|---|
Interrogation |
Request: command "get": <get path="/fld_teg" user="user" cols="0;2" rows="100;1000"/>
Result: Confirmation with the data of the table or an error message. The result is formed in the form:
|
Adding of the row |
Request: command "add": <add path="/fld_teg" user="user"/> |
Inserting of the row |
Request: command "ins": <ins path="/fld_teg" user="user" row="3"/>
Result: confirmation or an error message. |
Deleting of the row |
Request: command "del": <del path="/fld_teg" user="user" row="3"/> or <del path="/fld_teg" user="user" key_id="Test"/> for the key mode
Result: confirmation or an error message. |
Moving of the row |
Request: command "move": <move path="/fld_teg" user="user" row="3" to="5"/>
Result: confirmation or an error message. |
User command of the row |
Request: command "{user}": <{user} path="/fld_teg" user="user" row="3"/> or <{user} path="/fld_teg" user="user" key_id="Test"/> for the key mode
Result: confirmation or an error message. |
Changing of the row |
Request: command "set": <set path="/fld_teg" user="user" row="3" col="id">Test</set> or <set path="/fld_teg" user="user" key_id="Test" col="id">Test1</set> for the key mode
Result: confirmation or an error message. |