1
0
Fork 0
Dieser Commit ist enthalten in:
DSB 2011-06-20 18:44:27 +00:00
Ursprung 6b7353aaf6
Commit 2e71e16502
3 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -10,7 +10,7 @@
*/ */
/** /**
* Class to parse MySQL CREATE statements. * Class to parse MySQL ALTER statements.
* This enables you to analyze and modify MySQL queries, which the user has entered. * This enables you to analyze and modify MySQL queries, which the user has entered.
* *
* @package MySQLDumper * @package MySQLDumper

Datei anzeigen

@ -10,7 +10,7 @@
*/ */
/** /**
* Class to parse MySQL comments. * Class to parse MySQL SELECT commands.
* This enables you to analyze and modify MySQL queries, which the user has entered. * This enables you to analyze and modify MySQL queries, which the user has entered.
* *
* @package MySQLDumper * @package MySQLDumper

Datei anzeigen

@ -10,7 +10,7 @@
*/ */
/** /**
* Class to parse MySQL CREATE statements. * Class to parse MySQL SET statements.
* This enables you to analyze and modify MySQL queries, which the user has entered. * This enables you to analyze and modify MySQL queries, which the user has entered.
* *
* @package MySQLDumper * @package MySQLDumper