Databases: SQL Parsing
MA Razzaque Rupom (contact me)
This is a simple class that can parse text files with a list of MySQL query statements to be executed.
The class splits the file lines, skips comment lines and gathers all consecutive lines until the one ends with semi-colon to get the complete SQL statement.
Each statement is executed as MySQL query to the current default MySQL database connection.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (95.0%)
| Good (85.0%)
| -
| Good (95.0%)
| -
| -
| Sufficient (65.5%)
| 329 |
Click here for detailed information about this class on phpclasses.org