• 我们必须确定是否真的需要集合或者是否可以多个通过数据库操作对象集合方法来代替该集合。

    We must determine if a collection is really necessary or if we could replace the collection with one or more methods that will operate on the collection of objects through the database.

    youdao

  • 查阅教程最后参考资料,获取关于数据库对象编程方法更多信息

    You should also review the Resources at the end of this tutorial for more information about database objects and programming methods.

    youdao

  • 如果在模型添加检验方法,那么对象保存数据库之前就执行检验。

    Adding validation methods to a model causes validation to occur before the object is saved into the database.

    youdao

  • 不过如果已经小心地隔离一些对象方法数据库访问代码修改很可能十分轻微集中

    However, if you've carefully isolated your database access code within a handful of object methods, your modifications will likely be slight and centralized.

    youdao

  • 至于操作面向对象上下文中可以认为存储过程在概念上类似底层数据库实现全局方法

    In terms of operations, and in the context of object orientation, you can think of stored procedures as conceptually similar to global methods that are implemented by the underlying database.

    youdao

  • 按照一种不同开发方法能够通过简单逆转数据库工程创建对象了。

    Following a different development approach, you are able to create your domain objects by simply reverse engineering the database.

    youdao

  • 图形设计器允许轻松地数据库对象存储过程映射LINQSQL方法

    It's a graphical designer which lets you easily map database objects such as tables and stored procedures to LINQ to SQL classes and methods.

    youdao

  • 系列篇文章详细介绍如何使用内联方法数据访问对象(DAO)访问数据库

    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.

    youdao

  • 第三方法创建能够用来查询数据库对象模型的查询语言

    The third option is to create a query language that can then be used to query the database's object model.

    youdao

  • 一种处理数据库连接方法就是使用数据源(datasource)对象

    An alternative way of handling database connections is to use data source objects.

    youdao

  • 在这里为了测试对象fdfdfd方法我们最终需要建立一个数据库连接,给添加一些记录然后测试之后清除所有这些资源

    Here, in order to test the FDFDFD method in the object, we end up needing to setup a database connection, have records in the table, and then clean up all these resources after the fact.

    youdao

  • Optim DevelopmentStudio提供一种简单方法开发测试环境中的某个功能需要数据库之间复制粘贴对象和数据子集

    Optim development Studio offers an easy way to copy and paste objects and data subsets between databases that are needed for a certain function in the development or test environment.

    youdao

  • 由于连接有许多优点,所以Web应用程序偏爱使用数据源对象方法来处理数据库连接

    Because of the advantages of connection pooling, using data source objects is the preferred method of handling database connections in Web applications.

    youdao

  • 工具将提供一种简单方法创建公开所选数据库对象Web服务操作

    The tooling provides an easy way to create and expose Web service operations for the selected database objects.

    youdao

  • Discussion数据库web服务提供列表方法返回数据传输对象数组

    The list methods provided by the Discussion database Web services return arrays of data transfer objects.

    youdao

  • 工作就是显式地数据库激活那些对象ObjectContainer使用activate方法

    It would then be my job to explicitly activate those objects from the database using the activate method on the ObjectContainer.

    youdao

  • db2types类型提供DB 2数据库表示一个个可以为空的对象方法

    The DB2Types classes also provide a means to represent DB2 database column values as individual nullable objects.

    youdao

  • 通过调用DatabaseMetaData对象中的适当方法JDBC访问数据库元数据清单3

    You access database metadata in JDBC by calling the appropriate method from the DatabaseMetaData object, as shown in Listing 3.

    youdao

  • IfxCommand对象一系列Execute方法,以便数据库执行命令

    The IfxCommand object has a series of Execute methods to execute the command against the database.

    youdao

  • 注意方法主体中,只用代码获取完整Player对象,然后它可使用JPA新的 Player保存数据库

    Notice that in the body of the method, it only takes one line of code to get a full Player object that can then be used to save the new Player to the database using JPA.

    youdao

  • 使用自下而上开发方法需要创建一个多个数据库对象并且公开Web服务操作

    With the bottom-up development approach, you start with one or more database objects to create and expose as Web service operations.

    youdao

  • 应用程序开发领域中的代码先行(CodeFirst方法代码中创建对象模型然后按照模型生成数据库结构

    The Code First approach to application development means that the object model is created in code, and then the database structure is generated from that model.

    youdao

  • 清单3中的代码初始化了mdb2_schema实例方法是给传入一个表示目标(PostgreSQL)数据库MDB2对象

    The code in Listing 3 initializes an instance of the MDB2_Schema class, by passing it an MDB2 object representing the target (PostgreSQL) database.

    youdao

  • 数据库对象编程方法

    This tutorial introduces different types of database objects and programming methods. In this tutorial, learn about.

    youdao

  • Pixie提供略微不同方法要求数据库模式映射—它只存储对象

    Pixie offers a slightly different approach in the sense that it doesn't require a schema or map from the class to the database — it just stores objects.

    youdao

  • 因为访问后端lotusNotes对象(数据库文档视图),并且调用ui线程,所以将方法产生线程。

    Because we access backend Lotus Notes objects like databases, documents, and views, and because you call on the UI thread, you spawn a new thread in this method.

    youdao

  • Pixie数据库访存MementoSetobject对象时,调用对象的px _ thaw方法

    When Pixie fetches an object of the Memento: : Set: : object class from the database, it will call the px_thaw method on it.

    youdao

  • 如果错误由于调用数据库对象产生那么可以那个数据库对象调用上述两个方法

    If the error resulted from a call on the database object, you would invoke those methods on the database object instead.

    youdao

  • 这里我们可以模拟数据库连接对象查询方法这样我们只需要返回结果而不需要真正查询数据库

    In this case, we would mock the query method of the database connection object so that we could just return back the results instead of calling out to the database for them.

    youdao

  • 自下而上方法假设已经数据库模式需要根据表模式开发一个对象对象关系映射

    The “bottom up" approach assumes you already have database table schema and need to develop an object layer and object relational mapping from the table schema.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定