×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Objective-C
Posted by: roliver
Added: Nov 30, 2018 12:23 AM
Views: 3577
Tags: no tags
  1.  public static final int STATUS_ACTIVE = 0;
  2.  
  3.     public static final int STATUS_MARKED_ROLLBACK = 1;
  4.  
  5.    
  6.     public static final int STATUS_PREPARED = 2;
  7.  
  8.     public static final int STATUS_COMMITTED = 3;
  9.  
  10.    
  11.     public static final int STATUS_ROLLEDBACK = 4;
  12.  
  13.     public static final int STATUS_UNKNOWN = 5;
  14.  
  15.     public static final int STATUS_NO_TRANSACTION = 6;
  16.  
  17.     public static final int STATUS_PREPARING = 7;
  18.  
  19.     public static final int STATUS_COMMITTING = 8;
  20.  
  21.     public static final int STATUS_ROLLING_BACK = 9;