LibPersistents |
These libraries consist of one function for each possible operation in Linkar Server (Read, New, Update, Select, Subroutine…)
The operation is of Persistent type.
Two functions are also included to carry out the “Login” and “Logout” operations.
Dependencies: Linkar.Functions.Persistent
This library consists of functions that perform Persistent operations against the Linkar Server, which are always in MV format for data input and output.
It requires the Linkar.Functions.Persistent library.
Dependencies: Linkar.Functions.Persistent
This library consists of functions that perform Persistent operations against the Linkar Server, which are always in JSON format for data input and output.
It requires the Linkar.Functions.Persistent library.
Dependencies: Linkar.Functions.Persistent
This library consists of functions that perform Persistent operations against the Linkar Server always in XML format for data input and output.
It requires the Linkar.Functions.Persistent library.
Dependencies: Linkar.Functions.Persistent
This library consists of functions that perform Persistent operations against the Linkar Server using TABLE as the output format.
There are only 3 operations that have this output format:
It requires the Linkar.Functions.Persistent library.
Dependencies: Linkar, Linkar.Functions
The desired output format can also be specified in these operations, and the data input format can be also specified in those operations that allow it.
The basic input and output formats are XML, JSON, MV, or TABLE.
Different formats for data input and output can also be specified.
Not all operations have all types of input/output formats.