This class emulates stored procedures for MySQL databases used (MySQL) client side files to define the SQL code of the procedures.
It executes simple queries defined within a named block, known as "stored procedure".
The query syntax within a stored procedure is compliant with standard SELECT, INSERT, DELETE and UPDATE MySQL queries, but it does not accept sub-select queries like "INSERT ... SELECT".
Every stored procedure can have parameters that must be initialized before the execution.
Here is the of provided functionality:
- Loading and saving stored procedures on disk files.
- Procedure execution
- Dumping in HTML format the code of loaded procedures
- All the methods not implemented have a proprietary license
|
|
| Name: |
MySQL stored procedures |
| Base name: |
st_proc |
| Description: |
Emulation of stored procedures for MySQL databases |
| Version: |
- |
| PHP version: |
- |
| License: |
Freeware |
| All time users: |
3611 users |
| All time rank: |
802 |
| Week users: |
0 users |
| Week rank: |
2011  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.3%) |
Good (83.3%) |
- |
Good (83.3%) |
- |
- |
Not sure (58.3%) |
961 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|