51 строка
3.1 KiB
YAML
51 строка
3.1 KiB
YAML
### YamlMime:JavaEnum
|
|
fields:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.NonTransactional
|
|
name: NonTransactional
|
|
nameWithType: StoreTransactionScopeKind.NonTransactional
|
|
summary: <p>A non-transactional scope, uses auto-commit transaction mode. Useful for performing operations that are not allowed to be executed within transactions such as Kill connections. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.NonTransactional
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.ReadOnly
|
|
name: ReadOnly
|
|
nameWithType: StoreTransactionScopeKind.ReadOnly
|
|
summary: <p>Read only transaction scope, uses read-committed transaction mode. Read locks are acquired purely during row read and then released. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.ReadOnly
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.ReadWrite
|
|
name: ReadWrite
|
|
nameWithType: StoreTransactionScopeKind.ReadWrite
|
|
summary: <p>Read write transaction scope, uses repeatable-read transaction mode. Read locks are held till Commit or Rollback. </p>
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.ReadWrite
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.SIZE
|
|
name: SIZE
|
|
nameWithType: StoreTransactionScopeKind.SIZE
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.SIZE
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
- <xref href="java.lang.Enum<StoreTransactionScopeKind>" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.forValue(int value)
|
|
name: forValue(int value)
|
|
nameWithType: StoreTransactionScopeKind.forValue(int value)
|
|
parameters:
|
|
- name: value
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
type: <xref href="com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind?alt=com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind&text=StoreTransactionScopeKind" data-throw-if-not-resolved="False"/>
|
|
syntax: public static StoreTransactionScopeKind forValue(int value)
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.forValue(int)
|
|
- fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.getValue()
|
|
name: getValue()
|
|
nameWithType: StoreTransactionScopeKind.getValue()
|
|
returns:
|
|
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
|
|
syntax: public int getValue()
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind.getValue()
|
|
nameWithType: StoreTransactionScopeKind
|
|
syntax: public enum StoreTransactionScopeKind
|
|
uid: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind
|
|
fullName: com.microsoft.azure.elasticdb.shard.store.StoreTransactionScopeKind
|
|
name: StoreTransactionScopeKind
|
|
package: com.microsoft.azure.elasticdb.shard.store
|
|
summary: <p>Type of transaction scope. </p>
|
|
metadata: {}
|