FunctionInfo

This class contains information about a built-in function.


Fields
static boolean bufferResultSetToLocalTemp
static boolean deterministic
static String name
static boolean nullIfParameterIsNull
static int parameterCount
static int returnDataType
static int type

bufferResultSetToLocalTemp

Should the return value ResultSet be buffered in a local temporary file?

deterministic

If this function always returns the same value for the same parameters.

name

The name of the function.

nullIfParameterIsNull

If the result of the function is NULL if any of the parameters is NULL.

parameterCount

The number of parameters.

returnDataType

The data type of the return value.

type

The function type.