Linkar libraries include class definitions for objects required by functions. As an example, create a CredentialsOptions object to pass connection details to the LinkarClt.Login function, or create a ReadOptions object to provide details for the LinkarClt.Read function. The concepts described here are consistent across all client libraries, while specific implementations might be somewhat different.
Complete manuals for specific libraries are available. See the Linkar Client topic for specific library files (.DLL, .SO, etc) for all supported languages and frameworks.
LinkarClt |
This is the primary connectivity class, used as an instance to call Persistent Functions, or as a static class for Direct/Volatile Functions (definitions) |
LkData |
Contains the results of a function call when using the MV return type. |
LkException |
Specific exceptions generated by LinkarClt methods and functions. |
CredentialsOptions |
Contains the necessary information to make a Login
|
ReadOptions |
Contains the Read operations for the Read function
|
UpdateOptions |
Contains the options for the Update functions
|
NewOptions |
Contains the options for the New function
|
NewRecordIdType |
Contains the options to create New function codes
|
NewRecordIdTypeLinkar |
Contains the options to create New function Linkar type codes
|
NewRecordIdTypeRandom |
Contains the options to create Random type codes from New function
|
DeleteOptions |
Contains the options for Delete function
|
RecoverRecordIdTypeLinkar |
Contains the options for the recovery of codes from Delete function
|
SelectOptions |
Contains the options for Select functions
|
GenericError |
Auxiliary object on which the error is received. Java exclusive |
Objetos List<T> |
Generic type lists <T>
|
LKString |
The output formats MV, XML and JSON are received in this object |
LkSchemasOptions |
All LkSchemas options
|
LkPropertiesOptions |
All LkProperties function options
|
TableOptions |
All GetTable function options.
|