A second policy option for the FOMC would be to ease financial conditions through its communication, for example, by modifying its post-meeting statement.
联邦公开市场委员会的第二种选择是通过沟通缓解其金融状况,例如,通过调整其会后声明。
The getopts command returns true if an option is found, so a common option processing paradigm uses a while loop with a case statement as in this example.
如果找到一个选项,则getopts命令返回true,因此常见的选项处理范例使用带case语句的while 循环,本例中就是如此。
For each option, the case statement then attempts to identify the option, using either the short or long format and setting a variable.
对于每个选项,case语句会尝试识别该选项——使用短格式或长格式并设置一个变量。
An option is used to model a simple "if then" statement (i.e., if there are fewer than five donuts on the shelf, then make two dozen more donuts).
一个选择项用来为简单的“if then”表达式建模。(例如,如果架上的圈饼少于五个,那么另外做两打圈饼)。
For further flexibility, dynamic SQL allows for changing this option within a plan or package by the SET CURRENT DEGREE statement, which controls the value in a special register.
为获得更大的灵活性,动态SQL允许通过SETCURRENTdegree语句在一个计划或包中更改这个选项,该语句可以控制专用寄存器中的值。
Use this statement when you want a server option setting to remain in effect only while your application is connected to the federated server.
如果希望服务器选项设置在应用程序连接到联邦服务器时保持有效,可以使用这个语句。
Because we have chosen to save our changes when closing the editor, the updated statement appears after the interactive CLP prompt, and we have the option of executing the statement immediately.
因为已经选择关闭编辑器时保存更改,所以更新的语句会出现在交互clp提示符之后,我们可以选择立即执行该语句。
Setting the AUTOTRACE option ON will enable the display of explain and statistics information for each statement executed in that session along with query results, until the AUTOTRACE is disabled.
将AUTOTRACE选项设置为ON 将允许显示该会话中执行的每条语句的说明和统计信息,以及查询结果,直至 AUTOTRACE 被禁用。
To enable re-optimization for an SQL statement, bind the package with the REOPT bind option.
要重新优化一个SQL语句,我们需要在这个包上绑定 REOPT 绑定选项。
So when you want to execute a statement many times, prepared statement is a better option.
所以,如果想多次执行一条语句,那么预置语句是更好的选择。
If you are tempted to use the GO to statement with a procedure name, consider the EVALUATE statement as an alternative option.
如果试图将GOTO语句与程序名一起使用,那么可以考虑将evaluate语句作为一个替换选项。
The option to turn on the SQL Statement event monitor is not practical because of the overheard involved and the potential performance penalty a high transaction environment could incur.
用于打开SQL语句事件监视器的选项并不实用,由于涉及的开销和潜在的性能损失,会导致一个高事务环境。
The order stopped short of capping interest rates, as many had feared, though a subsequent statement by a senior bureaucrat suggested that this remains an option.
法令设定了上限利率,解除了人们之前的担忧,虽然一位高级官员随后发表的报告暗示了这一法令有待斟酌。
With the ALTER NICKNAME statement, you have the option to change the column data type on the federated server for a remote object.
通过ALTERNICKNAME语句,您可以选择为远程对象更改联邦服务器上的列数据类型。
When you submit the statement, you must add the RETURN_GENERATED_KEYS option, which returns the automatically generated value.
当您提交该语句时,您必须添加RETURN_GENERATED _ KEYS选项,这将返回自动生成的值。
All of the attributes that are considered run time are placed in a DEFINE statement with the NOREPLACE option.
所有视为运行时属性的属性放在带NOREPLACE选项的define语句中。
This solution uses the SQL and XQuery editor (default option) to create the SQL statement.
该解决方案使用SQL和XQuery编辑器(默认选项)创建 SQL语句。
You can also create a link to the interfaces file or use the IFILE server option in the create server statement to specify the full path to the file.
您还可以创建到interfaces文件的链接,或者在CREATEserver语句中使用IFILE服务器选项指定到该文件的全路径。
A new, empty partition can be added to a partitioned table by executing the ALTER TABLE statement with the ADD PARTITION option specified; the syntax used looks like this
可以通过执行ALTERTABLE语句并指定ADDPARTITION选项来向一个分区表增加一个新的空分区,使用的语法如下所示
When yes is selected, a grant statement is generated; when no is selected, a revoke statement is generated; and when grant is selected, a grant statement with grant option is generated in the script.
当选择yes 后,将生成一个grant语句;当选择no 后,将生成一个revoke 语句;如果选择了 grant,那么将在脚本中生成一个带有 grant选项的 grant 语句。
When yes is selected, a grant statement is generated, when no is selected, a revoke statement is generated; and when grant is selected, a grant statement with grant option is generated in the script.
当选择yes 后,将生成一个grant语句;当选择no 后,将生成一个revoke 语句;如果选择了 grant,那么将在脚本中生成一个带有 grant选项的 grant 语句。
This is accomplished by specifying the COMPRESS YES option in the CREATE TABLESPACE statement, and then executing either the LOAD or REORG utility on the table space.
这是通过在CREATEtablespace语句中指定COMPRESSYES选项,然后对表空间执行LOAD或REORG实用程序来实现的。
YAMD only requires the -g option for the link statement.
对于链接(link)语句,YAMD只需要- g选项。
Instead, the remote database is just specified in the DECLARE CURSOR statement using the database option.
只需使用DATABASE选项在DECLAREcursor语句中指定远程数据库。
Another option is to use Query Tuner to capture statements from the statement cache and to view the statement runtime information, as shown in Figure 7.
另一个选择是使用QueryTuner从状态缓存获取状态,并查看状态运行时信息,如图7所示。
The ALTER COLUMN SET DATA type option on the ALTER TABLE statement has been extended to support all compatible types.
ALTERtable语句中的ALTERCOLUMNSETDATATYPE选项进行了扩展,可以支持所有兼容的类型。
You do this using the #pragma export statement in your C code, or by specifying the EXPORTALL C compiler option.
这需要在C代码中使用 #pragmaexport语句,或者指定EXPORTALL C编译器选项。
If there are any errors in the SQL statement, you can modify it using the modify option.
如果sql语句存在错误,您可以使用Modify选项修改它。
The federated system provides the SET SERVER OPTION statement.
联邦系统提供SET服务器选项语句。
The federated system provides the SET SERVER OPTION statement.
联邦系统提供SET服务器选项语句。
应用推荐