stored procedure
常见例句
- Both stored-procedure and trigger are a segment of executable code in the database. It can be called by an application process.
存储过程和触发器都是存储在数据库中的一段程序,应用程序可以调用存储过程来执行某种操作。 - Implementing the logic in a stored procedure has a development and maintenance cost, because stored-procedure language support varies among different vendors.
在存储过程中实现这一逻辑需要开发及维护成本,因为存储过程语言支持会因为供应商的不同而不同。 - Based on the practice on refactonng FXFI, this paper introduced and explored a common approach, which can be used in the re-engineering on Stored-Procedure-based database application systems.
基于这一实践过程,文章探索了一种对于以存储过程为核心的数据库应用程序的再工程的方法。 返回 stored procedure