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

switch_core_db_prepare() public static method

public static switch_core_db_prepare ( SWIGTYPE_p_sqlite3 db, string zSql, int nBytes, SWIGTYPE_p_p_sqlite3_stmt ppStmt, string &pzTail ) : int
db SWIGTYPE_p_sqlite3
zSql string
nBytes int
ppStmt SWIGTYPE_p_p_sqlite3_stmt
pzTail string
return int
        public static int switch_core_db_prepare(SWIGTYPE_p_sqlite3 db, string zSql, int nBytes, SWIGTYPE_p_p_sqlite3_stmt ppStmt, ref string pzTail)
        {
            int ret = freeswitchPINVOKE.switch_core_db_prepare(SWIGTYPE_p_sqlite3.getCPtr(db), zSql, nBytes, SWIGTYPE_p_p_sqlite3_stmt.getCPtr(ppStmt), ref pzTail);
            return ret;
        }
freeswitch