Variables to be imported from the outside environment are specified in the use clause of the closure function definition.
从外部环境中导入的变量是在闭包函数定义的use子句中指定的。
We can mix variables passed by value and by reference easily within the use clause, and they will be handled without any problem.
我们可以将按值和按引用传递的变量轻松地混合到 use子句中,并且可以顺利地处理这些变量。
The use of categories reinforces my previous recommendation: it limits the scope of changes to Object to the body of the use clause in the easyb DSL.
categories的使用加强了我之前的建议:它将对Object的修改范围限制为easybdsl中use子句。
SQL embedded in programs on the application server might use the SQL system date clause.
在应用服务器上程序嵌入的SQL可能使用SQL系统日期子句。
If you need to create an index on an already existing (and populated) table, use the DEFER clause.
如果需要在一个已有的(并且被填充的)表上创建一个索引,那么可以使用defer子句。
Or, if you'd like only certain rows to be replicated, you just use a WHERE clause in your query.
或者,如果只希望复制表的某些行,那么只需要在查询中使用where子句。
It will not use a FOR UPDATE clause when loading the data, so the rows will not be locked.
在装载数据时它并不使用FOR update子句,所以行并不会被锁定。
In Update 1, and many other typical use cases, the return clause simply returns the variable that holds the modified document.
在更新1和其他许多典型场景中,return子句仅仅返回包含修改后的文档的变量。
XMLAGG functions use the ORDER BY clause to sort the elements within the group.
xmlagg函数使用ORDERBY子句对组内元素进行排序。
You have now seen how to use all the parts of a FLWOR expression except for the let clause.
您已经看到了如何使用FLWOR表达式的所有部分,除了一个部分:let子句。
If it is catalogued with the authentication client, re-catalog the database without specifying an authentication clause, or use the server or server_encrypt authentication options.
如果用身份验证客户机编目了数据库,则在不指定身份验证子句的情况下重新编目数据库,或者使用server或server_encrypt身份验证选项。
When reorganizing XML indexes, database administrators can use the allow write ACCESS clause in the reorg indexes command to allow concurrent writes on the table.
在重组xml索引时,数据库管理员可以通过在REORGINDEXES命令中使用ALLOWWRITEaccess子句允许并发的写操作。
Subsequent portions of the query use the XQuery where clause to filter returned data further and to transform portions of the selected comments into new XML fragments.
该查询中随后的部分使用XQuerywhere子句进一步过滤返回的数据,并将选中的评论的一些部分转换成新的xml片段。
You can use ALTER TABLE with the DROP VERSIONING clause for the same purpose, but IBM suggests sparse use of DROP VERSIONING because it can cause invalidation, which should be avoided if possible.
您可以使用ALTERTABLE和DROPversioning子句实现相同用途,但IBM建议尽量少使用DROP VERSIONING,因为它可能导致无效性,这应该尽可能避免。
The 'REFRESH DEFERRED' clause indicates that use of a 'REFRESH' statement will populate the MQT with data.
'REFRESHDEFERRED '子句指出,使用' REFRESH '语句将用数据填充m QT。
If you want to disable the usage of the constraints by the SQL compiler, you can use the disable QUERY OPTIMIZATION clause. For example.
如果您想通过编译器禁用约束,那么可以使用DISABLEQUERYoptimization子句。
As in previous releases, administrators use the ORGANIZE BY dimension (...) clause of the CREATE TABLE statement to specify multi-dimensional clustering.
与以前的版本一样,管理员使用CREATEtable语句的ORGANIZEBYDIMENSION(…)子句指定多维聚簇。
Example 35. Collect catalog statistics using the LOAD command and the statistics use PROFILE clause.
使用LOAD命令和STATISTICSUSEprofile子句收集目录统计信息。
Instead, use a virtual table with a WHERE clause, or define the join as a view in the data source, and execute the rule on this view.
相反,可使用具有where子句的虚拟表,或者将连接作为数据源的视图进行定义,并在这一视图中执行规则。
You can use the in clause to create an index in the same table space where user data resides, or in a different table space.
您可以使用in子句在用户数据所在的表空间上创建一个索引,或者在其他表空间上创建索引。
The following example demonstrates the use of the WHEN clause in the trigger.
下面的例子演示了在触发器中使用WHEN 子句。
IF/THEN/ELSE logic is fertile ground for figuring out how to use WHERE clause predicates so rows can be rejected sooner in DB2's address space.
IF/THEN/ELSE逻辑是搞清楚如何使用WHERE 子句谓词的良好基础,因此在DB2 地址空间中行能够被快速拒绝。
Use the WHERE clause to filter data in the SQL instead of bringing it all into your program to filter.
在SQL中使用where子句过滤数据,而不是在程序中到处使用它进行过滤。
If you use the standard INTO clause, the row is filled in the order of the selected fields.
如果使用标准的into子句,那么按选择的字段的次序填充行。
This update does not use an SQL WHERE clause to select a specific row.
这个更新并不使用SQLwhere子句选择特定的一行。
I kept using relative pronouns like "who did this," "which this," and using ing-words,participles, because that's what you use in the Greek to string along clause after clause after clause.
我却要使用关系代词,“谁做这“,“这是“,使用现在分词,分词,因为希腊语就是用这种方法,连接一个又一个从句。
The simplest and most common use of the WHERE clause is to filter the rows from a table before selecting any columns, as demonstrated in Listing 4.
WHERE 子句最简单最常见的用法是在选择任意列之前过滤表中的行,如 清单 4 所示。
You can also use an AS clause to name the selected columns in a query. Doing so lets you control how the results are displayed, which is also demonstrated in the next section.
还可以使用As子句命名查询中的选定列,从而允许您控制如何显式结果,这也在下一节中讲述。
The WHERE clause also includes any predicates you may want to use to subset the results.
WHERE 子句还包含用来产生结果子集的任何谓词。
The WHERE clause also includes any predicates you may want to use to subset the results.
WHERE 子句还包含用来产生结果子集的任何谓词。
应用推荐