MySQL Stored Procedure Programming (CHM 英文版)
(CHM 英文版)
By Steven Feuerstein, Guy Harrison
Publisher: O'Reilly
Pub Date: March 2006
ISBN-10: 0-596-10089-2
ISBN-13: 978-0-59-610089-6
Pages: 636
This highly readable book is the one-stop guide to MySQL development. It consists of four major sections:
MySQL stored programming fundamentals -- tutorial, basic statements, SQL in stored programs, and error handling
Building MySQL stored programs -- transaction handling, built-in functions, stored functions, and triggers
MySQL stored programs in applications -- using stored programs with PHP, Java, Perl, Python, and .NET (C# and VB.NET)
Optimizing MySQL stored programs -- security, basic and advanced SQL tuning, optimizing stored program code, and programming best practices
详细介绍,源码在此:http://oreilly.com/catalog/9780596100896/index.html
(源码在页面中的Examples链接)