Click or drag to resize
QvxConnection Methods

The QvxConnection type exposes the following members.

Methods
  NameDescription
Public methodDispose
Dispose of connection.
Public methodExtractQuery
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.
Public methodFindTable
Find QvxTable based on name.
Public methodInit
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.
Top
See Also