Skip navigation links
The world's most popular open source database
Login
|
Register
Developer Zone
Downloads
Documentation
MySQL Manual
MySQL Workbench
Expert Guides
Topic Guides
MySQL Cluster
Other Docs
MySQL Uni
About
Archives
Documentation Library
Table of Contents
MySQL 3.23/4.0/4.1 Manual
Search manual:
MySQL 5.1 リファレンスマニュアル
:: 25 Extending MySQL
« 24.5 Connector/PHP
25.1 MySQL Internals »
Section Navigation
[
Toggle
]
はじめに
1 一般情報
2 MySQL のインストールと更新
3 MySQL プログラムの使用
4 データベース管理
5 レプリケーション
6 最適化
7 クライアントプログラムとユーティリティ プログラム
8 言語構造
9 キャラクタセットサポート
10 データタイプ
11 関数と演算子
12 SQL ステートメント構文
13 ストレージエンジンとテーブルタイプ
14 MySQL Cluster
15 パーティショニング
16 Spatial Extensions
17 ストアドプロシージャとファンクション
18 トリガ
19 Event Scheduler
20 ビュー
21 INFORMATION_SCHEMA データベース
22 精密計算
23 APIとライブラリー
24 MySQL コネクタ
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
A Frequently Asked Questions About MySQL 5.1
B Errors, Error Codes, and Common Problems
C MySQL Change History
D 制限と規制
E Credits
目次
第25章 Extending MySQL
目次
25.1. MySQL Internals
[
+/-
]
25.1.1. MySQL Threads
25.1.2. MySQL Test Suite
25.2. The MySQL Plugin Interface
[
+/-
]
25.2.1. Characteristics of the Plugin Interface
25.2.2. Full-Text Parser Plugins
25.2.3.
INSTALL PLUGIN
Syntax
25.2.4.
UNINSTALL PLUGIN
Syntax
25.2.5. Writing Plugins
25.3. Adding New Functions to MySQL
[
+/-
]
25.3.1. Features of the User-Defined Function Interface
25.3.2.
CREATE FUNCTION
Syntax
25.3.3.
DROP FUNCTION
Syntax
25.3.4. Adding a New User-Defined Function
25.3.5. Adding a New Native Function
25.4. Adding New Procedures to MySQL
[
+/-
]
25.4.1. Procedure Analyse
25.4.2. Writing a Procedure
Top
/
Previous
/
Next
/
Up
/
Table of Contents
© 2010, Oracle Corporation and/or its affiliates