Added statement parser for comments.
Added "Traversable" implementation to access the parsed MySQL statements with "foreach". Setted SVN keywords. Fixed DocBlocks.
Dieser Commit ist enthalten in:
Ursprung
50aadc32c5
Commit
4ce08bf58f
9 geänderte Dateien mit 145 neuen und 30 gelöschten Zeilen
|
|
@ -5,8 +5,8 @@
|
|||
*
|
||||
* @package MySQLDumper
|
||||
* @subpackage SQL-Browser
|
||||
* @version SVN: $Rev: 1227 $
|
||||
* @author $Author: DSB $
|
||||
* @version SVN: $Rev$
|
||||
* @author $Author$
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
@ -22,7 +22,7 @@ interface Msd_Sql_Parser_Interface
|
|||
*
|
||||
* @abstract
|
||||
*
|
||||
* @param string $statement MySQL INSERT statement.
|
||||
* @param string $statement MySQL statement.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren