1 / 67
文档名称:

Mysql 5.0 Stored Procedures - Part 1.pdf

格式:pdf   页数:67
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Mysql 5.0 Stored Procedures - Part 1.pdf

上传人:bolee65 2014/4/10 文件大小:0 KB

下载得到文件列表

Mysql 5.0 Stored Procedures - Part 1.pdf

文档介绍

文档介绍:MySQL Stored Procedures

MySQL New Features Series – Part 1
























A MySQL® Technical White Paper
Peter Gulutzan

March, 2005
Copyright © 2005, MySQL AB
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......................................