Sindbad~EG File Manager

Current Path : /opt/nginxhttpd_/vendor/doctrine/dbal/src/Query/ForUpdate/
Upload File :
Current File : //opt/nginxhttpd_/vendor/doctrine/dbal/src/Query/ForUpdate/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()
    {
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists