QVX SDK - API Reference
QVX SDK - API Reference
QlikView.Qvx.QvxLibrary
IQvxServer Interface
IQvxServer Methods
CreateConnection Method
CreateConnectionString Method
CreateSelectStatement Method
HandleJsonRequest Method
Run Method
RunStandalone Method
IQvxServer
HandleJsonRequest Method
This method should be overridden by a custom connector. It should return a QvxReply.
Namespace:
QlikView.Qvx.QvxLibrary
Assembly:
QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
Copy
string
HandleJsonRequest
(
string
method
,
string
[]
userParameters
,
QvxConnection
connection
)
Parameters
method
Type:
System
String
Method called
userParameters
Type:
System
String
User defined parameters
connection
Type:
QlikView.Qvx.QvxLibrary
QvxConnection
Reference to the current connection
Return Value
Type:
String
A QvxReply
See Also
Reference
IQvxServer Interface
QlikView.Qvx.QvxLibrary Namespace
Help files generated: 2015-04-23