• TBSCAN(18) represents the RETURN statement in the SQL Table function.

    TBSCAN(18)表示这个SQL函数中的RETURN语句

    youdao

  • This is equivalent to a return statement in other programming languages.

    相当于其它编程语言中的return语句

    youdao

  • I can write it with or without the return statement, and my results will be the same.

    可以编写,让它带有或者不带return语句,得到的结果相同的。

    youdao

  • Most of this plug-in parser's implementation functions consist of a simple return statement.

    插件解析器实现函数大部分是有一个简单返回语句组成的。

    youdao

  • And you don't need a comment before the return statement saying, "Now we return a value," either.

    同样,在返回语句之前需要使用类似Nowwereturn a value”这样的注释。

    youdao

  • In some contexts, like a return statement, it is syntactically simpler to create a tuple than a list.

    某些情况下比如返回语句中,用元组来实现语法上要列表简单很多。

    youdao

  • We have seen the return statement before, but in a fruitful function the return statement includes an expression.

    返回语句我们之前已经遇到过返回值的函数里面,返回语句可以包含表达式。

    youdao

  • Several of the actions take advantage of the implicit return statement to return data to a GSP page named the same.

    有些动作利用隐式return语句数据返回具有相同名称gsp页面

    youdao

  • Defs do not require a return statement, so if the last line produces some value, that value is returned by the def.

    def需要return语句因此如果最后产生某个那么这个def返回

    youdao

  • A method that returns a value must have a return statement that specifies the result. Methods may return values of any type.

    个有返回方法必须包含一条返回语句指明返回结果方法可以返回任何类型的结果。

    youdao

  • On to the answers. You do not need to provide the return type of a lambda function; it is deduced from the return statement.

    需要lambda函数提供返回类型根据返回语句推导出返回类型。

    youdao

  • In a fruitful function, it is a good idea to ensure that every possible path through the program hits a return statement.

    返回值的函数里面,建议确认一下种存在的可能,来让函数触发一个返回语句。

    youdao

  • Finally, note how the single row VALUES clause is used in the return statement to return the end result as a single-row table.

    最后注意return语句中使用单行values句,以便将最后结果以单行的表的形式返回

    youdao

  • Unfortunately, because the loop branch is so close to the return statement, you cannot predict both the loop branch and the return branch.

    不幸的是,由于循环分支接近返回语句,因此无法预测循环分支返回分支。

    youdao

  • If the statement is not successful, the value of SQLERRNUM is captured and returned to the caller using the return statement and the RETURNS clause.

    如果语句成功,将使用return语句returns子句捕捉SQLERRNUM返回调用者

    youdao

  • Because Groovy is a dynamically typed language, defs do not require any type declarations for parameters, nor do defs require a return statement.

    因为Groovy动态类型语言,所以def需要参数任何类型声明,def不需要return语句

    youdao

  • The showopts function analyzes the options as before, but USES the return statement to return the value of the OPTIND variable to the calling statement.

    showopts函数以前一样分析选项但是使用return语句将OPTIND变量返回给调用语句。

    youdao

  • If there is no return statement, then the evaluation of the last statement in the method is returned (if it can be, if not Scala returns a compilation error.)

    如果没有返回语句,将返回方法最后一个语句的求值(如果可行并且Scala没有返回编译错误的话)。

    youdao

  • Changing the return type to float, for example, isn't flagged as an error because an int in the test method's return statement is automatically promoted to float.

    如果将返回值改为float,这不会被标记成错误因为test方法返回语句中的int会自动转换成float。

    youdao

  • The put command sends back the contents of the output buffer, but the return statement at the end of main also sends back data; the status generated will be passed back to the PPE.

    PUT命令发回输出缓冲区内容但是main末尾返回语句会将数据发送回去所生成状态发回给PPE

    youdao

  • However, in Python, you don't need to worry about these semantics because the two approaches are accomplished in an almost identical manner using the return statement (see Listing 4).

    Python中无需担心这些语义问题因为通过使用return语句几乎可以相同的方式实现两个目的(参见清单4)。

    youdao

  • Testing these requirements as stated could not return a precise "pass" or "fail" because each complex statement would require a decision table.

    按照规定测试这些需求不能精确返回成功或者失败”,因为每一项复杂陈述需要一张判断表。

    youdao

  • When you type in the if statement and the terminating colon, then press Return (or enter) on your keyboard, the Python interpreter realizes you have entered a compound statement.

    键入if语句终止冒号键盘回车键时,Python解释器就知道您输入了一个复合语句。

    youdao

  • There are two statements in the body of the procedure defining a cursor that enables to return table rows. Adapt the first statement declaring the cursor to.

    过程主体两个语句,其作用是定义一个用来返回行的指针

    youdao

  • These functions take environment, connection, statement, or descriptor handles as input and return the diagnostic information related to the last function call made using that handle.

    这些函数环境连接句柄、语句句柄描述符作为输入参数返回上一次使用句柄作出函数调用相关诊断信息

    youdao

  • The following SELECT statement will return any SQL tables or physical files that have some allocation on SSD in schema (library) MJATST.

    下面select语句返回MJATST模式()中在SSD一些分配任意sql物理文件

    youdao

  • Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.

    执行语句处理立即停止过程返回调用代码SQLERROR

    youdao

  • When this statement is included in a stored procedure, all return values of executed statements are checked for errors.

    这个语句包含一个存储过程中后,将对已执行语句所有返回进行错误检查。

    youdao

  • They return heavy hitter SQL statements, for example, the statement that consumed the most sort time.

    它们返回高命中率sql语句例如耗用排序时间最多语句

    youdao

  • If the cursor is closed using the close statement before the return of the SQL procedure, the cursor result set will not be returned to the caller or client application.

    如果返回SQL过程之前使用close语句关闭游标,那么游标结果不会返回调用者客户机应用程序

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定