Your IP : 216.73.217.13


Current Path : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/Platforms/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php

<?php

namespace Doctrine\DBAL\Platforms;

/**
 * Provides the behavior, features and SQL dialect of the Oracle MySQL database platform
 * of the oldest supported version.
 */
class MySQLPlatform extends AbstractMySQLPlatform
{
}