LibDirects |
These libraries consist of one function for each possible operation in Linkar Server (Read, New, Update, Select, Subroutine, ...)
The executed operation is a Direct type one.
Dependencies: Linkar.Functions.Direct
This library consists of functions that perform Direct operations against Linkar Server, which are always in MV format for data input and output.
It requires the Linkar.Functions.Direct library.
Dependencies: Linkar.Functions.Direct
This library consists of functions that perform direct operations against the Linkar Server, which are always in JSON format for data input and output.
It requires the Linkar.Functions.Direct library.
Dependencies: Linkar.Functions.Direct
This library consists of functions that perform Direct operations against the Linkar Server, which are always in XML format for data input and output.
It requires the Linkar.Functions.Direct library.
Dependencies: Linkar.Functions.Direct
This library consists of functions that perform Direct operations against Linkar Server using TABLE as the output format.
There are only 3 operations that have this output format:
It requires the Linkar.Functions.Direct library.
Dependencies: Linkar, Linkar.Functions
The desired output format can be specified in these operations, and the data input format can also be specified in those operations that also 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 allow input/output type formats.