Some data access methods perform very well, but are only useful in a limited number of scenarios.
一些数据访问方法执行得很好,但是这仅仅是在某些限制数量的场合中蔡有用。
Now you can easily add data access methods to this class... such as the GetProductsByCategory method we use above.
现在,你可以很容易地为该类添加数据访问方法了,例如我们之前使用的GetProductsByCategory方法。
Each test consisted of retrieving a subset of data from the list using one of a number of different data access methods.
每个测试都使用这些不同数据访问方法中的一种从列表从检索出数据的一个子集。
The data access level provides optimized data access methods and carries on the connection with the courseware database.
数据访问层提供优化的数据访问方法,与课件数据库进行连接;
I can build a simple stub that has an array list as a property, then implement some simple data access methods quickly, as Listing 2 shows.
我就可以构建一个简单的存根(具有作为属性的数组列表),然后快速实现一些简单数据访问方法,如清单2所示。
This paper makes a survey of XML document characteristics, advantages of adopting XML, three data access methods and implementation on ASP.
本文论述了XML文档特征、应用XML的优势、XML数据访问的三种方法及其在ASP 。
Using some telecommunication or data access methods, a message can be the unit of information or data that is transmitted from one program or user to another.
在使用某些通信或数据存取方式时,消息可以是从程序或用户发送给另一方的信息或数据单元。
Explore dongle protected software access, call and data access methods to study the dongle query the custom authentication algorithm and authentication interactive software security.
探索加密狗保护软件时的接入、调用及数据存取方式,研究加密狗内自定义算法的查询式认证与交互性认证方式对软件安全的影响。
In this paper, taking the building scheme cooperative design platform as an example, we bring forward different data access methods for different data and set up the framework of database interface.
以建筑物协同设计平台为例,提出了采用不同的数据存取模式存取不同数据的方法,建立了数据库接口层的模型框架并给出数据库系统优化的方法。
The implementation contains methods encapsulating all required SQL statements for data access and manipulation.
该实现包含封装所有用于数据访问和操纵的sql语句的方法。
Federated procedures with access level MODIFIES SQL DATA cannot be invoked inside triggers, dynamic compound statements, scalar, table, row functions, and methods.
在触发器、动态合成语句、标量、表、行函数和方法中不能调用具有访问级别MODIFIESSQLDATA的联邦过程。
The data objects are generally thin wrappers around the business data in tables with typical data access and relationship navigation methods.
这些数据对象通常为表格中的业务数据的瘦包装,提供数据访问和关系导航方法。
Yet, the models and methods for doing data access are continually changing.
然而,实现数据访问的模型和方法一直在变。
Access methods refer to the ways that the optimizer reads (or rather retrieves) data from database tables.
访问方法是指优化器从数据库表中读取(更确切地说是检索)数据的方法。
Instead of using a simple hash, the programmer must learn to use a number of new data structures and access methods.
程序员必须学习使用一些新数据结构和访问方法,而不是使用简单的散列。
For example, data structures and access methods are specifically optimized to work on data that is located in main memory.
比如,数据结构和访问方法专门针对位于主内存中的数据进行了优化。
The first two articles of this series described in detail how to use inline methods and how to use data access object interfaces (DAOs) to access the database.
本系列前两篇文章详细介绍了如何使用内联方法和数据访问对象(DAO)来访问数据库。
XMLBeans scores well on performance by doing incremental unmarshalling and providing xget methods to access built-in schema data types.
通过增量解组(incrementalunmarshalling)并提供xget方法来访问内置的模式数据类型,XMLBeans取得了较好的性能。
As mentioned, you can access data in multiple ways. The two primary methods are web scraping and API use.
如前所述,可以用多种方法访问数据,其中两种主要方法是web擦除和API使用。
In particular, it is not very Pythonic to access data using getters and setters, or other similar methods.
具体地说,使用getter和setter或其他类似的方法来访问数据不太符合Python的习惯。
You need to implement the methods in your table model class, so the JTable bean can access the data in the model and present it in its view of the table.
您需要在表格模型类中实现这些方法,这样,JTablebean就可以访问模型中的数据,并在表格视图中显示出来。
From the provider's perspective, an analysis result can be loosely described as a container for domain-specific data, along with some basic access methods to manipulate it.
从Provider的角度看,一个分析结果基本上可以被描述成特定领域数据,以及管理这些数据一些基本访问方法的容器。
The user can continue to extract data from the businessInfo object using any of its access methods.
用户也可以使用businessList 类提供的全部 get方法来访问成员数据。
The two getACL...Map() methods give access to the inner data structures of the perspective for custom displays.
两个getACL...Map()方法提供了对自定义显示的内部数据结构的访问。
Each data object provides read and write access methods (getters and setters) for its properties.
每个数据对象都为属性提供了访问和设置方法(getter和setter)。
Using a stored procedures approach, a Visual Basic.NET developer could develop a CICS application using the very same interfaces and methods that are used to access all relational data.
通过使用存储过程的方法,Visual Basic.NET开发人员同样可以开发一个CICS应用程序,而只需使用与访问所有关系数据所用的相同的接口和方法。
An access plan defines the order for accessing tables, which indexes are used, and by what kind of join methods data is correlated.
访问计划定义按什么顺序访问表,使用哪些索引,以及用何种连接(join)方法来关联数据。
A session bean can access data directly from the database or it can invoke methods on an entity bean to do the same.
会话bean可以从数据库直接访问数据,也可以通过调用实体bean的方法来访问数据。
If Acegi finds that the user is authorized to access the beans, it invokes the getter methods, fetches public and private data, and provides the data to JSF.
如果Acegi发现用户得到授权可以访问bean,就会调用getter方法,获取公共和私有数据,并将数据提供给JSF。
The static methods of Seam.Component provide access to remote Seam components, while the static Seam.Remoting methods are used to control the remoting Settings and to create custom data types.
Component的静态方法提供了对远端Seam组件的访问,而静态Seam .remoting方法则用来控制remoting设置并创建定制数据类型。
应用推荐