| 1 to 5 of 5 |
1. MySQL :: MySQL 5.1 Reference Manual :: 30.4 Adding New Procedures to MySQL
30.4. Adding New Procedures to MySQL [ +/- ] 30.4.1. PROCEDURE ANALYSE 30.4.2. Writing a Procedure In MySQL, you can define a procedure in C++ that can access and modify the data in a query before it is sent to the client. The modification can be done on a row-by-row or GROUP BY level. We have created an example procedure to show you what can be done. Additionally, we recommend that you take a look at mylua . With this you can use the LUA language to load a procedure at runtime into mysqld .
» http://dev.mysql.com/doc/refman/5.1/en/adding-procedures.html
2. MySQL :: MySQL 5.0 Reference Manual :: 28.3 Adding New Procedures to MySQL
28.3. Adding New Procedures to MySQL [ +/- ] 28.3.1. PROCEDURE ANALYSE 28.3.2. Writing a Procedure In MySQL, you can define a procedure in C++ that can access and modify the data in a query before it is sent to the client. The modification can be done on a row-by-row or GROUP BY level. We have created an example procedure to show you what can be done. Additionally, we recommend that you take a look at mylua . With this you can use the LUA language to load a procedure at runtime into mysqld .
» http://dev.mysql.com/doc/refman/5.0/en/adding-procedures.html
3. MySQL :: MySQL 6.0 Reference Manual :: 30.4 Adding New Procedures to MySQL
30.4. Adding New Procedures to MySQL [ +/- ] 30.4.1. PROCEDURE ANALYSE 30.4.2. Writing a Procedure In MySQL, you can define a procedure in C++ that can access and modify the data in a query before it is sent to the client. The modification can be done on a row-by-row or GROUP BY level. We have created an example procedure to show you what can be done. Additionally, we recommend that you take a look at mylua . With this you can use the LUA language to load a procedure at runtime into mysqld .
» http://dev.mysql.com/doc/refman/6.0/en/adding-procedures.html
4. MySQL :: MySQL 5.1 with Maria Reference Manual :: 30.4 Adding New Procedures to MySQL
30.4. Adding New Procedures to MySQL [ +/- ] 30.4.1. PROCEDURE ANALYSE 30.4.2. Writing a Procedure In MySQL, you can define a procedure in C++ that can access and modify the data in a query before it is sent to the client. The modification can be done on a row-by-row or GROUP BY level. We have created an example procedure to show you what can be done. Additionally, we recommend that you take a look at mylua . With this you can use the LUA language to load a procedure at runtime into mysqld .
» http://dev.mysql.com/doc/refman/5.1-maria/en/adding-procedures.html
5. MySQL :: MySQL 3.23, 4.0, 4.1 Reference Manual :: 19.3 Adding New Procedures to MySQL
19.3. Adding New Procedures to MySQL [ +/- ] 19.3.1. PROCEDURE ANALYSE 19.3.2. Writing a Procedure In MySQL, you can define a procedure in C++ that can access and modify the data in a query before it is sent to the client. The modification can be done on a row-by-row or GROUP BY level. We have created an example procedure in MySQL 3.23 to show you what can be done. Additionally, we recommend that you take a look at mylua . With this you can use the LUA language to load a procedure at runtime into mysqld .
» http://dev.mysql.com/doc/refman/4.1/en/adding-procedures.html
| 1 to 5 of 5 |