Represents configuration information of a C function on the method. An index for meth_of is created.
Attribute Name |
Data Type |
Description |
---|---|---|
meth_of |
_db_method |
Method for the function information |
arg_count |
INTEGER |
The number of input arguments of the function |
func_name |
VARCHAR(255) |
Function name |
return_value |
SEQUENCE OF _db_meth_arg |
Return value of the function |
arguments |
SEQUENCE OF _db_meth_arg |
Input arguments of the function |