The parameter is passed to these functions from the SQL statement using the PASSING clause of these functions.
利用这些函数的PASSING 子句将参数从SQL语句传递给这些函数。
Usage: This parameter controls the decision on whether or not to apply a NON EMPTY clause on member requests when the number of tuples exceeds the set threshold.
用法:当元组数超过设定的阈值时,该参数控制是否对成员请求应用NONempty子句的决策。
Update 3 also USES a second parameter marker in the WHERE clause to select the row that is updated.
更新3在where子句中使用第二个参数标志来选择要更新的行。
LIKE, that indicates that the data type for the parameter will be specified using the LIKE clause and specified using the parameter properties in the LIKE clause section, as shown below.
表示参数的数据类型将被指定为使用like子句,并使用like子句区段中的参数属性指定,如下所示。
REFERENCES, that indicates that the data type for the parameter will be specified using the REFERENCES clause and specified using the parameter properties in the REFERENCES clause section.
表示参数的数据类型将被指定为使用references子句,并通过references子句区段中的参数属性指定。
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子句中的值)。
The variable to retrieve the result, RtnVal, is associated with the parameter marker in the USING clause.
用来检索结果的变量rtnval与using子句中的参数标记有关联。
XQuery statements in DB2 support parameter markers that are passed to XQuery by using the passing as clause.
DB 2中的XQuery语句支持使用passing a s子句把参数标志传递给XQuery。
The SQL code starts with declaring a new cursor and then performs the SELECT statement on the ADMINISTRATOR.EMPLOYEE table, using the JOBCODE parameter in the WHERE clause.
编写 SQL代码时,首先声明一个新游标,然后在 WHERE 子句中使用JOBCODE 参数,在ADMINISTRATOR.EMPLOYEE表中执行SELECT语句。
But the exception parameter t is declared as a Throwable, and Throwable cannot be thrown from foo unless the throws clause is modified.
但是异常参数t被声明为Throwable,且如果没有修改throws子句,则Throwable不能从foo中抛出。
Because of the type clause in the class definition, my parameter types coming into the map method are set along with the outputs of this method inside the context.write clause.
由于类定义中的类型子句,我将传入map方法的参数类型设置为在context. write子句内带有该方法的输出。
The parameter object will be used to set input values in an UPDATE statement, or WHERE clause values in a query (etc.).
这个参数对象将用于设置update语句中的输入值,或者用于设置某一查询中的where子句的值(等等)。
ISOLATION level is set at the session level using set ISOLATION, set at the SQL statement level using the WITH clause or set at the database level using a database Configuration parameter.
使用SETISOLATION在会话级、使用with子句在sql语句级或使用数据库配置参数在数据库级设置隔离级别。
Note that a parameter marker is used in the WHERE clause.
注意where子句中使用了参数标记。
Usage: This parameter controls the decision on when the NON EMPTY clause is applied to the query MDX.
用法:该参数控制何时向查询MDX应用NONempty子句的决策。
The parameter used in the WHERE clause to identify the working record must match the DataKeyNames property, which is the key field for the displayed records.
用于标识工作记录的where子句中使用的参数必须与DataKeyNames属性匹配,后者是显示记录的关键字段。
To generate a throw clause for a function, such as int Operation1 throw (MyType), you first need to create a parameter for the operation and set its Is Exception property to true.
要生成一个throw子句,比如intOperation 1 throw (MyType),您首先需要为操作创建一个参数,然后设置其IsException属性为true。
For example, an SQL SELECT statement could use a parameter to define the criteria of a WHERE clause.
举例来说,SQLSELECT语句可以使用一个参数来定义一个WHERE条款规则。
Typically, the original value is used as a parameter in a WHERE clause to identify the record in the database, and the current value is used in SET or VALUES clauses.
通常情况下,原始值用作where子句中的参数以标识数据库中的记录,而当前值则用于SET或values子句中。
Typically, the original value is used as a parameter in a WHERE clause to identify the record in the database, and the current value is used in SET or VALUES clauses.
通常情况下,原始值用作where子句中的参数以标识数据库中的记录,而当前值则用于SET或values子句中。
应用推荐