Esempio n. 1
0
 public void Push(DatabaseCellUpdate input, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Push(swigCPtr, DatabaseCellUpdate.getCPtr(input), file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void Replace(DatabaseCellUpdate input)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_1(swigCPtr, DatabaseCellUpdate.getCPtr(input));
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public void Replace(DatabaseCellUpdate input, DatabaseCellUpdate filler, uint position, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_0(swigCPtr, DatabaseCellUpdate.getCPtr(input), DatabaseCellUpdate.getCPtr(filler), position, file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending)
     {
         throw RakNetPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void UpdateRow(string tableName, string updatePassword, RowUpdateMode updateMode, bool hasRowId, uint rowId, DatabaseCellUpdate [] cellUpdates, byte numCellUpdates, SystemAddress systemAddress, bool broadcast)
 {
     RakNetListDatabaseCellUpdate cellUpdateList =null;
     if (cellUpdates!=null)
     {
         cellUpdateList = new RakNetListDatabaseCellUpdate();
         int listLen = cellUpdates.Length;
         for (int i = 0; i < listLen; i++)
         {
      	 		    cellUpdateList.Insert(cellUpdates[i], "", 1);
         }
     }
     UpdateRowHelper(tableName, updatePassword, updateMode, hasRowId, rowId, cellUpdateList, numCellUpdates, systemAddress, broadcast);
 }
 public void Replace(DatabaseCellUpdate input)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_1(swigCPtr, DatabaseCellUpdate.getCPtr(input));
     if (RakNetPINVOKE.SWIGPendingException.Pending) throw RakNetPINVOKE.SWIGPendingException.Retrieve();
 }
 public void Replace(DatabaseCellUpdate input, DatabaseCellUpdate filler, uint position, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Replace__SWIG_0(swigCPtr, DatabaseCellUpdate.getCPtr(input), DatabaseCellUpdate.getCPtr(filler), position, file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending) throw RakNetPINVOKE.SWIGPendingException.Retrieve();
 }
 public void Push(DatabaseCellUpdate input, string file, uint line)
 {
     RakNetPINVOKE.RakNetListDatabaseCellUpdate_Push(swigCPtr, DatabaseCellUpdate.getCPtr(input), file, line);
     if (RakNetPINVOKE.SWIGPendingException.Pending) throw RakNetPINVOKE.SWIGPendingException.Retrieve();
 }
 public DatabaseCellUpdate Pop()
 {
     DatabaseCellUpdate ret = new DatabaseCellUpdate(RakNetPINVOKE.RakNetListDatabaseCellUpdate_Pop(swigCPtr), false);
     return ret;
 }
 public DatabaseCellUpdate Get(uint position)
 {
     DatabaseCellUpdate ret = new DatabaseCellUpdate(RakNetPINVOKE.RakNetListDatabaseCellUpdate_Get(swigCPtr, position), false);
     return ret;
 }
Esempio n. 10
0
 internal static HandleRef getCPtr(DatabaseCellUpdate obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 11
0
    public DatabaseCellUpdate Pop()
    {
        DatabaseCellUpdate ret = new DatabaseCellUpdate(RakNetPINVOKE.RakNetListDatabaseCellUpdate_Pop(swigCPtr), false);

        return(ret);
    }
Esempio n. 12
0
    public DatabaseCellUpdate Get(uint position)
    {
        DatabaseCellUpdate ret = new DatabaseCellUpdate(RakNetPINVOKE.RakNetListDatabaseCellUpdate_Get(swigCPtr, position), false);

        return(ret);
    }
Esempio n. 13
0
 internal static HandleRef getCPtr(DatabaseCellUpdate obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }