从字符串到原生类型的转换不统一。
可以看到,方法的参数可以是原生类型或是对象。
As you can also see, the method parameters can be primitive types or objects.
SOAP保证,返回值将以一个特定平台中的对应原生类型直接可用。
SOAP guarantees that a return value will be available directly in the corresponding native type in a particular platform.
尽管我也认为将原生类型编码为对象可以非常高效,但是总会有损失的。
While I agree that it is possible to have quite efficient encoding of primitive types as objects there is always a cost.
如何正确地转换和一个基于AT L COM服务器使用原生类型?
How to properly convert and use native COM types in a ATL-based server?
TypeDescription类只是个抽象基类,其中定义了处理三种类型的方法:原生类型、数组和类实例。
The TypeDescription class is just an abstract base class with methods defined for dealing with three kinds of types: primitives, arrays, and instances of classes.
我使用该标签创建了一个新的函数,将抽象模型(原始输入文件)中指定的类型映射到输出文件中的SQL原生类型(清单6)。
I used this tag to create a new function that maps types specified in the abstract model (the original input file) into SQL native types for the output file (Listing 6).
支持的字段类型:原生类型(int、string等)、Date、Timestamp、以及原生类型的组合类型、hashmap、对象集合(非范型)。
The field types supported are: primitives (int, string, etc), Date, Timestamp, as well as objects composed of primitives, hashmaps, and collections (non-generic) of objects.
清单2的代码使用内部的PrimitiveTypeDescription和arraytypedescription类直接处理原生类型和数组类型。
The Listing 2 code handles primitive and array types directly, using the inner PrimitiveTypeDescription and ArrayTypeDescription classes.
存储的类型有很多种;数据库、文件系统、内存数据和诸如原生目录等持久化设备都是存储。
There are different types of storage; databases, file systems, in-memory data, persistence devices like native directories are but a few examples.
而该服务器上的那些对象随后就可以作为参数处理原生数据类型、从这些参数查询数据库并作为值返回其原生数据类型。
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.
性能:从计算角度看,处理用XML表示的数据比处理用原生数据类型表示的数据需要更多的开销。
Performance: From a computational perspective, processing data represented in XML is more expensive then data representations in native data types.
因此,将XML数据转换成CPU能够理解的原生数据类型需要占用处理时间。
Thus, conversion from XML to native data types understood by the CPU costs processing cycles.
由于DB 2认可并支持XML数据为一流的数据类型,所以程序员可以直接处理原生格式的XML数据,而不是当作大对象(LOB)来处理。
Because DB2 recognizes and supports XML data as a first-class data type, programmers can work directly with the XML data in its native format rather than work with the data as a large object (LOB).
DB 29引入了原生xml数据类型。
将XML类型系统映射为原生语言的类型系统有两方面的劣势。
Mapping the XML type system to the native language type system has two disadvantages.
使用原生XML数据类型作为存储过程的参数
Using native XML data type as a parameter to stored procedures
XJConf为PHP应用程序开发人员提供了一个API,可以读取xml格式配置文件并转化成原生php数据类型或自定义对象。
XJConf provides PHP application developers with an API that reads XML-formatted configuration files and converts the data within them to native PHP data types or custom objects.
使用SQL和W3C标准的XQuery对其原生xml数据类型进行查询非常简单。
Its native XML data type is easy to query with SQL and W3C-standard XQuery.
首先要创建一个定义文件,将清单1中的每个元素映到一种PHP原生数据类型。
The first step is to create a definition file, which maps each element from Listing 1 to a native PHP data type. Listing 2 illustrates such a file.
XML数据类型,从而使DB 2能够以原生的层次格式存储XML文档。
The XML data type, which enables DB2 to store XML documents in their native hierarchical format.
LotusScript原生数据类型(如string、Integer或Boolean)不允许使用null值。
LotusScript native data types, such as String, Integer, or Boolean, do not allow null values.
这些原生应用利用CPU与GPU来绘制动画,并且可以通过LiveBindings与任意数据类型进行连接。
These native applications make use of the CPU and GPU to draw the animations and can be connected to any data type through LiveBindings.
对于IBMCognos8SDK,不存在“简单”或“原生”数据类型,如int、string或boolean。
With the IBM Cognos 8 SDK, there is no such thing as a "simple" or "native" data type such as int, string, or Boolean.
简单的数据类型仅仅是冰山一角 —XJConf还能够定义相关配置变量的集合,并将其转化成原生PHP数组。
Simple data types are just the tip of the iceberg—XJConf also lets you define collections of related configuration variables, and converts these into native PHP arrays.
注意,“product”表的“description”和“comments”列是xml类型的(换句话说,“description”和“comments”XML文档原生存储在数据库中)。
Note that the "description" and "comments" column of the "product" table are of type XML (in other words, the "description" and the "comments" XML documents are stored natively in the database).
GiladBracha重新挑起了一场有关编程语言设计的争论,特别是一门编程语言可以兼顾面向对象思想和原生数据类型吗?
Gilad Bracha reopens an old debate about language design, specifically can a language be OO and enforce a primitive type system?
必须将其转化成原生SQL日期数据类型。
在上面的示例中,属性均为原生数据类型或其列表,但属性也可以是对另一sdo的一个引用或引用列表。
In our previous examples, the properties were all primitives or a list of primitives, but a property may also be a reference to another SDO or a list of references.
若试图指派一个不同sdo类型的SDO(比如说,另外一名作者)或原生数据类型,SDO将抛出异常。
If you attempt to assign an SDO of a different SDO type (another author, perhaps) or a primitive, SDO would throw an exception.
应用推荐