type-cast
英['taipkɑ:st, -kæst]
美[ˈtaɪpkæst]
双语例句
- 1. If the index is being bypassed, then the RHS of the comparison should be type-cast.
- 如果会绕过索引,应该对比较表达式的RHS执行类型转换。
youdao
- 2. If you assume that there is an index on COL1 in the above example, if COL1 is type-cast instead of the RHS, then the index will be bypassed and the query will perform a full table scan.
- 假设上面示例中的COL1列上有索引,如果对COL1而不是RHS执行类型转换,那么会绕过索引,查询会执行全表扫描。
youdao
- 3. Use with weak typed variables to cast them as another type.
- 用于弱类型变量,以将它们强制转换为另一种类型。
youdao
- 4. You'd cast it to the expected type, and then do something useful with the new data.
- 最好将它转换为需要的类型,然后对新数据执行一些有用的操作。
youdao
- 5. 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.
- 然后,可以使用函数的输出作为另一个接受XML参数的函数的输入,也可以把它转换为等效的SQL数据类型。
youdao
- 6. All the application needs to do is determine the type of the parsed event, cast it to the corresponding concrete type, and use its methods to get information pertaining to the event.
- 应用程序只需要确定解析事件的类型,将其转换成对应的具体类型,然后利用其方法获得属于该事件的信息。
youdao
- 7. To summarize the advice for XML join queries, always cast join predicates to the type of the XML index that should be used.
- 总结一下关于XML连接查询的建议,通常将连接谓词转换为应使用的xml索引类型。
youdao
- 8. The easiest way to fix such exceptions is to carefully check that the type to which an object is being cast conforms to the rules mentioned above.
- 修复这类异常的最简单方式就是仔细检查对象要转换到的类型是否符合以上提到的规则。
youdao
- 9. 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.
- 利用2.0中对数据类型的敏感特性,传入参数可能需要转换成特定的类型以便在模板中使用。
youdao
- 10. This string is converted to an XML type by using the CAST (? As XML) function.
- 此字符串通过使用CAST (?Asxml)函数转换为xml类型。
youdao
- 11. Finally, the narrow method checks to make sure the retrieved object from JNDI can be cast into the intended object type, CustomerHome.
- 最后,严密的方法检查用于确保从JNDI检索到的对象可以被映射为所需的对象类型CustomerHome。
youdao
- 12. Note that the unmarshalling creates a generic object, so you must explicitly cast it to the SimpleBean type.
- 注意,解组将创建一个泛型对象,因此您必须将其显式设置为 SimpleBean 类型。
youdao
- 13. The class cast of the mock object into type Collaborator is necessary because the intercept method returns type object.
- 模拟对象到Collaborator类型的类强制转换十分有必要,因为intercept方法将返回类型Object。
youdao
- 14. To fetch elements from the collection, you had to know the type of object in the collection so you could cast it back to the appropriate local variable.
- 要从集合中提取元素,您必须知道集合中对象的类型,以将其强制转换为合适的局部变量。
youdao
- 15. The exception is thrown by the explicit cast because the test case is trying to convert something of type String to an Integer.
- 这个异常是由显式类型转换抛出的,因为测试用例试图把类型为String 的东西转换成Integer。
youdao
- 16. You should perform an instanceOf operation to make sure it is the view you are looking for, and then type cast it to the appropriate view class.
- 应执行instance Of操作来确保它就是正在寻找的视图,然后将其类型转换为适当的视图类。
youdao
- 17. All operands to specific intrinsics are cast to a special type called qword, which is essentially an opaque register value type.
- specific intrinsic 的所有操作数都会映射为一个称为qword 的特殊类型,它实际上是一个opaque寄存器值类型。
youdao
- 18. XMLCursor is generic, so the line region r = i.next() does not need a cast, since the compiler realizes that i is of type XMLCursor.
- XMLCursor是泛型的,因此regionr =i.next()不需要强制转换,因为编绎器了解i 是 XMLCursor类型。
youdao
- 19. Also, hardeep was implicitly cast to XML type (xs: string).
- 另外,hardeep被隐式转换为xml类型(xs: string)。
youdao
- 20. Rather than binding the Account parameter explicitly, JBoss provides reflective access to currently executing objects, requiring a cast to the corresponding type.
- JBoss没有显式地绑定Account参数,而是提供了对当前正在执行的对象的反射访问,因此需要把类型转换到对应的类型。
youdao
- 21. One must therefore take into account both the expected return type and the data model when deciding how to cast the object that this method returns.
- 因此在决定如何对该方法的返回值进行强制类型转换时,必须同时考虑预期的返回类型和所用的数据模型。
youdao
- 22. A cast function can be used to cast the value to an appropriate type.
- 可以使用类型转换函数将值转换为一个合适的类型。
youdao
- 23. Comparing a variable having an atomic value (number, Boolean, or string) to another such variable or a literal atomic value, and expecting the type of one to be cast automatically to the other type.
- 把包含原子值(数字、布尔值或字符串)的变量和另一个此类变量或者文字原子值比较,希望一种类型自动转换成另一种类型。
youdao
- 24. The solution is to cast one of the operands to its 64-bit type.
- 解决方案是将一个操作数强制转换成 64 位的类型。
youdao
- 25. Type-safe means that the macro verifies that the specified operation can be performed on the given type before attempting to cast.
- 类型安全意味着宏在进行类型转换之前,会验证指定操作可以在指定类型上安全地执行。
youdao
- 26. For simplicity here, we have looked up our component handler and then cast it to the implementation class type that we know.
- 为了保持简单,我们查找了组件处理程序并将其转换为已知的实现类类型。
youdao
- 27. Notice in Listing 2 that fetching an item out of a collection doesn't require a cast to the right type.
- 注意,在清单2中,从集合中提取项并不需要将其强制转换为正确的类型。
youdao
- 28. Note the wildcard feature does not really weaken the static type system much, because it typically only kicks in with reflection APIs (which would have have required an explicit cast anyways)...
- 注意通配符实际并不会怎么弱化静态类型系统,因为它通常和映射APIs(总是要求投射明确)一块出现。
youdao
- 29. The return value from specific intrinsics are also qwords, which can then be cast into whatever vector type you wish.
- specific intrinsic的返回值也是qword类型的,它可以映射到您希望使用的任何向量类型。
youdao
- 30. It can also be cast to a more specific type derived from anyAtomicType using xsi: type.
- 也可以使用xsi:type将其转换为一种由anyatomictype派生而来的特定类型。
youdao
百度翻译
有道翻译