此外,与移动参数映射不同,您无法使用移动转换来映射复杂类型。
Furthermore, unlike a move parameter mapping, you cannot map complex types using a move transform.
然后,可以使用函数的输出作为另一个接受XML参数的函数的输入,也可以把它转换为等效的SQL数据类型。
The output from the function can then be used as input to another function taking XML arguments, or it can be cast to an equivalent SQL data type.
移动转换类似于移动参数映射类型。
A move transform is analogous to the move parameter mapping type.
CAST函数被调用两次,以将输入参数的值(针对城市和州)强制转换适当的数据类型。
The cast function is called twice to cast the values of the input parameters (for city and state) to appropriate data types.
利用2.0中对数据类型的敏感特性,传入参数可能需要转换成特定的类型以便在模板中使用。
With the heightened awareness of data types in 2.0, incoming parameters might need to be cast into a particular type in order to be useful in the template.
由于源和目标具有相同类型Address,该子映射仅包括带address属性的参数之间的移动转换。
Because the source and target have the same type, Address, the submap consists only of move transforms between parameters with Address attributes.
该转换还提供了一个选项来为类类型的模板参数生成替换class 的关键字。
The transformation also provides an option to generate the keyword in place of class for template parameters of type class.
当转换一个UML原始类型元素时指定EGLApplication使用的参数,遵循以下步骤。
To specify the parameters to be used by the EGL Application Transformation when transforming a UML primitive type element, follow these steps.
在三个portlet类型中,当带有CooperativeSource向导中特定名称和值的请求参数出现在行为请求中时,属性转换就会触发。
In all three portlet types, a property transfer is triggered when a request parameter is presented to the action request with the name and value given in the Cooperative Source wizard.
wscompile没有保留方法参数名,而是将它们转换为long_2(参数类型加参数位置)这样的名称,这将for ?
Wscompile does not save method parameter names, but converts them in names like long_2 (the parameter type concatenated with the parameter position), which states for?
因为Tiger依靠类型擦除,所以数据类型转换和instance of测试中的外露类型参数被“擦除”为它们的上界(在前面的例子中,那将是类型Object)。
Because Tiger relies on type erasure, the naked type parameters in casts and instanceof tests are "erased" to their upper bounds (in the earlier case, that'll be type Object).
因此,对类型参数的数据类型转换将变成对参数上界的转换。
So, casts to type parameters will turn into casts to the upper bound of the parameter.
将一个URI转换成一个可执行JPA操作的关键方面是将基于字符串的参数转换成各种JPA操作所需要的强类型参数。
The critical aspect of converting a URI to an executable JPA operation is transferring string-based arguments to the strongly typed arguments that any JPA operation requires.
在参数的数据类型是由函数原型定义的情况中,参数应该根据标准规则转换成这种类型。
In the case where the data type of the parameter is defined by a function prototype, the parameter is converted to that type according the standard rules.
这样的UML操作应该将转换的目标类型指定为返回类型,转换的源或输入类型指定为参数类型。
Such a UML operation should specify the target type of the conversion as the return type and the source or input type of the conversion as a parameter type.
然后,我将再添加一个方法,根据target参数实现不同链接类型的转换。
Then I added a further method to switch between the various link types based on a target argument.
由于转换属性一般要比映射参数需要更多的灵活性,因此存在更多的转换类型。
Because transforming attributes generally requires more flexibility than mapping parameters, there are more transform types. The next sections will cover the following transform types.
把类型强制转换当作一种断言,把不变量当做说明该断言为true的原因的参数。
Think of a cast as a kind of assertion and the invariants as arguments for why the assertion is true.
不能在数据类型转换或instance of操作中使用“外露”类型参数。
"Naked" type parameters can't be used in casts or instanceof operations.
其次,具有大量类型相似的参数的操作易于在从第三代语言代码进行调用时出现转换错误。
Second, an operation with a large number of similarly typed parameters is vulnerable to transposition errors when invoked from 3GL code.
因为lambda表达式拥有正确的参数和返回类型,编译器将证实可以把这些类型转换成Comparator,并生成完成此操作的相应代码。
Because the lambda expression has the right argument and return types, the compiler verifies that it can be converted into a Comparator and generates the appropriate code for doing so.
隐式地把String对象类型转换成object类型(用于参数列表)。
It implicitly casts the String object type to an object type (for the parameter list).
JBoss没有显式地绑定Account参数,而是提供了对当前正在执行的对象的反射访问,因此需要把类型转换到对应的类型。
Rather than binding the Account parameter explicitly, JBoss provides reflective access to currently executing objects, requiring a cast to the corresponding type.
数据类型转换或instance of操作中的“外露”参数。
擦除的另一个后果是,对泛型类型参数是用强制类型转换或者instance of毫无意义。
Another consequence of erasure is that using casts or instanceof with generic type parameters doesn't make any sense. The following code will not improve the type safety of your code at all.
读取一个参数值会耗费不少资源(因为类型的强制转换)。因此,缓存参数值是有意义的,至少当组件正在呈现自己时。
Reading a parameter value can be marginally expensive (because of type coercion). Therefore, it makes sense to cache the parameter value, at least while the component is actively rendering itself.
通过参数的不同选择,可以转换为其他类型的导航星库。
By the different selecting of parameters, this guide star database can be transformed to others.
在将某一约束应用于泛型类型参数时,必须存在从具体参数到该约束类型的隐式标识或引用转换。
When a constraint is applied to a generic type parameter, an implicit identity or reference conversion must exist from the concrete argument to the type of the constraint.
当您向某个对象类型上的方法传递参数时,将自动应用向上转换。
Upcasting is applied automatically when you pass arguments to methods on an object type.
当您向某个对象类型上的方法传递参数时,将自动应用向上转换。
Upcasting is applied automatically when you pass arguments to methods on an object type.
应用推荐