您的位置:首页 > 数据库 > MySQL

[分享,翻译]MySQL 5.0存储过程_of_MySQL技术白皮书(中文PDF格式)

2007-06-05 02:13 666 查看
点击这里下载

Table of Contents
目录(目录不做翻译了,因为基本都是专有名词)
Introduction ....................................................................................................3
A Definition and an Example ........................................................................3
Why Stored Procedures ................................................................................4
Why MySQL Statements are Legal in a Procedure Body...........................8
Characteristics Clauses ..............................................................................10
Parameters....................................................................................................13
The New SQL Statements ...........................................................................15
Scope ...........................................................................................................16
Loops.............................................................................................................21
Error Handling..............................................................................................29
Cursors .........................................................................................................35
Security .........................................................................................................41
Functions ......................................................................................................43
Metadata........................................................................................................44
Details ...........................................................................................................48
Style...............................................................................................................52
Tips when writing long routines.................................................................63
Bugs ..............................................................................................................64
Feature Requests .........................................................................................65
Resources .....................................................................................................65
Conclusion....................................................................................................66
About MySQL ...............................................................................................66

点击这里下载


翻译者信息:
Peter Gulutzan
March, 2005
翻译:陈朋奕
西安电子科技大学

(声明:属于个人翻译,不涉及任何商业目的,支持国内MySQL发展,请转载时注明出处,谢)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: