comparison Framework/Common/DatabasesEnumerations.h @ 207:d9ef3f16e6a2

wrapping transactions in API v3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Mar 2021 15:11:45 +0100
parents 3236894320d6
children b40b30075c51
comparison
equal deleted inserted replaced
206:6dcf57074dd4 207:d9ef3f16e6a2
37 { 37 {
38 Dialect_MySQL, 38 Dialect_MySQL,
39 Dialect_PostgreSQL, 39 Dialect_PostgreSQL,
40 Dialect_SQLite 40 Dialect_SQLite
41 }; 41 };
42
43 enum TransactionType
44 {
45 TransactionType_ReadOnly,
46 TransactionType_ReadWrite
47 };
42 } 48 }