Doctrine\DBAL\Platforms\PostgreSqlPlatform::getReadLockSQL PHP Method

getReadLockSQL() public method

{@inheritDoc}
public getReadLockSQL ( )
    public function getReadLockSQL()
    {
        return 'FOR SHARE';
    }
PostgreSqlPlatform