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

switch_core_db_column_count() public static method

public static switch_core_db_column_count ( SWIGTYPE_p_sqlite3_stmt pStmt ) : int
pStmt SWIGTYPE_p_sqlite3_stmt
return int
        public static int switch_core_db_column_count(SWIGTYPE_p_sqlite3_stmt pStmt)
        {
            int ret = freeswitchPINVOKE.switch_core_db_column_count(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt));
            return ret;
        }
freeswitch