File tree
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection
Expand file treeCollapse file tree2 files changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
|
17 | 17 | package com.google.cloud.spanner.connection;
|
18 | 18 |
|
19 | 19 | /** Enum used to define the behavior of DML statements in autocommit mode */
|
20 |
| -enum AutocommitDmlMode { |
| 20 | +public enum AutocommitDmlMode { |
21 | 21 | TRANSACTIONAL,
|
22 | 22 | PARTITIONED_NON_ATOMIC;
|
23 | 23 |
|
|
Original file line number | Diff line number | Diff line change |
---|
|
17 | 17 | package com.google.cloud.spanner.connection;
|
18 | 18 |
|
19 | 19 | /** Enum used to define the transaction type of a {@link Connection} */
|
20 |
| -enum TransactionMode { |
| 20 | +public enum TransactionMode { |
21 | 21 | READ_ONLY_TRANSACTION("READ ONLY"),
|
22 | 22 | READ_WRITE_TRANSACTION("READ WRITE");
|
23 | 23 |
|
|
You can’t perform that action at this time.
0 commit comments