Finally, the legacy statement on Error GoTo cannot be used at all in a method containing closures.
最后,关于ErrorGoTo的继承声明也根本不能在包含闭包的方法里使用。
Here, you care only about method declarations with a single statement.
此处,您只关心那些只有一条语句的方法声明。
A method that returns a value must have a return statement that specifies the result. Methods may return values of any type.
一个有返回值的方法必须包含一条返回语句指明返回结果。方法可以返回任何类型的结果。
This method receives several parameters, including a SQL statement and a result handler, and returns an object of generic type t.
这个方法接收多个参数,包括一条sql语句和一个结果处理程序,并返回一个泛型t的对象。
A method that returns a value must have a return statement that specifies the result.
一个有返回值的方法必须包含一条返回语句指明返回结果。
This method is used to implement a trace facility for the VTI purpose functions invoked during a simple select SQL statement.
该方法用于在简单的SQL选择语句期间为调用的vti目的函数实现一个跟踪功能。
The GOBACK statement specifies the logical end of a called program or invoked method.
goback语句指定了所调用的程序或方法的逻辑结束部分。
There can be, but there is not necessarily, a one-to-one mapping of parameter markers in the SQL statement to declared parameters in the annotated method.
sql语句中的参数占位符与带注释的方法中声明的参数之间可能存在一对一的映射,但是也不一定如此。
The designer also generates a Fill query, which wraps the table's SELECT statement and is implemented as a method of the same name on the typed DataSet.
设计器同时也产生一个填充查询,它封装了查询相关表的Select语句并且在类型化数据集中以同名方法实现。
The VALUES statement provides a method for executing a SQL statement without accessing a table or view.
values语句提供了一个无需访问表或视图即可执行sql语句的方法。
The declared parameter type for an annotated method can make a significant difference in how the SQL statement is executed.
带注释方法的声明的参数类型可以在很大程度上影响sql语句的执行。
DB2 V8.2.2 introduces a new method that you can use to implement that same change password function in the CONNECT statement.
DB 2V8.2.2引入了一种新的方法,可用于实现connect语句中这一相同的更改密码功能。
Should I have a method name longer than its statement?
我应该有一个方法的名字比其声明的时间吗?
As I noted earlier, I don't want to rely on the getConnection method of the statement because it could refer to a wrapped connection for which I don't have metadata.
正如前面提示过的,我不想依赖这条语句的getConnection方法,因为它会引用一个包装过的连接,而我没有这个连接的元数据。
In order for a PERL program to transform a dynamic SQL statement into executable form, you need to first use the prepare method, and then bind parameters using the bind_param method.
为了让Perl程序将动态sql语句转换成可执行的格式,需要首先使用prepare方法,然后使用bind _ param方法来绑定参数。
The trace message exploits a utility method in the class XmlSdoUtilities, so you will need to add this import statement.
跟踪消息利用了类XmlSdoUtilities中的一个实用方法,因此您需要添加此导入语句。
When using inline methods, you can invoke methods defined in the data interface and pass the SQL statement as a parameter in the invocation of a method.
当使用内联方法编程风格时,用户可以调用Data接口中定义的方法,将sql语句作为方法调用中的一个参数。
This is part of a large switch statement that enumerates each method; this will become important later.
这是一个列举每种方法的庞大switch语句中的一部分,这些内容待会就变得很重要。
The main method USES an enhanced for loop to iterate through the different primitives and a simple switch statement on the current instance to set the size value of each primitive.
main方法使用增强的for循环来迭代通过不同的原语,并在当前实例上使用一个简单的switch语句来设置每个原语的大小值。
This method used a PHP switch statement that sets the value for the class attribute based on the first argument in the URL.
这种方法使用一个php分支语句,根据URL中的第一个参数设置class属性值。
This method creates a statement in the model with the Resource as its subject.
此方法以Resource作为主题在模型中创建语句。
Can there be more than one return statement in the body of a method?
方法的主体可以包含多个return语句嘛?
When an error occurs or when you want to return a fault to the user, set the WS_FAULT object and exit the method with an Exit function or Exit sub statement.
当错误发生时,或者在您希望向用户返回一个故障时,设置 WS_FAULT对象,并使用一个Exit函数或 Exit子语句退出方法。
This matches any call to a method defined on a JDBC connection that returns a Statement or any subclass thereof.
这个建议匹配的方法调用是在JDBC连接上定义的,而且会返回Statement或任何子类。
This complexity is partly caused by the common mistake of implementing the event method with a large if statement to capture all the handling logic.
造成这种复杂性的部分原因是出现了一种常见的错误:通过大量的if语句捕捉所有处理逻辑来实现event方法。
The method takes two parameters, a Property representing the predicate of the statement, and the statement's object.
该方法使用两个参数,表示语句谓词的 Property和语句的对象。
One method is to register the external program as a stored procedure and then use the SQL Call statement to run the program with a call to the stored procedure.
一种方法是将外部程序注册为存储过程,然后使用SQLCall语句调用存储过程来运行程序。
The aspect contains a declare @method statement and an inter-type declaration.
其中的方面包含一条 declare @method语句和一个类型间声明。
The body of a method declaration is made up of statements, which can be any kind of action (for example: for statement, if statement, or expression).
一个方法声明的程序体是由语句组成的,语句可以是任何类型的行为(例如:for语句、if语句、or表达式)。
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没有返回编译错误的话)。
应用推荐