FreeSWITCH.Native.freeswitch.switch_cache_db_execute_sql_callback C# (CSharp) Method

switch_cache_db_execute_sql_callback() public static method

public static switch_cache_db_execute_sql_callback ( SWIGTYPE_p_switch_cache_db_handle dbh, string sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int callback, SWIGTYPE_p_void pdata, string &err ) : switch_status_t
dbh SWIGTYPE_p_switch_cache_db_handle
sql string
callback SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int
pdata SWIGTYPE_p_void
err string
return switch_status_t
        public static switch_status_t switch_cache_db_execute_sql_callback(SWIGTYPE_p_switch_cache_db_handle dbh, string sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int callback, SWIGTYPE_p_void pdata, ref string err)
        {
            switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_cache_db_execute_sql_callback(SWIGTYPE_p_switch_cache_db_handle.getCPtr(dbh), sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int.getCPtr(callback), SWIGTYPE_p_void.getCPtr(pdata), ref err);
            return ret;
        }
freeswitch