序数位置 meaning in English
ordinal position
Examples
- In the case of the return status parameter , its ordinal position will always be 1 because it is always the first parameter in the call to the stored procedure
对于返回状态参数,其序数位置始终为1 ,这是因为它始终是调用存储过程时的第一个参数。 - Method for an out parameter , you must specify not only the data types to be used for the parameter , but also the parameter s ordinal placement in the stored procedure
方法传递out参数值时,不仅需要指定要使用的参数的数据类型,还必须指定参数在存储过程中的序数位置。 - When you pass a value to the setter method , you must specify not only the actual value to be used in the parameter , but also the parameter s ordinal placement in the stored procedure
向setter方法传递值时,不仅需要指定要在参数中使用的实际值,还必须指定参数在存储过程中的序数位置。 - Method for a return status parameter , you must specify not only the data type to be used for the parameter , but also the parameter s ordinal placement in the stored procedure call
方法传递返回状态参数值时,不仅需要指定要使用的参数的数据类型,还必须指定参数在存储过程中的序数位置。 - When you pass a value to the setter method , you must specify not only the actual value to be used in the sql statement , but also the parameter s ordinal placement in the sql statement
向setter方法传递值时,不仅需要指定要在sql语句中使用的实际值,还必须指定参数在sql语句中的序数位置。