The data type can be a DB2 built-in data type, a distinct type or a reference type.
数据类型可以是DB2内置数据类型、独特的类型或引用类型。
Reference types - same as pointer types, except that a reference type cannot be NULL.
引用类型—与指针类型相同,只是引用类型不能为NULL。
The reference type had sequential or explicit layout, and so was exported as a struct.
引用类型具有连续布局或显式布局,因此导出为结构。
As others have mentioned, the "value" that is passed for a reference type is a pointer.
其他人则提到,“价值”为引用类型传递指针。
A value type or reference type refers to how a programming element is stored in memory.
而值类型或引用类型是指编程元素将以何种方式存储在内存中。
The object of a value type is in the stack, but the object of a reference type is in the heap.
数值类型的对象位于栈中,但是引用类型的对象位于堆中。
That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
In an unsafe context, a type may be a pointer type as well as a value type or a reference type.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
An array is a reference type in managed code that contains one or more elements of the same type.
在托管代码中,数组是包含一个或多个相同类型元素的引用类型。
Because at compile time, the compiler validates if you can call a method based on the reference type.
因为在编译时,编译器验证如果你可以调用一个基于引用类型的方法。
The type of each element in the sequence can be either one of the eight basic types, or the Reference type.
序列中每个元素的类型可以是这八种基本类型中的某一种,或者是Reference类型。
Whether a data type is a value type or a reference type, the communicating parties could also pose problems.
无论数据类型是数值类型还是引用类型,信息传递的一方都可能出现问题。
Constrain the type parameter to accept only a reference type, or do not use it for the optional parameter.
限制型别参数只接受参考型别,或者不要在选择性参数中使用它。
You declare and use an array of a reference type just as you would declare and use an array of any data type.
声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。
We may not know what type t represents, but we know that the null literal is a valid value for any reference type.
我们可能不知道t类型代表什么,但我们知道null字母对任何引用类型而言是一个空值。
The destination USES a new reference type introduced in J2EE 1.4 called the message destination reference (Figure 7).
目的引用使用J2EE 1.4中引入的称为消息目的引用的新引用类型(图7)。
First you'll need to know style of WSDL — DLW or any other — and then you'll need the reference type, j-type or w-type.
首先,将需要知道WSDL的样式(DLW或任何其他样式),其次,将需要知道引用类型(j -type或w - type)。
If both arrays have reference type elements, the source element type must derive from the destination element type.
如果两个阵列都具有参考型别元素,则来源元素型别必须衍生自目的元素型别。
A delegate declaration defines a reference type that can be used to encapsulate a method with a specific signature.
委托是一个定义签名的类型,即方法的返回值类型和参数列表类型。
This can lead to a problem if the XSD type is mapped to a value type in one language but mapped to a reference type in another.
如果xsd类型在一种语言中被映射成了数值类型,而在另一种语言中被映射成了引用类型,那么这可能导致问题的出现。
When an application creates the first reference type, memory is allocated for the type at the base address of the managed heap.
应用程序创建第一个引用类型时,将为托管堆的基址中的类型分配内存。
This differs from the assignment of reference type variables, which copies a reference to the object but not the object itself.
这与引用类型变量的赋值不同,引用类型变量的赋值只复制对对象的引用,而不复制对象本身。
Finally, the string type is a reference type, so every string instance refers to an additional block of memory to hold the actual string data.
最后,字符串类型是引用类型,因此每个字符串实例都引用一个附加的内存块,以存放实际的字符串数据。
It might be worth considering an enumeration here since it would remove the need for a reference type and store the value directly in the class.
这里,使用枚举可能值得考虑,因为它可以消除对引用类型的需要,并且将值直接存储到类中。
Or a reference type variable might not hold a reference to any object, in which case it is said to be a null reference or a reference to Nothing.
或者,引用类型变量可能不存放对任何对象的引用,这种情况称为空引用。
The REF USING INTEGER clause specifies that the INTEGER data type will be used to represent the REFERENCE type of this structured type and all of its subtypes.
REF USINGINTEGER子句指定了 INTEGER数据类型,将使用这个数据类型表示该结构化类型及其所有子类型的 REFERENCE 类型。
When you copy the elements from one list to another you keep the same references of the elements inside your original list (if they are of reference type).
当你复制的元素从一个列表到另一个你保持在你的原始列表元素相同的参考(如果是参考型)。
The VALUES clause also includes a casting function for the user-specified value of the OID column because the value must be cast into the REFERENCE type of the target table.
values子句还为用户指定的oid列的值包括了一个casting函数,因为该值必须强制转换成目标表的REFERENCE类型。
Type names may include trailing characters that denote additional information about the type, such as whether the type is a reference type, a pointer type or an array type.
类型名可能包含尾部字符,尾部字符表示有关该类型的附加信息,如类型是引用类型、指针类型还是数组类型。
This paper tentatively analyzes the realization mechanism of a reference type variable in C, and compares reference and pointer so as to deepen the comprehension of reference.
为准确理解C语言引用的本质,对C语言引用型变理的实现机制进行了初步探讨。
应用推荐