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

switch_core_db_column_text() public static method

public static switch_core_db_column_text ( SWIGTYPE_p_sqlite3_stmt stmt, int iCol ) : SWIGTYPE_p_unsigned_char
stmt SWIGTYPE_p_sqlite3_stmt
iCol int
return SWIGTYPE_p_unsigned_char
        public static SWIGTYPE_p_unsigned_char switch_core_db_column_text(SWIGTYPE_p_sqlite3_stmt stmt, int iCol)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_core_db_column_text(SWIGTYPE_p_sqlite3_stmt.getCPtr(stmt), iCol);
            SWIGTYPE_p_unsigned_char ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_char(cPtr, false);
            return ret;
        }
freeswitch