BC模式也允许某些自动类型转换。
SDO引用属性没有类型转换。
但类型转换函数必须有前缀。
现在,由编译器自动地执行基元类型转换。
Primitive type conversion is now performed automatically by the compiler.
PHP还有用于算术运算的自动类型转换。
PHP also has automatic type conversion for arithmetic operations.
自动数据类型转换服务。
这种组件的特殊形式可以处理数据类型转换。
A specialized form of this component works with data type conversion.
这些警告的原因是将在运行时中执行类型转换。
The reason for these warnings is that a type conversion will be executed in runtime.
数据传输和类型转换在请求处理循环的两端发生。
Data transfer and type conversions happen on both ends of the request processing cycle.
当然,在这些例子中,类型转换还没有完全消失。
Of course, the typecasting doesn't completely disappear in these cases.
可以通过将匿名类型转换为命名类型来解决这些问题。
These issues can be remedied by converting anonymous types to named types.
清单2:Frontier:RPC中强制类型转换。
隐式转换操作符将Point类型转换为int。
The implicit conversion operator is defined, which converts a Point type to int.
警告意味着如果数据不遵从目标类型,则类型转换就会失败。
The warning means the type conversion can fail if the data does not adhere to the target type.
如果要作为数字排序,使用number或者类型转换函数。
To have them sorted as Numbers, use number or a casting function.
如果作为时间、时期或者其他有序类型排序,使用类型转换函数。
To have them sorted as times, durations, and other types that have order, use a casting function.
使用union数据类型进行类型转换(mis-)。
新的XML分解还具有一个强大的类型验证器和类型转换引擎。
The new XML decomposition also has a strong type validator and type conversion engine.
按照以下步骤,将清单1中的匿名类型转换为清单2中的命名类型。
We followed these steps to transform listing 1's anonymous type into listing 2's named type.
因为可以重新使用此段代码,所以执行数据类型转换是一项常见任务。
Performing the data type conversion is a common task, so this piece of code can be reused.
新的实现支持使用弱数据类型、类型转换和其他复杂的数据处理功能。
The new implementation enables you to use weak data typing, casting, and other complex data handling functions.
BC模式允许进行某些自动类型转换和自动选择节点集的第一个成员。
BC mode allows certain automatic type conversions to occur, as well as automatic selection of the first member of a node-set.
因此,对类型参数的数据类型转换将变成对参数上界的转换。
So, casts to type parameters will turn into casts to the upper bound of the parameter.
如果会绕过索引,应该对比较表达式的RHS执行类型转换。
If the index is being bypassed, then the RHS of the comparison should be type-cast.
这会避免数据类型转换开销过高和可能的SQL 数据类型失配错误。
This avoids datatype conversion overhead and possible SQL datatype mismatch errors.
它只需调用底层Hibernate方法和添加强制类型转换。
It's just a matter of calling the underlying Hibernate methods and adding the casts.
属性的连接是可配置的:在更新属性之前,可以进行类型转换和值校验操作。
The connection will be configurable: type conversion and validation operations may be applied before updating a property.
会首先使用JAXB将复杂数据类型转换为XML,然后传递给服务调用者。
Complex data types are first converted into XML using JAXB and then passed to the service invoker.
数据类型转换或instance of操作中的“外露”参数。
数据处理程序负责将操作的输入和输出类型转换为有线使用的格式,反之亦然。
A Data Handler is responsible for transforming the input and output types of an operation to the format used on the wire and visa versa.
应用推荐