LockMode
in package
Contains all DBAL LockModes.
Table of Contents
Constants
- NONE = 0
- OPTIMISTIC = 1
- PESSIMISTIC_READ = 2
- PESSIMISTIC_WRITE = 4
Methods
- __construct() : mixed
- Private constructor. This class cannot be instantiated.
Constants
NONE
public
mixed
NONE
= 0
OPTIMISTIC
public
mixed
OPTIMISTIC
= 1
PESSIMISTIC_READ
public
mixed
PESSIMISTIC_READ
= 2
PESSIMISTIC_WRITE
public
mixed
PESSIMISTIC_WRITE
= 4
Methods
__construct()
Private constructor. This class cannot be instantiated.
private
final __construct() : mixed