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

switch_core_db_column_count() 공개 정적인 메소드

public static switch_core_db_column_count ( SWIGTYPE_p_sqlite3_stmt pStmt ) : int
pStmt SWIGTYPE_p_sqlite3_stmt
리턴 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