Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Query
/
ForUpdate
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/Query/ForUpdate
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: ConflictResolutionMode.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Query\ForUpdate; final class ConflictResolutionMode { /** * Wait for the row to be unlocked */ public const ORDINARY = 0; /** * Skip the row if it is locked */ public const SKIP_LOCKED = 1; /** * This class cannot be instantiated. * * @codeCoverageIgnore */ private function __construct() { } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
ConflictResolutionMode.php
427 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply