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

switch_core_db_exec() public static method

public static switch_core_db_exec ( SWIGTYPE_p_sqlite3 db, string sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int callback, SWIGTYPE_p_void data, string &errmsg ) : int
db SWIGTYPE_p_sqlite3
sql string
callback SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int
data SWIGTYPE_p_void
errmsg string
return int
        public static int switch_core_db_exec(SWIGTYPE_p_sqlite3 db, string sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int callback, SWIGTYPE_p_void data, ref string errmsg)
        {
            int ret = freeswitchPINVOKE.switch_core_db_exec(SWIGTYPE_p_sqlite3.getCPtr(db), sql, SWIGTYPE_p_f_p_void_int_p_p_char_p_p_char__int.getCPtr(callback), SWIGTYPE_p_void.getCPtr(data), ref errmsg);
            return ret;
        }
freeswitch