zoukankan      html  css  js  c++  java
  • [分享,翻译]MySQL 5.0存储过程_of_MySQL技术白皮书(中文PDF格式)

    点击这里下载

    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发展,请转载时注明出处,谢)
  • 相关阅读:
    1725最少硬币问题(DP)
    3358高数Umaru系列(9)——哈士奇(DP)
    1018骨牌铺方格(分治算法)
    3664顺序表应用7:最大子段和之分治递归法(分治算法)
    1722整数因子分解问题(分治算法)
    剑指offer JZ-11
    剑指offer JZ-10
    剑指offer JZ-9
    剑指offer JZ-8
    剑指offer JZ-7
  • 原文地址:https://www.cnblogs.com/erwin/p/771409.html
Copyright © 2011-2022 走看看