Doctrine\DBAL\Platforms\OraclePlatform::supportsForeignKeyOnUpdate PHP Method

supportsForeignKeyOnUpdate() public method

{@inheritDoc}
    public function supportsForeignKeyOnUpdate()
    {
        return false;
    }
OraclePlatform