PushInt32
status_t PushInt32(int32 value);
fido.PushInt32(fAccountSettings.AccountID());
query->PushInt32((int32)StringToScalar(
query.PushInt32(fStart);
query.PushInt32(fEnd);
query.PushInt32(B_MAIL_PENDING);
query.PushInt32(B_MAIL_PENDING | B_MAIL_SAVE);
query.PushInt32(account);
status_t PushValue(int32 value) { PushInt32(value); return B_OK; }
status_t PushValue(int32 value) { return PushInt32(value); }