Translation of "function returns null" in Japanese
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
関数は NULL を返し
NULLが戻さ
If no collation has been specified for the expression, the function returns NULL.
) 式に照合が指定されていない場合、関数は NULL を返します。
If the file cannot be read, the function returns NULL.
ファイルが読み込めない場合は、関数は NULL を返します。
This function returns NULL when not called from a web service.
Web サービスから呼び出されていない場合、この関数は NULL を返します。
If the specified dbspace doesn't exist, the property function returns NULL.
指定した DB 領域が存在しない場合、このプロパティ関数は NULL を返します。
The function returns NULL if no message available. See Appendix: Return Values.
利用可能なメッセージがないと、関数はNULLを返します。 付録:返り値を参照してください。
If you pass in the handle of the dimension that appears last in the dimension, this function returns null.
次元の最後にある次元ハンドルを渡すと、この関数はNULLを戻します。
If the user clicks the Cancel button, this function returns null.
ユーザがキャンセルボタンをクリックする場合、この関数は、null を返します。
PostgreSQL gives you two function creation modifiers to optimize execution: "volatility" (whether the function always returns the same result when given the same arguments) and "strictness" (whether the function returns null if any argument is null).
VSIZE returns the number of bytes in the internal representation of expr. If expr is null, then this function returns null. This function does not support CLOB data directly. However, CLOBs can be passed in as arguments through implicit data conversion.
NULLIF compares expr1 and expr2. If they are equal, then the function returns null. If they are not equal, then the function returns expr1. You cannot specify the literal NULL for expr1.If both arguments are numeric data types, then Oracle Database determines the argument with the higher numeric precedence, implicitly converts the other argument to that data type, and returns that data type. If the arguments are not numeric, then they must be of the same data type, or Oracle returns an error.The NULLIF function is logically equivalent to the following CASE expression
XMLCONCAT takes as input a series of XMLType instances, concatenates the series of elements for each row, and returns the concatenated series. XMLCONCAT is the inverse of XMLSEQUENCE. Null expressions are dropped from the result. If all the value expressions are null, then the function returns null.
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.