src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/TransactionOutcome.java
branchJDK-8188051-branch
changeset 56797 fb523d4d9185
parent 56380 f06946e00a26
--- a/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/TransactionOutcome.java	Wed Jun 20 15:12:52 2018 -0400
+++ b/src/jdk.incubator.adba/share/classes/jdk/incubator/sql2/TransactionOutcome.java	Wed Jun 20 15:38:40 2018 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c)  2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c)  2017, 2018, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -35,6 +35,11 @@
   UNKNOWN,
   
   /**
+   *  The outcome of the transaction is in doubt.
+   */
+  IN_DOUBT,
+  
+  /**
    * The transaction committed successfully.
    */
   COMMIT,