無料PHPプログラム

MySQL 5.1 リファレンスマニュアル :: 25 Extending MySQL :: 25.4 Adding New Procedures to MySQL
« 25.3.5 Adding a New Native Function

25.4.1 Procedure Analyse »
Section Navigation      [Toggle]
  • 25 Extending MySQL
  • 25.1 MySQL Internals
  • 25.2 The MySQL Plugin Interface
  • 25.3 Adding New Functions to MySQL
  • 25.4 Adding New Procedures to MySQL
    • 25.4.1 Procedure Analyse
    • 25.4.2 Writing a Procedure

25.4. Adding New Procedures to MySQL

[+/-]

25.4.1. Procedure Analyse
25.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.

Copyright c 1997, 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices
Top / Previous / Next / Up / Table of Contents
© 2010, Oracle Corporation and/or its affiliates

無料CGI PHPスクリプト | 新着情報スクリプト | 営業日カレンダー | PHPマニュアル | MySQLマニュアル | PEARマニュアル

Copyright (c) 2010 jmcodex.com All rights reserved.