void C_TransactionProperties(boolean autoCommit, int concurrency, int isolation)
void C_TransactionProperties(boolean autoCommit, int concurrency, int isolation)
Name | Type | Description |
---|---|---|
autoCommit | true | if the cache updates are applied within a transaction boundary |
concurrency |
| |
isolation | TRANSACTION_GET_COMMITTED | = 1, TRANSACTION_REPEATABLE_GET = 2, TRANSACTION_SERIALIZABLE = 3 |
Type | Description |
---|---|
void |