Example #1
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mStatusId, @"statusId");
     nSqlCommand._serialize(ref mText, @"text");
     nSqlCommand._serialize(ref mType, @"type");
     nSqlCommand._serialize(ref mTicks, @"createTime");
     nSqlCommand._serialize(ref mAttachments, @"attachments");
 }
Example #2
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mId, @"id");
     nSqlCommand._serialize(ref mValue, @"value");
     nSqlCommand._serialize(ref mTotal, @"total");
     nSqlCommand._serialize(ref mDayInc, @"dayInc");
     nSqlCommand._serialize(ref mDayDec, @"dayDec");
     nSqlCommand._serialize(ref mMaxInc, @"maxInc");
     nSqlCommand._serialize(ref mMaxDec, @"maxDec");
     nSqlCommand._serialize(ref mDebts, @"debts");
 }
Example #3
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mAccountId, @"accountId");
     nSqlCommand._serialize(ref mPlatform, @"platformId");
     nSqlCommand._serialize(ref mAccountName, @"accountName");
     nSqlCommand._serialize(ref mNickName, @"nickName");
     nSqlCommand._serialize(ref mPassward, @"passward");
     nSqlCommand._serialize(ref mGetPassward, @"getPassward");
     nSqlCommand._serialize(ref mTicks, @"createTime");
 }
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mStatusId, @"statusId", SqlFieldId_.mPrimary_ | SqlFieldId_.mNotNull_ | SqlFieldId_.mZeroFill_);
     nSqlCommand._serialize(ref mAccountId, @"accountId", SqlFieldId_.mNotNull_ | SqlFieldId_.mZeroFill_);
     nSqlCommand._serialize(ref mText, @"text");
     nSqlCommand._serialize(ref mType, @"type");
     nSqlCommand._serialize(ref mTicks, @"createTime");
     nSqlCommand._serialize(ref mAttachments, @"attachments");
 }
Example #5
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mStatusOptionBs, @"statusOptionBs");
 }
Example #6
0
 public void _runWhere(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mAccountId,
                            @"WHERE accountId=");
 }
Example #7
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mMoneyB, @"moneys");
 }
Example #8
0
 public void _runWhere(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mStatusIds, @"WHERE statusId in ");
     nSqlCommand._serialize(ref mAccountId, @"AND accountId=");
 }
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mAccountId, @"accountId");
     nSqlCommand._serialize(ref mTicks, @"ticks");
     nSqlCommand._serialize(ref mBytes, @"statusIds");
 }
Example #10
0
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mNickName, @"nickName");
     nSqlCommand._serialize(ref mPassward, @"passward");
     nSqlCommand._serialize(ref mTicks, @"createTime");
 }
 public void _runSelect(ISqlCommand nSqlCommand)
 {
     nSqlCommand._serialize(ref mAccountMgrId, @"accountMgrId");
     nSqlCommand._serialize(ref mTableId, @"tableId");
 }