FunctionInfoThis class contains information about a built-in function.
bufferResultSetToLocalTempShould the return value ResultSet be buffered in a local temporary file?
deterministicIf this function always returns the same value for the same parameters.
nameThe name of the function.
nullIfParameterIsNullIf the result of the function is NULL if any of the parameters is NULL.
parameterCountThe number of parameters.
returnDataTypeThe data type of the return value.
typeThe function type.
| ||||||||||||||||