序數位置英文
ordinal position
例句與用法
更多例句: 下一頁- 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語句中的序數位置。