
Dad method: WriteTab
The method WriteTab writes a table or parts of it to the database
and replaces the database representation. This call should be embraced by
calls to Semaphore if you're altering data on
a server to which more than one clients may be connected.
<dadobj> "WriteTab" table [selector [flags]]
- <dadobj> is the name of a PinK Dad object,
- WriteTab is the name of the applied method.
- table is the PinK name of the tabe object to be written and
- the PinK object selector specifies the rows to be written back.
You may specify "ALL" to select all rows, which is
also the default.
- The argument flags can consist of the following flags:
- -c clear the database table first,
- -a append data to the database table,
- -r replace the database table.
See also:
Previous
Up
Next
This page is maintained by
pink@hermes.desy.de;
last modification: Jun 1 1995 .