(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 37: | Line 37: | ||
''Request:'' command "move": ''<move path="/fld_teg" user="user" row="3" to="5"/>'' | ''Request:'' command "move": ''<move path="/fld_teg" user="user" row="3" to="5"/>'' | ||
:To move the string from position 3 to position 5. Command does not work when attribute ''key'' is set!<br/> | :To move the string from position 3 to position 5. Command does not work when attribute ''key'' is set!<br/> | ||
+ | ''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 | ||
+ | :To send a ''{user}'' command for position 3 or string in the position where the ''id'' column value is "Test".<br/> | ||
''Result:'' confirmation or an error message. | ''Result:'' confirmation or an error message. | ||
|- | |- |
Latest revision as of 21:04, 20 April 2022
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. |