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发展,请转载时注明出处,谢)
  • 相关阅读:
    3.31考试T2
    P3225 [HNOI2012]矿场搭建
    P2714 四元组统计
    3.29考试T2 变戏法
    开发中可能会用到的几个小tip----QT, pycharm, android, 等
    pycharm下: conda installation is not found ----一个公开的bug的解决方案
    ubuntu16.04 opencv3.4.1 opencv-contribute3.4.1 compile
    vs 2015 update 3各版本下载地址
    在金融业工作了六年,给想入这行的说几个经验
    在centos上安装smplayer播放器
  • 原文地址:https://www.cnblogs.com/erwin/p/771409.html
Copyright © 2011-2022 走看看