QvxConnection Class |
Namespace: QlikView.Qvx.QvxLibrary
public abstract class QvxConnection : IDisposable
The QvxConnection type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Dispose of connection.
| |
ExtractQuery |
Override this method if you want to implement custom parsing of
your query. If your query is not an SQL query you need to
parse it yourself.
| |
FindTable |
Find QvxTable based on name.
| |
Init |
Method used to initialize a new connection. Should be overridden by
a custom connector and contain definitions for all QvxTables in the
custom data source.
|
Name | Description | |
---|---|---|
MParameters |
Below connect statement syntax for Connectors is stated:
CUSTOM CONNECT TO "Provider=custom_connect_app_name;[UserId | XUserId=userid;] [Password | XPassword=password;] [custom_connect_app_specific_param]" ; Connect Parameters - Description
As an example a custom connect string could look like this: CUSTOM CONNECT TO "Provider=MyCustomConnect.exe;ASHOST=XX.XX.X.XX;SYSNR=X;CLIENT=X;UserId=X;Password=X "; | |
MTables |
Array containing all table definitions made for a custom connector.
|