#include <sql_service_command.h>
◆ internal_clone_server()
Method to remotely clone a server. 
- Parameters
 - 
  
    | [in] | sql_interface | The connection where to execute the query  | 
    | [in] | variable_args | Tuple <string,string,string,string,bool,string> | 
  
   
- Returns
 - the error value returned 
 
- Return values
 - 
  
    | 0 | OK  | 
    | !=0 | Error on execution  | 
  
   
 
 
◆ internal_execute_conditional_query()
Method to execute a given conditional query. 
- Parameters
 - 
  
    | [in] | sql_interface | The connection where to execute the query  | 
    | [in] | variable_args | Tuple <string, bool, string> | 
  
   
- Returns
 - the error value returned 
 
- Return values
 - 
  
    | 0 | OK  | 
    | !=0 | Error on execution  | 
  
   
 
 
◆ internal_execute_query()
Method to execute a given query. 
- Parameters
 - 
  
    | [in] | sql_interface | The connection where to execute the query  | 
    | [in] | variable_args | Tuple <string, string> | 
  
   
- Returns
 - the error value returned 
 
- Return values
 - 
  
    | 0 | OK  | 
    | !=0 | Error on execution  | 
  
   
 
 
◆ internal_kill_session()
Method to kill the session identified by the given session id in those cases where the server hangs while executing the sql query. 
- Parameters
 - 
  
    | sql_interface | the server session interface for query execution  | 
    | session_id | id of the session to be killed. | 
  
   
- Returns
 - the error value returned 
 
- Return values
 - 
  
  
 
 
 
The documentation for this class was generated from the following files: