FreeSWITCH.Native.freeswitch.switch_core_db_prepare C# (CSharp) 메소드

switch_core_db_prepare() 공개 정적인 메소드

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
리턴 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