Icon TLockProtocol

Header File: dbisamtb

enum TLockProtocol { lpPessimistic, lpOptimistic }

This type is used with the TDBISAMSession LockProtocol property. Please see the Locking and Concurrency topic for more information.

ElementDescription
lpOptimisticIndicates an optimistic locking model.
lpPessimisticIndicates an pessimistic locking model.
Image