作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (15): 72-74. doi: 10.3969/j.issn.1000-3428.2006.15.026

• 软件技术与数据库 • 上一篇    下一篇

X-Base PL/SQL异常处理的设计与实现

  1. 国防科学技术大学计算机学院,长沙 410073
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-08-05 发布日期:2006-08-05

Design and Implementation of X-Base PL/SQL with Exception Handling

SHI Wenyuan;YANG Guogui;LIAO Wei;WU Yan   

  1. School of Computer, National Univ. of Defense Technology, Changsha 410073
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-08-05 Published:2006-08-05

摘要: X-Base PL/SQL是一种过程式数据库编程语言,常用于数据库服务器端应用程序的开发。该文讨论了X-Base PL/SQL引擎中异常处理模块的设计思想和实现技术。鉴于Oracle数据库管理系统是数据库产品事实上的标准,还有其在全球的广泛应用,X-Base PL/SQL需要兼容Oracle PL/SQL 8i的异常处理机制。

关键词: 符号表, 异常处理器, PL/SQL引擎, 异常传播

Abstract: X-Base PL/SQL is a procedure-oriented database programming language that can be used in the server-side of database application development. The design and implementation of X-Base PL/SQL engine with exception handler are discussed. The Base PL/SQL is compatible with Oracle PL/SQL for the sake of Oracle’s product is the fact standard in the database product market, further more Oracle is widely used and familiar to the application developers all over the world.

Key words: Symbol table, Exception handler, PL/SQL engine, Exception propagation

中图分类号: