HQL supports the use of ANSI SQL row value constructor syntax (sometimes called tuple syntax), even though the underlying database may not support that notion.
HQL支持ANSISQL行值构造语法的用法,(有时叫元组语法),甚至虽然底层数据不支持这种语法。
The next constructor creates an integer with the value of 100, as specified.
第二个构造函数根据规定创建了一个值为 100的整数。
The return value of this constructor is a node that you can add to the tree in the same way as the nodes in the above example.
该构造函数的返回值是一个节点,可以使用与上面示例中相同的方式将其添加到树中。
The constructor method uses the normalize method to ensure that the override value strings do not contain symbols used by XML parser.
构造函数方法使用标准化的方法来确保重载值中不包含XML 解析器所使用的符号。
The constructor for this object pulls together information from the incoming XML document so that the name value pairs specified in the MIB can be populated.
这个对象的构造函数从进来的XML文档收集信息,以便填充MIB中指定的 “名/值”对。
The predicate_result object has an implicit constructor that accepts a Boolean value, which explains why the code works fine even though the expected and actual return types of validate_list differ.
predicate_result对象有一个隐式的构造函数,它接受一个boolean值,因此即使validate_list的期望类型和实际返回类型不同,代码仍然会正常运行。
Listing 3 initializes a new Zend_Soap_Server object in non-WSDL mode, passing a null value as the first argument to the object constructor.
清单3传递一个null值到对象构造函数的第一个参数,以非wsdl模式初始化了一个新的Zend_Soap_Server对象。
This particular style of constructor is unusual in that it returns a value called self.
这种风格的构造函数并不常见,它返回一个称作self的值。
The creator attribute here is set to the value new, meaning that DWR should call the class's default constructor to obtain an instance.
这里的creator属性被设置为值new,这意味着DWR应当调用类的默认构造函数来获得实例。
The self object is created by the Box constructor, which also overrides the return value, as seen in Listing 3.
self对象是由Box构造函数创建的,后者也覆盖返回值,如清单 3 所示。
The value between the starting and ending tags is passed as argument to the constructor of the Title class.
开始和结束标签之间的值作为参数传递给Title类的构造函数。
As you can see in Listing 4, the RulesEngine class's constructor takes as an argument a string value that represents the name of the file that contains a set of business rules.
在清单4中可以看到,rulesengine类的构造函数接受字符串值形式的参数,该值表示包含业务规则集合的文件的名称。
This constructor returns a value, however, which means that this value takes the place of the regular Object, which itself is thrown away.
但是,这个构造函数返回一个值,这意味着这个值取代常规的Object,而后者将被抛弃。
The EditText constructor also overrides the constructor return value, as Listing 2 shows.
EditText构造函数也覆盖构造函数返回值,如清单 2 所示。
The first one creates an integer object whose value is 0, which is the default value used when no value is supplied to the int class constructor.
第一个构造函数创建了一个整数对象,其值为0,在没有值提供给int类构造函数的情况下,该值是所使用的默认值。
A member variable holds the list of configuration items, a constructor loads the items, and an accessor method called get returns the value of an item.
成员变量保存配置项的列表,构造程序装入项,然后名为get的访问方法返回项的值。
Each holder class has a constructor from an instance, a default constructor, and has a public instance member (value), which is the typed value.
每个holder类都有一个来自实例的构造函数,一个默认的构造函数,以及一个公有的实例成员value,它是一个有类型的值。
When you want to create an atomic value of one of the time-oriented data types, use a type-constructor function and provide the string representation as an argument.
如果需要创建与时间相关的数据类型的单个值,可以使用类型构造器函数并提供时间的字符串表示形式作为参数。
There is no constructor defined to initialize it to another value.
我们没有声明构造函数用其它值来初始化它。
The constructor method reads the configuration parameters file as properties and converts these properties into URI/value pairs as defined by the deployment descriptor schema (Figure 1).
构造函数读取配置参数文件作为属性并将这些属性转换成URI/值对,这些值对是由部署描述符模式定义的(图 1) 。
Thee next constructor creates an integer with the value of 100, as specified.
第二个构造函数根据规定创建了一个值为100的整数。 。
The constructor examines each property in its parameters argument; for each one, if the property exists in the prototype, then its value overrides the parameter's default value.
构造方法在它的parameters参数中检查每个属性;对于每个属性,如果它存在于原型中,那么它的值覆盖参数的默认值。
In the constructor, they are assigned a value, through the use of the new operator, it's not a declaration.
在构造函数中,他们被分配一个值,通过新的运营商使用,它不是一个宣言。
The constructor initializer is a list of member names, each of which is followed by that member's initial value in parentheses.
构造函数的初始化式是一系列成员名,每个成员后面是括在圆括号中的初始值。
When I return by value from an assignment operator, firstly what is the mechanism and basis of calling the copy constructor?
当我返回值赋值操作符,首先是调用复制构造函数为基础的机制?
The copy constructor is called because you call by value not by reference.
复制构造函数是因为你呼叫的价值不是由参考。
We all know that the implicit copy constructor operates as follows: default construct all member variables, then assign each member variable the appropriate corresponding value.
我们都知道,这个隐式的拷贝构造函数操作如下:默认构建所有成员变量,然后分配每个成员变量相应的对应值。
The value the function receives in this parameter is the value that was passed to the constructor when the thread object was created.
函数在此参数中接收的值是在创建线程对象时传递到构造函数的值。
Who knows what's the value of 'Size' in the constructor.
谁知道在构造函数的大小有什么价值。
Each value type has an implicit default constructor that initializes the default value of that type.
每种值类型均有一个隐式的默认构造函数来初始化该类型的默认值。
应用推荐