另外,这个库还提供以不同方式创建类型的对象的类方法。
In addition the library provides class methods to create objects of their type in different ways.
JSDT使用库机制管理项目中的通用对象、变量和类型。
JSDT USES a library mechanism to manage common objects, variables, and types in a project.
库的用户不用担心对集合中对象的类型有任何限制。
Your library's users no longer need to worry that there are limitations on the types of objects in a collection.
提供应用程序名称和库名称,然后创建libraryref类型的新对象。
Provide the application name and the name of the library, and create a new object of type LibraryRef.
这个对象的类型是soap_server,它是在NuSOAPphp库中定义的。
This object is of the type soap_server, which is defined in the NuSOAP PHP library.
除了函数,这两种数据库还允许您创建新的类型,以及通过使用表层次结构创建对象层次结构。
In addition to the functions, these databases allow you to create new types and create object hierarchies through the use of table hierarchies.
这些编目描述了数据库对象,例如表、列和索引,并包含关于用户所拥有的访问这些对象的访问类型的信息。
The catalog describes the database objects, such as tables, columns, and indexes, and contains information about the types of access that users have to these objects.
并且还进一步提到可以是任何类型的数据库:关系(对象-关系)或非关系的。
It goes further by mentioning that it could be any type of database: relational (object-relational) or non-relational.
而该服务器上的那些对象随后就可以作为参数处理原生数据类型、从这些参数查询数据库并作为值返回其原生数据类型。
Those objects on the server can then deal with its native data types as arguments, query a database from those arguments, and return its native data types as values.
例如,任何对象类型中的全部JDBC调用都上升到数据库级别,从而为所有的数据库调用汇总平均运行时间和请求量。
For example, all JDBC calls in any object type roll up to the database level to summarize the average elapsed time and volume of requests for all calls to the database.
平面表示按照类型组织所有数据库对象,允许按照名称、模式、连接别名等对对象进行排序。
The flat presentation organizes all the database objects by type, which enables you to sort objects by name, schema, connection alias, and so on.
这些类型的任务与在数据库中创建并管理对象相关,比如表和索引。
These types of tasks are related to creating and managing objects in the database, such as tables and indexes.
根据数据库结构的复杂程度,您可能还可以考虑为不同的对象类型生成不同的DDL文件来保证各个方面具有合理的逻辑组织。
Depending on the complexity of your database structure, you might also consider generating separate DDL files for different types of objects to keep things logically organized.
存储XML数据的关系数据库通常使用大型二进制对象(BLOB)字段类型存储XML。
Relational databases that store XML data usually use Binary Large Object (BLOB) field types to store XML.
另一个要求是创建一个sqlxml类型对象,该对象是一个支持XML数据类型的关系数据库。
Another requirement to create an SQLXML type object in a relational database that supports the XML data type.
如果选择数据库存储区域作为默认类型,则使用对象存储数据库来存储文档的内容。
If you choose database storage areas as the default type, then the object store database is used to store a document's content.
从广义角度来说,数据库管理系统(DBMS)在历史上划分成三种类型:层次、关系和面向对象。
In broad themes, database management systems (DBMSs) have historically been of three types: hierarchical, relational, and object-oriented.
该查询语言基于面向对象的EJBQL的语法,此语法经过了改编以适应存储库中找到的对象类型。
The query language is based on the syntax of the object-oriented EJB QL that has been adapted to the object types found in the repository.
构建于GroovySql简单性的基础之上,GroovySql支持DataSet类型的概念,这基本上是数据库表的对象表示。
Building on its foundation of simplicity, GroovySql supports the notion of DataSet types, which are basically object representations of database tables.
单击MBLOG选项左边的展开按钮显示数据库中的不同对象类型(BufferPools和Groups等等)。
Click the expand icon to the left of the MBLOG option to show the different object types in the database (Buffer Pools, Groups, and so on).
Querybyexample:通过创建一个你想要遍历类型的对象,设置它的属性来指定某个criteria来查询数据库。
Query by example: Query the database by creating a sample object of the type you want to retrieve and setting its properties to specify selection criteria.
上下文全局对象属于 XSP 库中的XSPContext类型。
The context global object is of type XSPContext in the XSP library.
它们提供了一种方法,可以将不同存储库中的对象类型映射到VMM中的公共对象模型。
These provide a way to map object types in different repositories into a common object model in the VMM. These entity types are.
每个数据库对象有0到多个(0. .n)模式,每个模式可以有0到多个(0 . . n)表、索引、用户定义类型和例程等。
A database object can have zero to many (0.. n) schemas, and a schema can have zero to many (0.. n) tables, indexes, user-defined types, routines, and so on.
编译器处理这些定义,并生成运行时库,为每种类型的对象实现关联容器。
A compiler processes these definitions and generates a runtime library that implements associative containers for each type of object.
创建和删除数据库对象:提供了非模态(Non - modal)设计程序来创建各种类型的数据库对象,如下所示。
Create and delete of database objects: Non-modal designers are provided for creating several types of database objects, as listed below.
ming库是一个php库,其中有一组映射到SWF动画中的数据类型的对象:子图形、图形、文本、位图等等。
The Ming library is a PHP library that has a set of objects that map to the data types in an SWF movie: sprites, shapes, text, bitmaps, etc.
在面向对象的编程中,有大量的集合类型库。
In object-oriented programming, there are rich libraries of collection types. In Java for example, there are.
为此,单击add图标,然后选择数据库对象类型ForeignKeyConstraint,如图4c所示。
To do so, click on the Add icon, and then select the database object type Foreign Key Constraint, as shown in Figure 4c.
这个示例再一次证明了LINQ不仅仅是一个访问数据库的框架,它可以用于任何类型的对象,包括tweet。
This is yet another example demonstrating that LINQ is not a framework to access just data in a database but it can be used with all sorts of objects, including tweets.
应用推荐