| Name | Description |
---|
   | Conversion |
Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, synchronously only, with JSON output format.
|
   | ConversionAsync |
Returns the result of executing ICONV() or OCONV() functions from a expression list in the Database, in a asynchronous way with JSON output format.
|
   | Delete |
Deletes one or several records in file, synchronously only, with JSON input and output format.
|
   | DeleteAsync |
Deletes one or several records in file, in a asynchronous way with JSON input and output format.
|
   | Dictionaries |
Returns all the dictionaries of a file, synchronously only, with JSON output format.
|
   | DictionariesAsync |
Returns all the dictionaries of a file, in a asynchronous way with JSON output format.
|
   | Execute |
Allows the execution of any command from the Database, synchronously only, with JSON output format.
|
   | ExecuteAsync |
Allows the execution of any command from the Database in a asynchronous way with JSON output format.
|
   | Format |
Returns the result of executing the FMT function in a expressions list in the Database, synchronously only, with JSON output format.
|
   | FormatAsync |
Returns the result of executing the FMT function in a expressions list in the Database, in a asynchronous way with JSON output format.
|
   | GetVersion |
Allows getting the server version, synchronously only, with JSON output format.
|
   | GetVersionAsync |
Allows getting the server version, in a asynchronous way with JSON output format.
|
   | LkProperties |
Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with JSON output format.
|
   | LkPropertiesAsync |
Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with JSON output format.
|
   | LkSchemas |
Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with JSON output format.
|
   | LkSchemasAsync |
Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, in a asynchronous way with JSON output format.
|
   | New |
Creates one or several records of a file, synchronously only, with JSON input and output format.
|
   | NewAsync |
Creates one or several records of a file, in a asynchronous way with JSON input and output format.
|
   | Read |
Reads one or several records of a file, synchronously only, with JSON input and output format.
|
   | ReadAsync |
Reads one or several records of a file in a asynchronous way with JSON input and output format.
|
   | ResetCommonBlocks |
Resets the COMMON variables with the 100 most used files, synchronously only, with JSON output format.
|
   | ResetCommonBlocksAsync |
Resets the COMMON variables with the 100 most used files in a asynchronous way with JSON output format.
|
   | Select |
Executes a Query in the Database, synchronously only, with JSON output format.
|
   | SelectAsync |
Executes a Query in the Database, in a asynchronous way with JSON output format.
|
   | Subroutine |
Executes a subroutine, synchronously only, with JSON input and output format.
|
   | SubroutineAsync |
Executes a subroutine, in a asynchronous way with JSON input and output format.
|
   | Update |
Update one or several records of a file, synchronously only, with JSON input and output format.
|
   | UpdateAsync |
Update one or several records of a file, in a asynchronous way with JSON input and output format.
|
   | UpdatePartial |
Update one or more attributes of one or more file records, synchronously only, with JSON input and output format.
|
   | UpdatePartialAsync |
Update one or more attributes of one or more file records, in a asynchronous way with JSON input and output format.
|