D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
3023067
/
cwd
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
Filename :
MySQLPlatform.php
back
Copy
<?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 { }