MySQL
では、クライアントに送信する前にクエリのデータにアクセスして、変更できるプロシージャを、C++
を使用して定義できます。データの変更は、1
行ごと、または GROUP BY
レベルで実行できます。
MySQL バージョン 3.23 には、プロシージャで実行できる処理を示すサンプルプロシージャが用意されています。
また、mylua
を参照することをおすすめします。これは、LUA
言語を使用して実行時に mysqld
にプロシージャをロードするツールです。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.