- IBM DB2 9.7 Advanced Application Developer Cookbook
- Sanjay Kumar Mohankumar Saraswatipura
- 116字
- 2021-08-20 15:42:18
Chapter 1. Application Development Enhancements in DB2 9.7
In this chapter, we will focus on the following recipes related to application development enhancements in DB2 9.7 that help the application developer community to use DB2 features, instead of application logic:
- Changing column names online using the ALTER TABLE operation
- Using the CREATE OR REPLACE clause while creating objects
- Using the ALTER TABLE operation in a single transaction
- Using the CREATE WITH ERROR support
- Using the soft invalidation and automatic revalidation support
- Using the ALTER COLUMN SET DATA TYPE extended support
- Using the new TRUNCATE statement
- Using the AUTONOMOUS transactions
- Using implicit casting during application enablement
- Using the DEFAULT values and NAMED arguments in procedures
推薦閱讀
- Spring Boot 2實戰之旅
- ExtGWT Rich Internet Application Cookbook
- Google Flutter Mobile Development Quick Start Guide
- Redis入門指南(第3版)
- 跟“龍哥”學C語言編程
- Raspberry Pi Networking Cookbook(Second Edition)
- 實用防銹油配方與制備200例
- Learning SQLite for iOS
- Object-Oriented JavaScript(Second Edition)
- Nginx Essentials
- Java Web程序設計任務教程
- Swift Playgrounds少兒趣編程
- Instant Zurb Foundation 4
- Python Machine Learning Cookbook
- 從零開始學算法:基于Python