| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Cosmin Cristea (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| 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 |
| ||||
| This is a simple class that encapsulates the functionality of MySQL database access commands. It establishes database connections, executes queries storing the result set handle in a class variable and provides other functions to traverse the result set an retrieve the data returned by the database server. |
| ||||
| This class is meant for manipulating XML documents. It may be useful for manipulating XML documents that contain application configuration values, security role definitions or even use the XML documents to store information like in databases. The class can parse a XML document and build and object oriented structure that can be manipulated to apply any changes that many be needed. Then the XML document can be saved back to file with any updates that were made. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |