FactoryGirl\Provider\Doctrine\ORM\Locking\TableLock::getUnlockString PHP Method

getUnlockString() private method

The MySQL statement required to unlock tables after a transaction
private getUnlockString ( ) : string
return string
    private function getUnlockString()
    {
        return 'UNLOCK TABLES';
    }