数据访问对象 meaning in Chinese
dao data access objects
date access object
Examples
- Odbc data sources are accessible through the mfc odbc classes , as described in this topic , or through the mfc data access object classes
通过mfc odbc类(如本主题所述)或通过mfc数据访问对象( dao )类,都可以访问odbc数据源。 - In chapter 4 , author introduce all about this . it contains the design of data accessing object and data communications object
在第四章作者介绍了这方面的工作,主要有: powerintermap地理数据访问对象的设计与实现、网络通讯组件设计与实现。 - In part 2 , you use ibatis s data access objects and data mapper to access an application s underlying data structure effectively . in this tutorial the jpetstore application
在第2部分中,我们将用ibatis的数据访问对象( dao )和data mapper有效地访问应用程序的底层数据结构。 - Data access objects bring together the best of dao , mock objects , and layered testing , letting you simultaneously improve both your testing results and your overall development method
数据访问对象集中了dao 、模仿对象和分层测试的精华,从而允许您同时改进测试结果和整体开发方法。 - You might have a web user interface view that s called by a controller , which calls a facade layer , which calls a data access object , which calls an object - relational mapper , which calls a database
您可能拥有一个由控制器调用的web用户界面( ui )视图,它调用外观层,外观层调用数据访问对象,数据访问对象调用对象关系映射,对象关系映射调用数据库。