You can also specify parameter definitions, including the parameter name, mode, data type, and other extended properties, for the procedure.
您还可以为过程指定参数定义,包括参数名、模式、数据类型及其他扩展属性。
SYSCAT.ROUTINEPARMOPTIONS -- Contains information about federated procedure parameter options values such as the remote parameter name and the remote parameter type name.
ROUTINEPARMOPTIONS ——包含关于联邦过程参数选项值的信息,比如远程参数名和远程参数类型名。
Procedure parameters section: the procedure parameters section can be used to define one or more parameters for the stored procedure and specify the data type, mode, and other parameter properties.
Procedure parameters区段:过程参数区段可以用于为存储过程定义一个或多个参数并指定数据类型、模式和其他参数属性。
Procedure find_customers, takes two parameters of type phonenumbers (one in and one OUT), and populates the OUT parameter with the input Numbers that begin with a given area code.
过程find _ customers采用类型为phonenumbers的两个参数(一个为in,另一个为OUT),并通过以给定区域代码开始的输入数字来填充out参数。
Any procedure with matching parameter types and return type may be used to create an instance of this delegate class.
任何具有匹配参数类型和返回类型的过程均可用来创建此委托类的实例。
You declare each parameter for a procedure the same way you declare a variable, specifying its name and data type.
声明过程的每个参数与声明变量的方法一样,都是指定其名称和数据类型。
Make sure each argument is a valid expression that evaluates to a data type convertible to the type the procedure defines for the corresponding parameter.
确保每个参数是有效的表达式,而且计算得出的数据类型可以转换为该过程为相应参数定义的类型。
A procedure is called with an argument that widens to the corresponding parameter type, and the conversion from the parameter to the argument is narrowing.
调用过程时使用扩大到对应参数类型的变量,从参数到变量的转换则为缩小转换。
A generic procedure can use its type parameters in its normal parameter list, in its return type if it has one, and in its procedure code.
泛型程序可以在一般参数清单、传回型别(如果有的话)和程序程序码中使用自己的型别参数。
A procedure is declared with an optional parameter that USES a type parameter that is not constrained to be a reference type.
通过某个可选参数声明了过程,该参数使用未约束为引用类型的类型参数。
To be generic, the procedure must take at least one type parameter, in addition to any normal parameters it might take.
若要成为泛型,除了可能采用的一般参数以外,程序至少必须采用一个型别参数。
To be generic, the procedure must take at least one type parameter, in addition to any normal parameters it might take.
若要成为泛型,除了可能采用的一般参数以外,程序至少必须采用一个型别参数。
应用推荐