Documentation

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

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
Tags
codeCoverageIgnore

        
On this page

Search results