The recommendation is that you place all of your database logic in a separate repository layer.
推荐做法是把所有有关数据库的逻辑分离出来,放在一个repository层中。
Use the database logic from HelloCloudscape.jsp as sample code for the database logic in your Web application.
将HelloCloudscape . js p中的数据库逻辑用作Web应用程序中数据库逻辑的样本代码。
You can deploy your DB2 database logic and schema to the Web without having to write a single line of code.
您可以将DB 2数据库逻辑和模式部署到Web上,而不必编写任何代码。
The method of expert database logic inference for test data knowledge extracting is used to discover and explore test data.
采用基于专家库逻辑推理的试验数据知识提取方法来发现和挖掘试验数据。
Use the SQL database system, according to result of the database logic design to the establishment data form, and these use to access the shopping system involve of data information.
使用SQL数据库系统,根据数据库逻辑设计的结果来建立数据表,这些用来存取购物系统所涉及的数据信息。
Of course, you can extend this behavior to access a database, perform complex business logic, or do anything else you might come up with to figure out what file to link to.
当然,您可以扩展这种行为,以访问一个数据库、执行复杂的业务逻辑或您想到的其他任何东西,从而判断出要链接的文件。
In this case, the database handles the transaction logic.
在本例中,数据库处理事务逻辑。
This reduces the total programming effort by reducing the amount of effort spent in writing database control logic, while ensuring the consistency and validity of the data.
这不仅省去了编写数据库控制逻辑的工作量,同时也保证了数据的一致性与正确性,从而降低了总的编程量。
From this simple visual design you can easily map the business logic straight into database tables.
从这个简单的可视设计中,可以容易地把业务逻辑直接映射到数据库表。
These objects are tables containing authentication information and stored procedures that encapsulate the server logic to operate on the database tables.
这些对象是包含身份验证信息的表和封装了服务器逻辑(针对数据库表执行)的存储过程。
Because there is no error handling logic, you must rely on database constraints to ensure semantic integrity of the data.
因为没有错误处理逻辑,必须依靠数据库的限制,以确保数据的语义完整性。
Once the application code has been added to the database, moving or copying the database ensures that the appropriate application logic is moved along with the data.
一旦向数据库添加了应用程序代码,就需要移动或复制数据库,以确保适当的应用程序逻辑是随数据一起移动的。
It is common for architects of database interaction logic, for example, to have no knowledge of how their logic is specifically expressed via user interface code.
举例来说,对于数据库交互逻辑的设计师来说,不知道他们的逻辑是如何通过用户接口代码表示出来,是很普通的现象。
These new SQL based applications are taking advantage of modern data centric development concepts that stress the importance of pushing more of the business rules and logic into the database.
这些基于SQL的新应用程序正在利用现代数据中心开发概念,某些概念强调将更多业务规则和逻辑推到数据库中的重要性。
You will develop a PHP code module to provide the core bank logic with the necessary database access using ODBC.
我们开发一个PHP代码模块来提供核心银行逻辑,并使用ODBC进行必要的数据库访问。
In order to build a middleware bridge between the front-end CGI display code and the back-end database and business logic code, an API that allows all necessary data access must be defined.
为了在前端CGI显示代码和后端数据库及业务逻辑代码之间构建一个中间件桥,必须定义一个允许所有必需数据访问的API。
This reduces the total programming effort by removing duplicated code in the application and by reducing the amount of effort spent in writing database control logic.
通过去除应用中的重复代码,减少编写数据库控制逻辑的工作,这种方案降低了总的编程量。
With just a few basic steps you can get your XML data from the database tables into your business logic!
只需执行几个简单的步骤,就能够把数据库表中的XML数据装载到业务逻辑中!
They provide a way to wrap database access and business logic, so they can be distributed on multiple servers.
它们提供了一种封装数据库访问和业务逻辑的方法,这样就可以在多台服务器上实现分发了。
Looking at the above application code, we note that the PHP code is reduced to two lines, while the database query contains most of the logic.
查看上面的应用程序代码,我们注意到PHP代码减少为两行,而数据库查询包含大部分逻辑。
The appropriate bank logic is invoked to access the database and deliver the results.
调用适当的银行逻辑来访问数据库并获得结果。
To deliver leading SAP performance requires outstanding scalability, as well as a tight linkage between complex application logic and the database.
要取得领先的SAP性能,必须有突出的可伸缩性,并且在复杂的应用程序逻辑与数据库之间要有紧密的连接。
This application logic is also used to generate a database.
这个应用逻辑也用来创建数据库。
Triggers are a powerful DB2 database feature that can be used to polarize business logic to the relational database.
触发器是DB2数据库的一个非常强大的特性,您可以使用它将业务逻辑分化到关系数据库这边。
This ability affects the user interface, business logic, and database; in addition, it is necessary to address issues regarding concurrency, data integrity, user transparency, and replication.
这种能力包括使用用户界面、业务逻辑和数据库的能力;此外,必须解决与并发、数据集成、用户透明度和复制相关的问题。
This fact once again reinforces the advantage of using the XML model and the ease of pushing business logic into the database.
这再次说明了使用XML模型的优点和将业务逻辑放在数据库中的简便性。
In addition, separating business logic from data access enables database-independence and provides for plug-ability to various types of data stores.
此外,从数据访问中分离业务逻辑可实现数据库独立性,并为各种类型的数据存储提供插件能力。
You will be glad to know that the index you just created can be used in any of the approaches described in this article to fetch data from the database into the business logic.
对于本文描述的把数据库数据提取到业务逻辑中的所有方式,都可以使用刚才创建的索引。
The driver layer shows times spent performing database driver processing logic.
驱动程序层显示花费在执行数据库驱动器处理逻辑上的时间。
Remove all business logic from the database such as stored procedures and move it into the application.
尽可能的把数据库仅作为一个在线存储的功能而使用,不要把业务逻辑放在数据库里,否则将来会非常难扩展;
应用推荐