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

switch_core_db_bind_text() public static method

public static switch_core_db_bind_text ( SWIGTYPE_p_sqlite3_stmt pStmt, int i, string zData, int nData, SWIGTYPE_p_f_p_void__void xDel ) : int
pStmt SWIGTYPE_p_sqlite3_stmt
i int
zData string
nData int
xDel SWIGTYPE_p_f_p_void__void
return int
        public static int switch_core_db_bind_text(SWIGTYPE_p_sqlite3_stmt pStmt, int i, string zData, int nData, SWIGTYPE_p_f_p_void__void xDel)
        {
            int ret = freeswitchPINVOKE.switch_core_db_bind_text(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt), i, zData, nData, SWIGTYPE_p_f_p_void__void.getCPtr(xDel));
            return ret;
        }
freeswitch