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