A parameter marker or host variable.
一个参数标记或一个主变量。
A parameter marker is a way to accommodate this.
参数标志是满足这种需要的一种方式。
The question mark (?) represents a parameter marker.
问号(?)代表参数标记。
Note that a parameter marker is used in the WHERE clause.
注意where子句中使用了参数标记。
Explanation: Parameter marker not valid in expression.
说明:参数标记不能有效的表达式。
The SQL statement has a parameter marker for CatalogId value.
sql语句有一个用于catalogid值的参数标志符。
The second parameter marker holds the name of the registered annotated XML schema.
第二个参数标记符用于存放注册的带注释的XML模式的名称。
Typically, you use the parameter marker character recognized for your database.
通常,应使用对数据库可识别的参数标记字符。
Note: The select statement specified in this example has a parameter marker called: empno.
注意:这个例子中指定的select语句有一个名为:empno的参数占位符。
Update 3 also USES a second parameter marker in the WHERE clause to select the row that is updated.
更新3在where子句中使用第二个参数标志来选择要更新的行。
As the previous section described, parameter marker usage in SQL statements fosters access plan reuse.
如上节所述,sql语句中的参数标记使用可促进访问计划重用。
To enable access plan reuse, rewrite the SQL statement using a parameter marker, as shown in Listing 3.
要实现访问计划重用,使用一个参数标记重写SQL语句,如 清单3 所示。
The variable to retrieve the result, RtnVal, is associated with the parameter marker in the USING clause.
用来检索结果的变量rtnval与using子句中的参数标记有关联。
Update 3 allows you to do just that by using an SQL-style parameter marker ("? ") in the XMLQUERY function.
更新3通过在XMLQUERY函数中使用SQL风格的参数标志(“ ? ”)来实现这个目标。
The PERFORMER program was purposely coded without a parameter marker (?) to show what you should not be doing!
有意将PERFORMER程序编码为不具有参数标志符(?)
The third parameter marker is to hold the source of the XML document to be shredded in the form of byte array.
第三个参数标记符用于存放将被分解为字节数组的XML文档的源。
The first parameter marker is to hold the relational schema or the DB owner name of the registered annotated XML schema.
第一个参数标记符用于存放注册的带注释的XML模式的关系模式或db所有者名称。
For details about what parameter marker characters you need, refer to the documentation for your database or environment.
有关您所需的参数标记字符的详细信息,请参考数据库或环境的相关文档。
The? (question mark) literal in the statement string is a parameter marker that represents the variable in which the result is returned.
语句字符串中的?(问号)是一个参数标识,代表用来返回结果的变量。
Here the document is provided as a literal value, but it could also be passed to the database through a parameter marker or host variable.
在这里,以字面值形式提供文档,但是也可以通过参数标志或主机变量把文档传递给数据库。
As shown in Listing 5, the revised INSERT statement invokes the XMLValidate function before specifying a parameter marker for the XML data.
如清单4所示,修订后的insert语句在为XML数据指定参数标志符之前调用xmlvalidate函数。
The fourth parameter marker is a flag 0/1 that tells DB2 if the XSD used in the shredding is also to be used for validating the source XML document.
第四个参数标记符是一个 0/1标志,它告诉DB2在分解过程中使用的XSD是否也用于验证源XML文档。
Once an application variable is bound to a parameter marker, the association remains until it is overridden or until the corresponding statement handle is freed.
一旦应用程序变量被绑定到某个参数标记,这种关联就会一直保持下去,直到相应的语句句柄被释放。
In Listing 24, the procedure proc is coded to return an OUT parameter value, which is denoted by the parameter marker (?), and was not coded to accept an input value.
在清单24中,过程被编码为返回一个OUT参数值,使用参数标记(?)表示,并且不能接受输入值。
The key (or keys) are used to replace the parameter marker (or markers) which were defined as part of the SQL statement string created in the RPG HANDLE_OPEN sub-procedure.
这个键(或多个键)用于替代这个参数标记(或多个标记),参数标记被定义为在RPG handle_open子过程中创建的sql语句字符串的一部分。
If the remote data source cannot handle the null value in a host variable or parameter marker, any function that involves binding a nullable value has to be evaluated locally.
如果远程数据源不能处理主机变量或参数标记符中的NULL,那么任何需要绑定一个可以为空的值的函数都必须在本地计算。
PureQuery follows the rules for parameter marker syntax to determine how SQL statement parameters are mapped from the declared parameters in the annotated method's parameter list.
pureQuery遵从参数占位符语法规则来决定如何从带注释的方法的参数列表中声明的参数映射sql语句参数。
The resolver will connect to the DB2 database and execute the query, passing in an appropriate data value for the query's parameter marker (the name of the referenced entity in the trade).
解析器将连接到DB 2数据库并执行查询,在此过程中,会为查询的参数标记传入一个适当的数据值(即交易中所引用实体的名称)。
Parameter MARKER: an application may wish to call the same query multiple times, only changing specific values each time (ex: parameters sent to a stored procedure, or a value in a WHERE clause).
参数标志(PARAMETER MARKER):应用程序可能希望多次调用同一个查询,每次调用时只改变特定的值(例如,发送给存储过程的参数,或者where子句中的值)。
It takes the marker ID as a parameter. The platform defines a few standard marker ids.
该方法以记号ID作为参数。
应用推荐