Databases: MySQL SP
Alexandar Minkovsky (contact me)
This class is meant to provide an emulation of stored procedures for MySQL.
It uses template files stored on the database client side that contain multiple SQL statements with special marks that identify placeholders that are replaced by procedure arguments when they are executed.
The result of the execution of procedure is an array containing either the handles of the result set of the SELECT statements or the number of affected rows of other statements.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (83.3%)
| Good (83.3%)
| -
| Good (91.7%)
| -
| -
| Not sure (59.2%)
| 709 |
Click here for detailed information about this class on phpclasses.org