QvxConnection Methods |
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.
|