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 d Procedure 存储过程
- stored -procedure 存储过程
- System Stored Procedure 系统存储过程;储存历程
- Stored Procedure Builder 工具;存储过程构建器
- Managed Stored Procedure 存储过程
短语
专业释义
- 存储过程
Stored procedure plays an important role in DBMS.
存储过程在数据库管理系统中占有重要的地位。 - 预存程序
- 储存程序
- 存储过程
Lastly, the Web. Config document is configured in the process of coding, frequently-used code for operation of database is sealed into visiting Class, and the stored procedure is used for all stored operations.
最后,在编码过程中,对Web.Config文件进行了配置,并且将常用的数据库操作封装成数据库访问类、并对所有对数据库的存储操作都使用了存储过程。