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

switch_cache_db_execute_sql() public static method

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