Represents method argument information. An index for meth_sig_of is created.
Attribute Name |
Data Type |
Description |
---|---|---|
meth_sig_of |
_db_meth_sig |
Information of the function to which the argument belongs |
data_type |
INTEGER |
Data type of the argument (a value in the "Value" column of the "Data Types Supported by CUBRID" in _db_attribute) |
index_of |
INTEGER |
Order of the argument listed in the function definition. Begins with 0 if it is a return value, and 1 if it is an input argument. |
domains |
SEQUENCE OF _db_domain |
Domain of the argument |