Example #1
0
 def is_async():
     host = ProxyHost()
     return host.is_async()
Example #2
0
 def delete_query_connection():
     host = ProxyHost()
     return host.delete_query_connection()
Example #3
0
 def ping_connection():
     host = ProxyHost()
     return host.ping_connection()
Example #4
0
 def create_results_connection():
     host = ProxyHost()
     return host.create_results_connection()
Example #5
0
 def create_status_connection():
     host = ProxyHost()
     return host.create_status_connection()
Example #6
0
 def create_query_connection():
     host = ProxyHost()
     return host.create_query_connection()
Example #7
0
 def translate_results():
     data_source_identity_object = args.data_source
     host = ProxyHost()
     return host.translate_results(data_source_identity_object)
Example #8
0
 def transform_query():
     host = ProxyHost()
     return host.transform_query()