TBSCAN(18) represents the RETURN statement in the SQL Table function.
TBSCAN(18)表示这个SQL表函数中的RETURN语句。
This is equivalent to a return statement in other programming languages.
这相当于其它编程语言中的return语句。
I can write it with or without the return statement, and my results will be the same.
我可以编写它,让它带有或者不带return语句,得到的结果是相同的。
Most of this plug-in parser's implementation functions consist of a simple return statement.
该插件解析器的实现函数的大部分是有一个简单的返回语句组成的。
And you don't need a comment before the return statement saying, "Now we return a value," either.
同样,在返回语句之前也不需要使用类似“Nowwereturn a value”这样的注释。
In some contexts, like a return statement, it is syntactically simpler to create a tuple than a list.
在某些情况下,比如返回语句中,用元组来实现语法上要比列表简单很多。
We have seen the return statement before, but in a fruitful function the return statement includes an expression.
返回语句我们之前已经遇到过了,但在有返回值的函数里面,返回语句可以包含表达式。
Several of the actions take advantage of the implicit return statement to return data to a GSP page named the same.
有些动作利用隐式的return语句将数据返回到具有相同名称的gsp页面。
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返回。
A method that returns a value must have a return statement that specifies the result. Methods may return values of any type.
一个有返回值的方法必须包含一条返回语句指明返回结果。方法可以返回任何类型的结果。
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函数提供返回类型;根据返回语句推导出返回类型。
In a fruitful function, it is a good idea to ensure that every possible path through the program hits a return statement.
在有返回值的函数里面,建议要确认一下每一种存在的可能,来让函数触发一个返回语句。
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子句,以便将最后的结果以单行的表的形式返回。
Unfortunately, because the loop branch is so close to the return statement, you cannot predict both the loop branch and the return branch.
不幸的是,由于循环分支太接近返回语句,因此您无法预测循环分支和返回分支。
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的值并返回给调用者。
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语句。
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变量的值返回给调用语句。
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没有返回编译错误的话)。
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。
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。
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)。
Testing these requirements as stated could not return a precise "pass" or "fail" because each complex statement would require a decision table.
按照规定测试这些需求不能精确的返回“成功”或者“失败”,因为每一项复杂的陈述都需要一张判断表。
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解释器就知道您输入了一个复合语句。
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.
在此过程的主体有两个语句,其作用是定义一个用来返回表行的指针。
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.
这些函数以环境句柄、连接句柄、语句句柄或描述符句柄作为输入参数,返回与上一次使用该句柄作出的函数调用相关的诊断信息。
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表或物理文件。
Processing stops immediately when this statement is executed, and the procedure return code to the caller is the value of SQLERROR.
在执行该语句时处理将立即停止,而过程返回给调用者的代码是SQLERROR的值。
When this statement is included in a stored procedure, all return values of executed statements are checked for errors.
当这个语句被包含到一个存储过程中后,将对已执行语句的所有返回值进行错误检查。
They return heavy hitter SQL statements, for example, the statement that consumed the most sort time.
它们返回高命中率sql语句,例如耗用排序时间最多的语句。
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语句关闭游标,那么游标结果集就不会返回到调用者或客户机应用程序。
应用推荐