Parameters — retrieves the named parameter value.
parameters——检索命名的参数值。
Named parameter array cannot be bigger than argument array.
命名的参数数组不能大于变量数组。
Listing 7 shows the USES of named parameter for CallableStatements.
清单7显示了CallableStatements中的命名参数的使用。
Listing 13 consolidates all statements with the functionality of named parameter feature.
清单13将使用命名参数特性的所有语句合并在一起。
Now you have the tools to try this for yourself and see the benefits of the named parameter feature.
现在,您拥有了尝试这个特性的工具,并且了解了命名参数特性的优点。
It then described the named parameter feature and discussed how that can be used in a CallableStatement.
然后描述了命名参数特性,并讨论了如何在CallableStatement中使用命名参数。
This article ended by listing a demo program that USES the named parameter feature with the IDS 11 server.
本文最后列出了一个演示程序,该程序使用了IDS11服务器中的命名参数特性。
We also use a named parameter to pass covariate data into the accumulator set along with the samples.
我们还使用了一个命名参数来将关联数据和样本一起传递给累加器集。
But named parameter provides the flexibility to set the parameters by name, instead of by ordinal position.
但是,命名参数则提供了更大的灵活性,它允许根据名称而不是顺序位置来设置参数。
Because map takes one argument, a function, we can use the "placeholder" indicator _ instead of a named parameter.
因为map接受一个参数,即一个函数,我们可以用_占位符来替代有名参数。
This named parameter specifies whether the indicated attribute can be inherited by derived classes and overriding members.
该命名参数指定所指示的特性能否由派生类和重写成员继承。
This named parameter specifies whether the indicated attribute can be specified more than once for a given program element.
该命名参数指定能否为给定的程序元素多次指定所指示的特性。
As you will see later, each of the vars in the class declaration becomes a named parameter when constructing an instance of the class.
随后将看到,在构建类实例时,类声明中的每个var将成为一个命名的参数。
Method chaining, also known as named parameter idiom, is a common syntax for invoking multiple method calls in object-oriented programming languages.
方法链,也被称为命名参数法,是在面向对象的编程语言调用的调用多个方法的通用语法。
We could use the context object to obtain the calling request, look for the named parameter "operand", obtain its URI and issue a sub-request for that resource.
我们可以使用上下文对象来获得调用的请求,寻找命名参数“operand”,获得其uri并对该资源发出一个子请求。
Named parameter makes the application robust so that you don't need to change the application even if the sequence of the parameter in the stored procedure changes.
命名参数使应用程序更加健壮,所以,即使存储过程中参数的顺序发生了改变,也不必修改应用程序。
The good practice is to parameterize a query, which allows the query to be parsed or prepared only once, cached, and reused. So a better way to write the query is to use a named parameter
良好实践是参数化查询,从而仅解析或准备查询一次,然后再缓存并重用它。
In the case of generic methods, if a type parameter appears only once in the method signature, then it probably should be a wildcard rather than a named type parameter.
就泛型方法来说,如果一个类型参数在方法签名中只出现一次,它很有可能是一个通配符而不是一个命名的类型参数。
The replacement text can include character entities, named entities, elements, etc. but not parameter entities.
替代文本可以包含字符实体、命名实体和元素等,但不包含参数实体。
Such a function would always require the caller to supply the string to be formatted, so that parameter should be explicitly named.
这类函数始终需要调用者为其提供一个字符串来进行格式化,因此应当使用命名参数。
The input parameter named "P1" is of data type integer, the other input parameter "P2" is of type character.
输入参数 “P1”的数据类型是整型,另一个输入参数 “P2” 的数据类型是字符型。
The parameter is named the same as the instance attribute (field) itself, in this case title.
在title中,参数命名成与实例属性(字段)本身一样。
Add a method called get with return type as the template parameter t from the method (as shown in Figure 4), and an input parameter named index whose type is int.
添加一个名为get的方法。在此方法中,使其返回类型为模板参数t(如图4所示),然后输入参数名字index,其类型为int。
The send method invokes the method named by a single symbol parameter, which in this case is the name of the state_column.
send方法调用由一个符号参数命名的方法,在本例中其名称是state_column。
In XSLT v2, you can't pass a parameter to a named template that is not defined in its parameter list.
在XSLTv 2中,您不能将参数传递给未在其参数列表中定义的命名模板。
The superglobal array will contain fields with the CGI parameter values named according to the name attribute of the respective input field in the form.
superglobal数组将根据表单中各个输入字段的name属性,来包含带有指定cgi参数值的字段。
You can change this icon by specifying a configuration parameter named "pda-icon" and pointing it to an image under the document root of the portal server.
要更改这个图标,请指定一个名为“pda -icon”的配置参数并将其指向一个位于门户网站服务器的文档根目录下的图像。
In this example, we specify an input parameter named addr of type Address_t.
在此例中,我们指定了一个address_t类型的名为addr的输入参数。
Similarly, the non-editable version of the form contains the hidden form element only if the submitted form data contains the post parameter named demo_checkbox.
类似地,不可编辑的表单只有在所提交表单数据中包含了名为demo_checkbox的post参数时才会包含这个隐藏表单元素。
The method then sets the parameter named "location" (marked by :location in the namedQuery) on the query, using the user-supplied value passed into this method.
然后方法设置名为“location”的参数(由 namedQuery中的 :location 标示),它使用传递给方法的用户提供的值。
应用推荐